body { color: #8c7853; font-size: 12px; line-height: 150%; font-family: Verdana, Helvetica, Sans-Serif;
background-color: #f5f5dc; margin: 0; padding: 0; }
p { padding-top: 10px; }
td { }

a:link { color: #5f9ea0; font-weight: bolder; text-decoration: none; }
a:visited { color: #5f9ea0; font-weight: bolder; text-decoration: none; }
a:hover { color: #c66; font-weight: bolder; text-decoration: none; }
a:active { color: #c66; font-weight: bolder; text-decoration: none; }

h1 { color: #5f9ea0; font-size:20px; font-weight: bolder; font-family: Georgia; line-height: 150%; margin:0; padding-top: 15px; padding-right: 10px; padding-bottom: 15px; }
h3 { color: #8c7853; font-size:12px; font-family: Georgia; font-weight: bold; background-color: #f5f5dc; padding: 5px 10px 5px 5px; margin:0; }
/* ------ container ------ */
#container { width: 960px; margin: 0 auto; }

/* ------ navigation ------ */
#menu { background-image: url(../images/bg_menu.jpg); width: 960px; height: 61px; }
.menu{ border:none; border:0; margin:0 0 0 55px; padding:12px 0 0; font: 500 12px Verdana, Helvetica, Sans-Serif; text-decoration: none; }
.menu ul{ background-position: 0 0; height:35px; list-style:none; margin:0; padding:0; }
.menu li{ float:left; padding:0 0 0 0; }
.menu li a{ color:#8c7853; display:block; font-weight:500; line-height:35px; text-decoration: none; margin:0; padding:0 25px; text-align:center; }
.menu li a:hover, .menu ul li:hover a{ color:#8c7853; font-weight: 500; text-decoration: none; }
.menu li ul{ background-position: 0 0; display:none; height:auto; padding:0; margin:0; border:0; position:absolute; width:190px; z-index:200;
/*top:1em;
/*left:0;*/
}
.menu li:hover ul{
display:block;
}
.menu li li { background-image: url(../images/bg_sub.png); background-position: 0 0; display:block; float:none; margin:0; padding:0; width:190px; }
.menu li:hover li a{  }
.menu li ul a{ display:block; height:35px; font-size:12px; font-weight: 500; font-style:normal; background-image: url(../images/bg_sub.png); margin:0; padding:0 10px; text-align:left; }
.menu li ul a:hover, .menu li ul li:hover a{ color:#5f9ea0; font-weight: 500; background-repeat: no-repeat; background-position: left center; border-style: none; border-width: 0; }
.menu p{
clear:left;
}

/* ------ header ------ */
#header { background-image: url(../images/bg_header.jpg); height: 191px; }
#header img { padding-top: 55px; padding-right: 0; padding-left: 50px; }
/* ------ content ------ */
#content { background-image: url(../images/bg_content.jpg); background-repeat: repeat-y; background-attachment: scroll; width: 960px; }

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#ctop { background-image: url(../images/bg_ctop.jpg); background-repeat: no-repeat; height: 260px; }
#news { width: 200px; height: 60px; float: right; margin-top: 75px; margin-right: 12px; }
#text {
	text-align: justify;
	width: 565px;
	float: left;
	padding-left: 50px;
	list-style-position: inside;
}

div.thumbs
{ margin: 5px; border: solid 1px #e1ddd9; height: 136px; width: auto; float: left; text-align: center; font-size:2px; }
div.thumbs img
{ display: inline; margin: 18px 17px 1px; }
div.thumbs a:hover img {  }
div.beschreibung
{font-family:verdana, helvetica, sans-serif; text-align: center; font-weight: normal; font-size:10px; margin: 0; color:#8c7853; }

#sidebar { width: 260px; float: right; padding-top: 15px; padding-right: 45px; }

/* ------ footer ------ */
#footer { font-size: x-small; line-height: 150%; background-image: url(../images/bg_footer.jpg); background-repeat: no-repeat; clear: both; margin: 0; padding: 0; height: 255px; }
.ft { color: #8c7853; font-size: x-small; font-weight: bolder; line-height: 150%; position: absolute; left:50px ; padding-top: 65px; padding-left: 20px; }

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { word-wrap: break-word; }
