@charset "UTF-8";

*{
	text-decoration:none;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	border:none;
	padding:0;
	margin:0;
}
body {
	background-color:#eee;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	margin: 80px auto;
	text-align:left;
	height:100%;
	width:860px;
}
#hauptleiste {
	height:140px;
	width:860px;
	background-color:#fff;
}
#hauptleiste img{
	position:absolute;
	z-index:0;
}
#balken{
	background-color:#0095DA;
	height:5px;
	width:860px;
	position:absolute;
	z-index:1;
	margin-top: 135px;
}
#zwischenraum img{
	width:880px;
	height:1px;
	margin-left:-10px;
	margin-top:8px;
	margin-bottom:6px;
	clear:both;
}


#feld {
	background-color:#FFF;
	background-repeat:no-repeat;
}
#feld .rechts{
	padding: 15px 25px 15px 25px;
	float:right;
	background-color:#fff;
	width:400px;
}
#feld .titel{
	font-size:15px;
	height:18px;
	text-align:right;
}
#feld .titel a{
	font-size:15px;
}
#feld .titel a.open:hover{
	color:#0095DA;
	background: transparent url(files/media/pfeilRunter.gif) no-repeat;
	background-position:right;
	padding-right: 14px;
}
#feld .titel a.close:hover {
	color:#0095DA;
	background: transparent url(files/media/pfeilHoch.gif) no-repeat;
	background-position:right;
	padding-right: 14px;
}

#feld .titel a.exit:hover {
	color:#0095DA;
	background: transparent url(files/media/kreuz.gif) no-repeat;
	background-position:right;
	padding-right: 14px;
}

#feld .text {
	font-style:italic;
	line-height:13pt;
	margin-top:20px;
	margin-bottom:15px;
}
#feld .link {
	font-size:12px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:right;
}
#feld .link a:hover {
	color:#0095DA;
	background: transparent url(files/media/pfeilRechts.gif) no-repeat;
	background-position:right;
	padding-right: 14px;
}

#feld .impressum{
	padding: 15px 25px 15px 25px;
	width:auto;
}
#feld .social{
	padding: 15px 25px 15px 25px;
	width:auto;
}
#feld .spalte{
	margin-top:15px;
	width: auto;
	margin-right:30px;
	float:left;
}
#feld .impressum a:hover {
	color:#0095DA;
}
#feld .text2 {
	font-style:normal;
	margin-top:35px;
	margin-bottom:15px;
}

#fussleiste {
	font-family:Verdana;
	font-size: 9px;
	text-align:center;
}
#fussleiste a {
	font-size: 9px;
	font-family:Verdana;
}
#fussleiste a:hover {
	color:#0095DA;
}