html {
overflow-y:scroll;
}

div.seite {
margin:auto;
width: 602px;
}

div.logo {
margin-top: 10px;
margin-bottom: 10px;
}

div.header {
height: 151px;
}

div.menu {
margin-top: 10px;
margin-bottom: 10px;
}

div.titel {
}

div.content {
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
padding-top: 10px;
padding-bottom: 10px;
}

div.nav {
padding: 0;
height: 21px;
margin-top: 5px;
}

div.nav > span {
padding-left: 6px;
padding-right: 6px;
display: block;
float: right;
}

div.nav > span > a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #666666;
font-weight: bold;
vertical-align: top;
display: block;
height: 21px;
}

span.inactive > a {
}

span.inactivemo > a {
background-image: url(../images/button_mouseover.gif);
}

span.active > a {
background-image: url(../images/button_mousedown.gif);
}

span.activemo > a {
background-image: url(../images/button_mousedown.gif);
}

div.footer {
margin-top: 10px;
padding-right: 6px;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #666666;
font-weight: bold;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #666666;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

hr {
height: 1px;
background-color: #c0c0c0;
border:0px solid #c0c0c0;
}

div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #666666;
font-weight: 100;
}

div.bold span.bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #666666;
font-weight: bold;
}


/* FORMULARE */

.textbox {
border:1px solid #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color: #000000;
text-decoration: none;
}

.textfeld {
border:1px solid #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color: #000000;
text-decoration: none;
}

.button {
background-color:#CCCCCC;
border:1px solid #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color: #000000;
text-decoration: none;
}

.select {
border:1px solid #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color: #000000;
text-decoration: none;
}


/* GOOGLE MAPS */

span.googlemaps {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
#map {
width: 596px;
height: 400px;
border:1px solid #c0c0c0;
background: url(/images/loader.gif);
background-repeat: no-repeat;
background-position: center;
}
#detailmap {
width: 220px;
height: 120px;
border:1px solid #c0c0c0;
background: url(/images/loader.gif);
background-repeat: no-repeat;
background-position: center;
}
#path {
width: 598px;
background-color: #ffffff;
}
table.googlemaps {
width: 400px;
border: 1px solid silver;
background-color: rgb(238, 238, 238);
border-collapse: collapse;
color: #000000;
}
/* masstabsanzeige nach links verschieben, da das google logo versteckt ist */
#scalecontrol { left: 7px !important; bottom: 7px !important; }
/* kartentypauswahlmen breite anpassen, damit text nicht mit dreieck berschneidet */
#menumtctl  {  }
#menumtctl > DIV:first-child  { width: 75px !important; }
#menumtctl > DIV:first-child > DIV  { width: 75px !important; }
#menumtctl > DIV:first-child > DIV > DIV  { width: 75px !important; }
#menumtctl > DIV:first-child + DIV  { width: 75px !important; }
#menumtctl > DIV:first-child + DIV + DIV  { width: 75px !important; }
#menumtctl > DIV:first-child + DIV + DIV + DIV  { width: 75px !important; }
#menumtctl > DIV:first-child + DIV + DIV + DIV + DIV  { width: 75px !important; }

/* GALERIE */

.galtitle {
    border: 1px solid #ccc;
	padding: 7px 17px 9px 8px;
	margin-bottom:1px;
	margin-top:10px;
	background:#FAFAFA;
	font-size:13px;
	font-weight:bold;
}
.galcat {
    border: 1px solid #ccc;
	padding: 7px 17px 9px 8px;
	margin-bottom:26px;
}
.galmid {
    border: 1px solid #ccc;
	padding: 7px 17px 9px 8px;
	margin-bottom:1px;
}
.gallist {
border-bottom: 1px solid #ccc;
}
.galpic {
	padding: 7px 17px 9px 8px;
	float:left;
}
.galdesc {
	padding: 7px 17px 9px 8px;
}
.clear {
clear:left;
}
.floatright {
	min-width:1px;
	min-height:1px;
    border: 1px solid #ccc;
	/*padding: 7px 7px 7px 7px;*/
	background:#FAFAFA;
    float: right; 
    margin: 8px; 
}
/* guestbook */
.gbmessage {
    border: 1px solid #ccc;
	padding: 7px 17px 9px 8px;
	margin-bottom:1px;
	margin-top:5px;
	background:#FAFAFA;
	font-size:13px;
}
.gbname {
    border: 1px solid #ccc;
	padding: 7px 17px 9px 8px;
	margin-bottom:1px;
	margin-top:10px;
	font-size:13px;
}
.gbloeschen {
    border: 1px solid #ccc;
	/*margin:10px;*/
	background:#FAFAFA;
	font-size:13px;
	/*float:right;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:6px;
	position:relative;
	top: -113px;
	/*left: 516px;
	width:70px;*/
}
.galloeschen {
    border: 1px solid #ccc;
	/*margin:10px;*/
	background:#FAFAFA;
	font-size:13px;
	/*float:right;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:6px;
	position:relative;
	/*top: -129px;
	left: 516px;
	width:70px;*/
}
.textboxnoborder, .textboxnoborder:hover, .textboxnoborder:focus {
	color: #000;
	background-color: #fff;
	border: 0px solid #ccc;
}

/* SHOP */

#shopdesc {
width: 325px;
padding-left: 6px;
padding-right: 6px;
float: left;
}

#shopthumbs {
border-left: 1px solid #c0c0c0;
width: 60px;
padding-left: 6px;
padding-right: 6px;
float: right;
}

.fstLevel {
text-decoration: none;
}
.fstLevelActive {
text-decoration: underline;
}
.secLevel {
text-decoration: none;
}
.secLevelActive {
text-decoration: underline;
}

li {
list-style: disc;
}
ul {
margin-left: 0.5em;
padding-left: 0.5em;
}

/* Adminbereich */
.adminmenu {
border: 1px solid #000000;
background-color: #c0c0c0;
}
.adminlist {
width: 100%;
border: 1px solid #c0c0c0;
}
table.adminlist tr:hover {
background-color: #aaaaaa;
border: 1px solid #c0c0c0;
}