body{
margin:0;
padding:0;
font: normal 0.9em "Times New Roman", Times, serif;
}

img {border:0}


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

a:hover {
	color:#000;
}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 190px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 80px;
font-weight:normal;
letter-spacing:0.1em;
}

#topsection h1 a, #topsection h1 a:visited{
color:#666;
text-decoration:none;
}

#topsection h1 a:hover {
	color:#000;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
line-height: 1.5em;
padding-top:5px;
padding-bottom:35px;
}

#contentcolumn h1 {
	font-size:1.2em;
	margin-top:0;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
line-height: 1.5em;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
padding-top:5px;
line-height: 1.5em;
}

#footer{
clear: left;
width: 100%;
color: #666;
text-align: center;
padding: 14px 0;
border-top:1px #666 solid;
font-size:0.8em;
}

#footer a, #footer a:visited{
	color: #666;
	text-decoration:none;
}

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

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/******** MENU ********/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: #000;
display: block;
width: 100%;
padding: 5px 4px;
text-decoration:none;
}


.buttonmenu li a:visited{
color: #000;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #666;
}

.buttonmenu li a.active{
color: #000;
text-decoration:underline;
font-weight:bold;
}


.thumb {
	float:left;
	margin-bottom:10px;
}

.bu {
	padding-left:10px;
	color:#666;
}

.subnavi li{
	list-style:none;
	text-decoration:none;
	line-height:normal;
}

.subnavi li a:visited{
color: #000;
}

.subnavi li a:hover, .subnavi li a:active{
color: #666;
}

.subnavi li a.active{
color: #666;
font-weight:bold;
}






/* nur fuer den IE5 Mac*/

/*\*//*/#menuList li {	
	display:inline;
	list-style: none;
	width:10px;		
}
/**/




