/*==============================================================
FARBEN

Dunkelblau = #003c5f
Blau = #0075b9
blau-grau = #829fb1
grau = #e1e1e1

================================================================*/

* {
	padding: 0;
	margin: 0;
}
html {
	font-size:0.63em;
	background:#003c5f;
	}
body {
	margin:0px;
	width:926px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #343434;
}
/* ########### Styles allgemeine Elemente ###################*/
p, form {
	padding-bottom:20px;
	padding-left:40px;
}
h1 {
	font-size: 1.8em;
	font-weight:normal;
	margin:0px 0 25px 0px;
	padding-left:40px;
	color:#0075b9;
	border-bottom:#0075b9 solid 3px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color:#0075b9;
	margin:10px 0 0 40px;
}
input,textarea {
	width: 200px;
	border: solid 1px #003C5F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:1px;
}
textarea {
	height:100px;
	width:300px;
	}
span.ermsg {
	display:block;
	}
form div.row {
	margin-bottom:5px;
	}
form div#anrede input {
	border:none;
	width:15px;
	}
ul, ol {
	margin-left:70px;
	margin-bottom:20px;
}
a {
	color:#127af8;
	}
a:hover {
	text-decoration:none;
	}
.error{
	border: 1px solid #990000;
	border-style:dashed;
	background-color:#FFD2D9;
}
.ermsg{
	font-size:10px;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.links {
	float:left;
	}
.rechts {
	float:right;
	}
.null {
	margin-bottom:0;
	padding-bottom:0;}
p.beispiele img {
	margin:10px;
	}
/* ########### Styles für #wrap ###################*/
#wrap {
	background: url(pics/rand_streifen.jpg) repeat-y top center;
	width:926px;
	margin: 10px auto 0 auto;
	text-align:left;
}
/* ########### Styles für #kopfleiste ###################*/
#kopfleiste {
	background:url(pics/rand_oben.jpg) top center no-repeat;
	padding:0 12px 0 12px;
	height:140px;
	}
#kopfleiste h1 {
	margin:45px 55px 0 55px;
	padding:0;
	font-size:32px;
	font-weight:normal;
	letter-spacing:2.5px;
	line-height:38px;
	color:#343434;
	border:none;
	}
#kopfleiste a, #kopfleiste a img {
	border:none;
	}
/* ########### Styles für #navigation ###################*/
#navigation {
	margin:17px 12px 0 12px;
	font-size:16px;
	width:902px;
	overflow:hidden;
	color:white;
	border-top:white 3px solid;
	border-bottom:white 3px solid;
	}
#navigation ul {
	margin:0;
	width:100%
	}
#navigation li {
	width:20%;
	display:block;
	float:left;
	list-style-image:none;
	overflow:hidden;
	text-align:center;
	}
#navigation a {
	color:white;
	text-decoration:none;
	background:#003c5f;
	padding-top:15px;
	height:30px;
	display:block;
	}
#navigation a:hover, #navigation li.da a, #navigation li:hover a {
	color:#003c5f;
	background:#829fb1;
	}
/* ########### Styles für #inhalt ###################*/
#inhalt {
	overflow:hidden;
	margin:0 12px;
	padding-top:0px;
	background:#e1e1e1;
	width: 901px;
	/*padding-bottom:15px;*/
	}

/* ########### Styles für #bild_spalte ###################*/
#bild_spalte {
	width:229px;
	float:right;
	border-left:1px solid #1d232b;
	}
/* ########### Styles für #text ###################*/
#text {
	margin:65px 35px 0 0;
	width:600px;
	float:left;
	}
#bilder_links {
	padding-top:30px;
	text-align:center;
	}
#bilder_links p {
	padding-left:0;
	}
#bilder_links img {
	padding-bottom: 20px;
}
#text_rechts {
	float:left;
	width: 340px;
	padding-right: 20px;
	}


/* ########### Styles für #fusszeile ###################*/
#fusszeile {
	background:url(pics/rand_unten.jpg) no-repeat center top;
	padding-top:30px;
	padding-bottom:10px;
	clear:both;
	width:926px;
	text-align:center;
	font-size: 0.8em;
	color:white;
}
#fusszeile a {
	color:white;
	text-decoration:underline;
	}