/*
	Version:	2.0.1
	Build:		4
	Date:		2008-06-11
	Author:		Dietrich Roland Pehlke
	Client:		SennerKirchen Web
	State:		@dev
	
*/

* {
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#555;
	line-height:16px;
	text-decoration: none;
}

body {
	margin:0px;
	padding:0px;
	background-color:#F7F2E1;
}

#kopf {
	background-color:#C5CAD6;
	display:block;
	width:100%;
	height:50px;
	text-align:right;
}
img#sk_titel {
	margin-right:20px;
}
a:focus {
	outline:none;
}
#main_menu {
	display:block;
	width:100%;
	height: 20px;
	background: #8483A3 url(images/main_menu_background.gif) repeat-x left top;
}
a#main1, a#main2, a#main3, a#not {
	margin-left:1px;
	color:#FFFFFF;
	background: #8483A3 url(images/main_menu_background.gif) repeat-x left top;
	display:block;
	float:left;
	height:20px;
	padding-left:10px;
	padding-right:10px;
}
a#main1, a#not {
	margin-left:20px;
}
a#main3 {
	float:right;
	margin-right:20px;
}
a#main1:hover, a#main2:hover, a#main3:hover, a#not {
	text-decoration: none;
	background: #535279 url(images/main_menu_background_2.gif) repeat-x left top;
}
#head {
	display:block;
	width:100%;
	height:200px;
	padding-top:50px;
	text-align:center;
}
#content_menu {
	display:block;
	position:absolute;
	width: 150px;
	top: 69px;
	left:0px;
	background-color:#8483A3;
	text-indent: 20px;
	margin-left:20px;
}
a.c_menu, a.c_menu#c_not {
	display:block;
	color:#FFFFFF;
	height:20px;
}
a.c_menu#c_not {
	background: #535279 url(images/main_menu_background_2a.gif) repeat-x left top;
}
a.c_menu:hover {
	background: #535279 url(images/main_menu_background_3.gif) repeat-x left top;
}
a { text-decoration: underline; }
a:hover { color: #900; }

h1, ul, p.bericht {
	display:block;
	width:520px;
	height: auto;
	text-align: left;
	font-size:11px;
	line-height:1.4;
	color:#555;
	font-family: Verdana, sans-serif;
	margin-bottom:10px;
	margin-left: 30px;
	margin-top:0px;
	list-style-position:inside;
}