/********************************************/
/* © 2010 Armin Münz, Laufach               */
/* Designed by: Anke Metz - mainwebconcept  */
/********************************************/

/**********/
/* BASICS */
/**********/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_balken.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
img {
	border:0;
}
/******************/
/* GLOBAL LAYOUT  */
/******************/
#header {
	position: relative;
	width: 800px;
	height: 87px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	z-index: 1;
}
#date {
	position: absolute;
	right: 0px;
	background: none;
	z-index: 99;
	height: 16px;
	top: 0px;
}
#date input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 200px;
	font-size: 11px;
	border: none;
	color: #EDE0BF;
	background: none;
}
#navigation {
	position: relative;
	width: 800px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	z-index: 1;
	background-color: #EDE0BF;
}
#container {
	position: relative;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#sidebar {
	float: left;
	width: 290px;
}
#content {
	float: right;
	width: 500px;
	padding:0px;
	margin-left: 10px;
}
#content_alles {
	float: left;
	margin-left: 10px;
	width: 780px;
}
#footer {
	clear:both;
	width:800px;
	margin: 0px auto;
	font-size:11px;
	color: #333333;
	text-align: center;
	position: relative;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
/******************/
/* HEADER  */
/******************/
#logo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 87px;
	z-index: 2;
}
#headertext {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 580px;
	height: 87px;
	z-index: 3;
}
/**************/
/* NAVIGATION */
/**************/
#logo2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 40px;
	z-index: 2;
}
#navibar {
	position: absolute;
	top: 0px;
	left: 290px;
	width: 510px;
	height: 40px;
	z-index: 3;
}
.menu {
	width: 102px;
	height: 40px;
	float: left;
}
.menu a:link, .menu a:visited {
	height: 40px;
	font-size: 14px;
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	display: block;
}
.menu a:hover, .menu a:active {
	height: 28px;
	font-size: 14px;
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
	color: #EDE0BF;
	background-color: #9A9A9A;
	display: block;
}
.menu_act {
	width: 102px;
	height: 28px;
	padding-top: 12px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #EDE0BF;
	background-color: #9A9A9A;
	display: block;
}

/**************/
/* ID FORMATE */
/**************/
#headertext h1 {
	color: #242424;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 6px;
}
#headertext h2 {
	color: #EDE0BF;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
}
#sidebar h1, #content h1, #content_alles h1 {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 24px;
	margin-bottom: 6px;
}
#sidebar h2, #content h2, #content_alles h2 {
	color: #9A9A9A;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 24px;
	margin-bottom: 6px;
}
#sidebar h3, #content h3, #content_alles h3 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 0px;
}
#sidebar h4, #content h4, #content_alles h4 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 0px;
}
#content p, #content_alles p {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 0px;
}
#content ul, #content_alles ul {
	color: #333333;
	font-size: 12px;
	list-style-type: square;
}
#content a:link, #content a:visited, #content_alles a:link, #content_alles a:visited {
	color: #333;
	text-decoration: underline;
}
#content a:hover, #content a:active,#content_alles a:hover, #content_alles a:active {
	color: #EDE0BF;
	text-decoration: none;
	background-color: #9A9A9A;
}
#footer p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #333333;
}
#footer h3 {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
	color: #333333;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #EDE0BF;
	text-decoration: none;
	background-color: #9A9A9A;
}
