* {
	padding: 0;
	margin: 0;
}
html {
	font-size:0.63em;
	background:#7b95b5;
	}
body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #343434;
}
/* ########### Styles allgemeine Elemente ###################*/
p {
	margin-bottom:20px;
}
h1 {
	font-size: 2.5em;
	font-weight:normal;
	margin-bottom: 30px;
	color:#127af8;
	border-bottom:#343434 solid 2px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color:#127af8;
	margin-top: 10px;
	margin-bottom: 00px;
}
input,textarea {
	width: 200px;
	border: solid 1px #193064;
}
textarea {
	height:100px;
	width:300px;
	}
label {
	float:left;
	width:200px;
	}
form p {
	margin-bottom:5px;
	clear:both;
	}
form {
	margin-bottom:20px;
	}
p.radio input {
	border:none;
	width:15px;
	}
ul, ol {
	margin-left: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;
}
/* ########### Styles für #wrap ###################*/
#wrap {
	width:900px;
	margin: 0 auto;
	text-align:left;
}
/* ########### Styles für #kopfleiste ###################*/
#kopfleiste {
	background:url(pics/kopf.gif) no-repeat white;
	border:1px solid #343434;
	height:123px;
	}
#kopfleiste h1 {
	margin:20px 0 0 467px;
	font-size:32px;
	font-weight:normal;
	letter-spacing:2.5px;
	line-height:38px;
	color:#343434;
	border:none;
	}
#kopfleiste h1 span {
	font-size:36px;
	font-weight:bold;
	letter-spacing:0px;
	}
#kopfleiste h1 img {
	border:none;
	float:left;
	margin-right:20px;
	}
/* ########### Styles für #navigation ###################*/
#navigation {
	margin:17px 0 0 0;
	font-size:14px;
	font-weight:bold;
	width:100%;
	overflow:hidden;
	}
#navigation ul {
	margin:0;
	}
#navigation li {
	display:block;
	float:left;
	list-style-image:none;
	padding-left:12px;
	overflow:hidden;
	background:url(pics/navi_weiss_links.gif) no-repeat left bottom;
	}
#navigation li:hover, #navigation li.da {
	background:url(pics/navi_grau_links.gif) no-repeat left bottom;
	}

#navigation a {
	color:#343434;
	padding:13px 22px 2px 10px;
	text-decoration:none;
	display:block;
	background:url(pics/navi_weiss_rechts.gif) no-repeat right bottom;
	}
#navigation a:hover, #navigation li.da a, #navigation li:hover a {
	color:white;
	background:url(pics/navi_grau_rechts.gif) no-repeat right bottom;
	}
/* ########### Styles für #inhalt ###################*/
#inhalt {
	background: url(pics/inhalt.gif) repeat-y white;
	border:1px solid #343434;
	overflow:hidden;
	}
/* ########### Styles für #bild ###################*/
#bild {
	width:229px;
	height:;
	background:url(pics/bild_hg.gif) no-repeat;
	float:left;
	}
/* ########### Styles für #text ###################*/
#text {
	float:right;
	margin:25px 35px 0 0;
	width:600px;
	display:inline;
	}
/* ########### Styles für #fusszeile ###################*/
#fusszeile {
	float:left;
	width:900px;
	text-align:center;
	margin-top: 20px;
	margin-bottom:10px;
	font-size: 0.9em;
}
#fusszeile a {
	color:#343434;
	}
