/* 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;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Sans-Serif;
font-size: 14px;
color:#202C7C;
/*background: url(images/kopfback.jpg) repeat-x;*/
}

html { background: url(images/back2.gif) repeat; margin: 0 auto; }


#header {
background: url(images/kopf4.png) top no-repeat;
z-index:5;
margin:20px auto 0 auto;
height:187px;
width:990px;
}


/***** Various tags *****/
a {
text-decoration:none;
font-weight:none;
color:#000000;
/* color:#286ea0; */
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#0000FF;
/* color:#3366FF; */
background-color:inherit;
}

a img {
border:0;

}

#rap {
/*background: url(img/back3.gif) no-repeat;*/
width:990px;
background: #FFFFFF;
color:#FFFFFF;
margin:0 auto;

/*position:relative;*/
}



/* ----------------------- Navigation ------------------------------- */

ul.sidemenu {
	position:relative;
	margin:0 0 0 30px;
	padding-top:20px;
	padding-right:30px;
    width:80px;
    height:500px;
	background: url(images/p1.gif) no-repeat center top;
    }

	*+html #subtabs { /*IE7 only*/ margin:-45px 0 0 0;   }
	#subtabs {
	float: left;
	margin: -40px auto 0 auto;
    width:160px;
    height:30px;
    }

	#subtabs ul {
	width:160px;
	margin-top:0px;
	float: left;
	}

	#subtabs  a {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	margin: 70px 0 0 0px;
	/*padding-top: 10px;*/
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	font-size: 16px;
	color: #000000;

	}

	#subtabs a:hover {
	text-decoration:underline;
	color: #0000FF;
	width: 150px;
	height: 30px;
	}

	#subtabs a.current {
	color: #0000FF;
	width: 150px;
	height: 30px;
	}

/* ----------------------- Navigation ------------------------------- */

*+html #subtab { /*IE7 only*/ margin:0 0 0 0;   }
#subtab {
	float: right;
	margin-right:10px;
    width:990px;
    height:30px;

    }
#subtab ul {
	float: right;

	}

	#subtab  a {
	float: left;
	margin-left:20px;
	/*width: 154px;*/
	height: 42px;
	padding: 6px 0 0 0;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;

	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 14px;
	color: #000000;

	}

	#subtab a:hover {
	text-decoration:none;
	color: #0000FF;

	/*width: 154px;*/
	height: 42px;
	padding: 6px 0 0 0;
	text-align: center;
	}

	#subtab a.current {


	color: #0000FF;
	/*width: 154px;*/
	height: 42px;
	padding: 6px 0 0 0;
	text-align: center;
/*margin-top: 163px 0 -163px 0;*/

	}


/***** Main content *****/

#contentwide {
float: left;

margin: -30px 0 0px 300px;
color: #000000;
border: solid 0px #ccc;
/*background: url(images/back.png) top center no-repeat;*/
/*background: #FFFFFF;*/
text-align: left;
padding: 10px 10px 0px 10px;
width:540px;
min-height:520px;

}


#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;
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;
}


#gallery {text-align: center;color: #FFFFFF;font-size:18px;}

/***** Footer *****/
*+html #blok { /*IE7 only*/ top:10px;    }
#blok {
position:absolute;
/*border: solid 1px #ccc;*/
left: 700px;
top:130px;
width:300px;
height: 500px;
text-align:left;
color:#ccc;
line-height: 2em;
/*background: url(images/panel.gif) no-repeat;*/
font-size:14px;
}

/***** Footer *****/

#footer2 {
background: url(images/fuss3.png) top no-repeat;
z-index:5;
margin:0 auto 0 auto;
height:117px;
width:990px;
clear: both;

}

.foot {
width:990px;
/*height:30px;*/
margin:0 auto;
padding-top:90px;
clear: both;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

.foot a {
color:#999999;
background-color:inherit;
text-decoration:none;
}

.foot a:hover {
color:#FFFF00;
}


/***** 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;
}
