/* CSS Document */

/* Wichtige Farben Hintergrund
 
# B03C37 Rot Hintergrund
# F8F0D3 Beige
# CC926A Cream
# BABD8C Grün
# CED0D2 Grau

*/
/* Wichtige Farben Schriften
 
# 000000 Schwarz

*/

body{
        margin:0px;
		background-color:#CED0D2;
		
}

#wrap	{
	width:950px;
	text-align:left;
	
}
#header {
	padding:10px 0px 35px 45px;
	margin:0px;
	background-color:#CED0D2;
	float:left;
	
}	
#content {
	height:470px;
	width:650px;
	padding:0px;
	border:0px;
	background-color:#B03C37;
	float:left;	
}

#sidebarrechts	{
	height:470px;
	width: 300px;
	background-color:#CC926A;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


#navigation {
	width:650px;
	height: 35px;
	background-color:#B03C37;
	
	
}
#streifen {
	height: 35px;
	width: 300px;
	background-color:#CC926A;
		
}

#inhaltlinks {
	height: 410px;
	margin: 0px 15px 0px 18px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 5px 0px 5px;
	line-height: 16px;

}

#inhaltrechts	{
	height: 410px;
	margin: 0px 15px 0px 18px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 5px 0px 5px;
	text-align:left;
	line-height: 16px;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC926A;
	text-decoration: none;
}
a.text:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;

}
a.text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;

}
a.text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B03C37;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;

}
strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
#sidebarrechts #inhaltrechts table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#wrap #sidebarrechts #inhaltrechts table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

