/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
/*padding:0;*/
background:#575757;
overflow: -moz-scrollbars-vertical;
font:76% Verdana,Tahoma,Arial,Bimini,sans-serif;
/* background:#f4f4f4 url(img/bg.gif) top center repeat-y; */
color:#303030;
}

#wrap {
background: url(img/back3.gif) no-repeat;
color:#303030;
margin:0 auto;
margin-top:5px;
width:1000px;
height:700px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:none;
color:#3664FF;
/* color:#286ea0; */
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#0000FF;
/* color:#3366FF; */
background-color:inherit;
}

a img {
border:0;

}

/* ----------------------- Navigation ------------------------------- */

#subtabs {
	margin:0 auto;
	margin-left:23px;
	width:1000px;
	height:15px;
	padding-top:5px;
	margin-top:10px;
    }


#subtabs ul  {
	float:left;
	/*margin:0;*/
	/*width:1000px;*/
	display: inline;
	list-style: none;
	/*padding-top:15px;*/
    }

	#subtabs li {
	/*float:left;*/
	/*margin: 0;*/
	height:5px;
	padding: 0px 8px 0px 8px;
	display: inline;
	list-style: none;
	}


	#subtabs  a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	height: 5px;
    }
	#subtabs  a:hover {
	text-decoration: none;
	color: #FF0000;
	}




/***** Main content *****/

#contentwide {
margin:0;
margin-top:65px;
padding-left: 65px;
width:530px;
padding-right:10px;
height:560px;
overflow:auto;

scrollbar-base-color:#FFFFFF;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-face-color:#E1E3E1;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;

}


#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}


#contentwide img {
padding:0px;
display:inline;
background:#cccccc;
color:#303030;
/* border:0px solid #f0f0f0; */
}

#contentwide ul, #contentwide ol {
margin:0 0 16px 10px;
padding:0;
}

#contentwide li {
margin:0;
padding:0 0 0 5px;
}

#contentwide ul ul, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

#zaehler {
margin: 0 auto;
margin-left:890px;
margin-top:-50px;
width:100px;
height:30px;
}




/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
margin-top:-25px;
width:1000px;
height: 20px;
text-align:center;
color:#C8C8C8;
/*background: url(img/bottom.jpg) no-repeat;*/
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
color:#0000FF;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}