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

/* Browserübergreifend einheitliche Layoutgrundlage */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	margin:0px;
}
option { padding-left: 0.4em; }
fieldset, img { border: 0; }
select, textarea { font-size: 99%; }
/*Container */
#body_back {
	margin: auto;
	padding-top: 10px;
	width: 980px;
	height: 740px;
	background-image: url(pictures/shadow.jpg);
	background-repeat: no-repeat;
}
#body {
	margin-left: 10px;
	width: 960px;
	height: 720px;
}
#header {
	height: 100px;
	width: 960px;
	background-image: url(pictures/head_back.gif);
	margin-bottom: 40px;
}
#logo {
	margin-left: 20px;
}
#navi {
	margin-left: 20px;
	margin-right: 20px !important;
	margin-right: 10px;
	padding-top: 2px;
	color: #ffd8a7;
	width: 200px;
	float: left;
}
#navi-sub {
	height: 20px;
	padding-left: 50px;
	padding-top: 2px;
	color: #FFFFFF;
	width: 610px;
	margin-left: 187px;
}
#content {
	height: 580px;
	background-image: url(pictures/verlauf.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content-right {
	height: 560px;
	width: 670px;
	padding-right: 50px;
	overflow:hidden;
}
#content_pic {
	width: 670px;
	height: 200px;
	background-color:#666666;
}
#content-text {
	width: 650px;
	height: 320px;
	padding-top: 20px;
	overflow: auto;
	padding-right: 20px;
}
#footer {
	width: 960px;
	height: 20px;
	text-align: center;
	padding-right: 20px;
	clear: both;
}
#form1 {
	float: left;
	clear: both;
}

.clear { clear: both; }
.pic {
	float: left;
	width: 140px;
}
.blue { color: #00519e; }


/* Styles */
h1, h2, h3 { color: #00519e; }
h1 {
	font-size:1.00em;
	margin-top:0px;
	margin-bottom: 5px;
	}
h2 {
	font-size: 0.82em;
	margin-top:0px;
	margin-bottom: 5px;
}
h3 { 
	font-size: 0.91em;
	margin:0px;
	}
h4 {
	margin:0px;
	font-size: 0.82em;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #999999;
}

li { 
	color: #777777;
	font-size: 0.82em;
}

p {
	font-size: 0.75em;
	color: #777777;
	margin:0px;
}
li {
	font-size:0.75em;
	}

#navi p, h3 { 
	line-height: 25px;
	}
#content-text a { color: #000000; }
#content-text p { margin-bottom:6px; }

.small { font-size: 0.59em; }
.aon { color: #00519e; }
.aon2 { color: #0099FF; }
.subnavi {
	font-size: 0.7em;
	padding-left: 20px;
}

