@charset "UTF-8";
/* CSS Document */





/********************************************* Body & Hintergrund *********************************************/

html, body, #holder { height: 100%; }
body > #holder { height: auto; min-height: 100%; }

body{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #222222;
	margin:0;
	padding:0;
	background: url("/media/img/design/bg.jpg");
	height:100%;
}

#holder{
	/*background:blue;*/
	height: auto;
	min-height: 100%;
	padding:0;
	margin:0;
}


/********************************************* Header *********************************************/

#header{
	/*
	background:yellow;
*/
	background: url("/media/img/design/logo.jpg") left 20px no-repeat;

	height: 55px;
	padding: 80px 0 0 15px;
	/*
	width: 1000px;
	margin: 0 auto;

	text-align:center;*/
}


#header ul{
	/*
	background:purple;
	*/
	width: 480px;
	margin:0 0px;
	padding:64px 0 0 0;
	margin: 0 auto;
}

#header ul li{
	float:left;
	padding: 0 10px 0 10px;
	list-style:none;
	border-left: #bebebe solid 2px;
}

#header ul li:first-child{
	border-left: none;
}

#header ul li a{
	color: #bebebe;
	font-weight:bold;
	text-decoration:none;
}

#header ul li a.mark{
	color: #35BD18;
	/*color: #E43006;*/
}

/********************************************* Content *********************************************/


#content{
	/*width:100%;*/
	height:100%;
	min-height:100%;
	margin:0px auto 0 auto;
	/*clear:left;
	padding-bottom: 3em;*/
}

/********************************************* Content Links *********************************************/


#content_links{
	/*background:yellow;*/
	width:20%;
	float:left;

	padding: 0px 1% 30px 1%;
/*
	text-align: right;
	*/

}

#content_links ul{
	list-style:none;
	text-align: right;
	padding:0;
	margin:0;
}

#content_links ul li{
	font-weight: bold;


}

#content_links ul li a{
	color: #888888;

	display:block;
	padding: 8px 0 2px 0;
	width: 60%;
	margin: 0 0 0 39%;
	border-bottom: 1px solid #888888;
}

#content_links ul li a.mark{
	color:#35BD18;

}

#content_links ul li ul{
	padding: 5px 0 0 0;
}

#content_links ul li ul li{
	font-weight: normal;
	padding: 2px 0 2px 0;
	border-bottom:none;
}

#content_links ul li ul li a{
	border-bottom:none;
	padding:0;
}


/********************************************* Content Mitte *********************************************/


#content_mitte{
	background:#eeeeee;
	width:51%;
	height:100%;
	float:left;

	padding: 0px 2% 30px 2%;
	margin: 0px 0px 0px 0px;

}



/********************************************* Content Rechts *********************************************/

#content_rechts{
	width:20%;
	float:left;

	padding: 10px 1% 30px 1%;
	/*
	margin:0;
	*/
}

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

#footer{
	clear: both;
	position: relative;
	z-index: 10;
	margin-top: -3em;
	/*
	background: blue;
	*/
	height: 3em;

}


/********************************************* Table *********************************************/

table th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

/********************************************* Font *********************************************/

h1{
	font-size: 1.6em;
}
h2{
	padding-top: 5px;
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}

h4{
	font-size: 1.1em;
}
h5{
	font-size: 1em;
}
p{
	font-size: 1em;
}
a img{
	border:none;
}

a{
	color: red;
	text-decoration:none;
}


a:hover{
	text-decoration: underline;
}

hr{
	color: #ffffff;
	margin: 30px 0;
	padding-top: 1px;
}



/********************************************* Andere Klassen *********************************************/

.clear{
	clear:both;
}

.hidden{
	visibility:hidden;
	height:1px;
	padding:0;
	margin:0;
	line-height:0;
}
