body {
        margin: 0;
        padding: 0;
        font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align: center;
        background-image: url(p/bgbody.jpg);
        background-repeat:repeat-x;
        background-color: #2a6b93;
}

img {
        border: 0px none;
}

#flags {
        float: right;
        padding: 15px 20px 0 0;
        width: 95%;
        text-align: right;
}

#container {
  margin: 12px auto 0 auto;
  padding: 0;
  width: 810px;
  text-align: left;
  background-color: #93cedc;
}

#container_full {
        margin: 1em auto;
        padding: 3px;
        width: 97%;
        text-align: left;
        background-color: #93cedc;
        border: 1px solid black;
}

#themap {
  text-align: center;
  height: 500px;
  width: 770px;
}

#thefaqmap, #impressummap {
        text-align: center;
        height: 120px;
}

#intromap, #intromap2 {
        text-align: left;
        height: 90px;
        width: 758px;
        margin: 10px 0 0 0;
}

img.intro {
        text-align: left;
}

#buttontoparea {
  width: 100%;
  position: relative;
}

a.buttontop {
/*
  position: absolute; 
  top:188px; 
  left:750px;
*/
  position: absolute;
  right: 50px;
  top: 38px; 
  background-image:url(p/newmapssage_de_a.jpg);
  display:block;
  width: 216px;
  height: 41px;
}

a.buttontop:hover {
  background-image:url(p/newmapssage_de_ahover.jpg);
  display:block;
}

a.buttonbottom {
  margin: 40px 0;
  background-image:url(p/newmapssage_de_b.jpg);
  display:block;
  width: 216px;
  height: 41px;
}

a.buttonbottom:hover {
  background-image:url(p/newmapssage_de_bhover.jpg);
}

/* .introbox {
        text-align: center;
        height: 40px;
        width: 100%;
        clear: both;
}       */

/* .introimgbox {
        text-align: center;
        height: 100px;
        width: 100%;
        clear: both;
}       */

/* .borderedBox {
        border-top: 2px solid #555;
        border-left: 2px solid #555;
        border-bottom: 2px solid #AAA;
        border-right: 2px solid #AAA;
        margin: 5px;
}       */

/* #headermap {
        text-align: center;
        height: 80px;
        margin-bottom: 10px;
}   */

#footer {
        clear: both;
        text-align: center;
        color: #999;
        height: 90px;
        width: 100%;
        background-image: url(p/bgfooter.jpg);
        background-repeat:no-repeat;
        background-position: 40px bottom;
        background-color: #05294d;
}

#footer p {
        padding: 52px 0 0 0;
}

#footer a {
        color: #999;
}

#footer a:hover {
        color: #fff;
}

#content {
        float: left;
        padding: 10px 20px;
        width: 750px;
}

/* .clearer {
        clear: both;
}      */

.abstand {
        margin-bottom: 30px;
}

h1 {
  margin: 70px 0 0 220px;
  font: 36px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
}

h1.small {
  margin: 0 0 0 222px;
  font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  padding: 4px 0 0 45px;
  margin: 25px 0 20px 0;
  height: 38px;
  background-image: url(p/kugeldot.png);
  background-repeat:no-repeat;
}

h3 {
  font-size: 1.8em;
  font-weight: normal;
  padding: 0;
  margin: 20px 0 20px 0;
}

p {
  font-size: 1em;
  margin:0;
}

p.messageFld, p.optionFld {
  width: 100%;
  text-align: center;
}

p.messageFld input, p.messageFld textarea {
  width: 80%;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
}

p.optionFld input {
  font-size: 2em;
}

p.error {
  width: 80%;
  color: red;
}

input.codefield {
  width: 250px;
}

#header {
  float: left;
  width: 100%;
  height: 245px;
  background-image: url(p/bgheader.jpg);
  background-repeat:no-repeat;
}

a:link, a:visited {
        text-decoration: none;
}

a:hover, a:active {
        text-decoration: underline;
}

#flags a:link, #flags a:visited, #flags a:hover, #flags a:active {
        color: #000;
}

.wichtig {
  font-weight: bold;
}

.marker_style_box {
  float:left;
}

#marker_style_list li {
  list-style: none;
  display: inline;
}

#marker_style_list li p {
  display: inline;
  white-space: nowrap;
}

.iframeButton {
   text-align: right;
   color: #FFF;
   font-weight: bold;
}

/***************************************/
/**ADMIN-Bereich ANFANG*****************/
/***************************************/
#admin_content {
  padding: 10px;
  margin: 0 auto;
  text-align: left;
}

#admin_header {
  width: 100%;
  text-align: center;
}

#admin_left-sidebar {
  width: 160px;
  float: left;
}

#admin_sidebar ul, #admin_left-sidebar ul  {
  list-style: square;
  margin: 0;
  padding-left: 12px;
}

#admin_searchresult {
  width: 540px;
  margin: 10px auto;
}

#admin_searchresult table {
  width: 100%;
  background-color: #fff;
}

#admin_searchresult th, #admin_searchresult thead {
  border: 1px solid black;
  padding: 0;
  margin: 0;
}

#admin_searchresult td {
  padding: 1px 3px;
  border: 1px solid black;
}

#admin_searchresult th {
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
  color: #157;
}

#admin_searchresult tr.firstRow {
  font-weight: bold;
}

#admin_searchresult td.id {
  text-align: right;
}
/***************************************/
/**ADMIN-Bereich ENDE*******************/
/***************************************/

#feedback {
	position: fixed;
	top: 35%;
	left: 0px;
}
