body, text{
	font-size:12px;
	font-family:Verdana, Arial, Times New Roman;
	color:#333333;
	margin: 0;
	margin-left:7px;
	margin-right:7px;
	padding: 0;
	border: 0;
	background:url(../images/bg.jpg) #C4C4C4;
	background-repeat:repeat-x;
}
/*--- Header---*/
#header{
	width:900px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:7px;

}

/*--- Footer---*/
#footer{
	width:900px;
	margin-left:auto; 
	margin-right:auto;
}
/*--- Seiteninhalt ---*/
#site{
	position:relative;
	width:900px;
	height:100%;
	background:#CCCCCC;
	color:#333333;
	min-height:420px;
	margin-left:auto; 
	margin-right:auto;
}
#site2{
	position:relative;
	width:900px;
	background:#CCCCCC;
	color:#333333;
	height:240px;
	margin-left:auto; 
	margin-right:auto;
}
/*--- Navigation ---*/
.navigation{
	float:left;
	width:200px;
	color:#666666;
	background:#CCCCCC;
	padding-top:25px;
}
/*--- Navigation Links ---*/
.linkstart{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

a.linkstart:hover{
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 2px solid yellow;
}


.link{
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.link_a{
	font-size:12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

.link2{
	font-size:13px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

a.link2_a{
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 2px solid yellow;
}

a.link2:hover{
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 2px solid yellow;
}
/*--- Inhalt ---*/
.content{
	padding-top:25px;
	padding-left:200px;
}

hr{
	border: 0px;
 	border-top: solid 1px #000000;
}


/*--- Links ---*/
.content a {
	color: #333333;
	font-weight:bold;
}

/*--- Cmsschriften ---*/
.cms_titel{
	font-size:12px;
	font-weight:bold;
	color: #333333;
}
.titel{
	font-size:12px;
	font-weight:bold;
	color: #333333;
}