/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.3em;
}

body{
    background: white;
    text-align: center;
    padding: 0;
    margin: 0;
	background-color: #594A9B;
	background-image:url(../bilder/body_background.png);
	background-repeat:repeat-x;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */
#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 1000px;
}

#header{
	height: 133px;
    position: relative;
}
#navigation{
    position: relative;
	height:63px;
	background-image: url(../bilder/menu_background.png);
	background-repeat:repeat-x;
	margin-left:256px;
}
#content{
	background-color:#C5C0DC;
	position: relative;
	width:960px;
	background-image: url(../bilder/content_background.png);
	color: #333;
}

#subnavi{
    position: relative;
    width: 210px;
	padding-top:40px;
	margin-left:5px;
    float: left;
}
#inhalt{
    position: relative;
    width: 485px;
	min-height:400px;
	padding-top:10px;
    float: left;
	
	min-height:400px;
	height:auto !important; 
	height:400px; 
}
#teaser{
	position: relative;
    width: 170px;
	padding-top:10px;
	float: left;
}
#footer{
	background-image:url(../bilder/footer_background.png);
	width:960px;
	height:39px;
}
#footer .footer_text{
	text-align:center;
	float:left;
	/*margin-right:200px; */
	padding-top:3px;
	width:700px;
	font-size:10px;
}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
	margin: 0;
    padding: 0;
	color: #fff;
	text-align:center;
}
ul.navigation li {
	background-image: url(../bilder/menu_inactive.png);
	background-repeat: no-repeat;
	display:block;
	padding:20px 0 0 0px;
	height:63px;
	width:100px;
	float:left;
}
ul.navigation li.active {
	background-image: url(../bilder/menu_active.png);
	text-decoration:underline;
}
/* Ende Navigation */

/* Inhalt */

#inhalt ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}
h1, h2, h3{
	font-weight:normal;
}
h1{
    font-size: 16px;
    margin-bottom: 22px;
}

h2{
    font-size: 14px;
    margin: 0 0 0.1em 0;
	font-weight:bold;
}

h3{
    font-size: 14px;
    margin: 0 0 0.3em 0;
}

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

a:hover {
    color: #fff;
    text-decoration: underline;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #404040;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 280px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 150px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
    width:100px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: red;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}


#anschrift label {
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft{clear: left; }
/* Ende Kontakt */

div.metanav {
	width:270px;
	margin-left:680px;
    color:#fff;
    position:absolute;
    top:10px;
}
div.metanav a.active {
	font-weight: bold;
    text-decoration:underline;
}
#logo{
	position:absolute;
	z-index:1;
}
#logo_text{
	position:absolute;
	z-index:1;
	top:70px;
	left:248px;
}
img.divider{
	margin: 10px 30px 0px 10px;
	width:2px;
	height:355px;
	float: left;
}
div.startbox{
	height:170px;
	width:230px;
	margin-top:10px;
	float:left;
}
div.startbox img{
	float:right;
	border: 1px solid #555;
}
ul.news_rubriken{
    padding-left: 15px;
    margin-left:20px;
    margin-bottom:10px;
    list-style: none;
}

ul.news_rubriken li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    background: none;
    background: url(../bilder/listen_quadrat.png) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}
p.feedback_kommentar{
	color: #808080;
	border-bottom:1px solid #808080;
	font-size:10px;
}
#inhalt a{
	color: #333;
	text-decoration:underline;
    font-size:11px;
}
#inhalt a:hover{
	color: #333;
	text-decoration:none;
}
li a.submenu {
    font-size:14px;
}
a.submenu,p.startseite a{
	color: #333;
	text-decoration:none;
}
a.submenu:hover,p.startseite a:hover{
	text-decoration:underline;
}
ul li.active a{
    color: #fff;
	text-decoration:underline;
}
#teaser strong {
    font-size:11px;
}
p.startseite{
    font-size:11px;
}

.copyright {
	width:960px;
    font-size: 9px;
	color: #999999;
    text-align: center;
    font-weight: normal;
}
