@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Tahoma;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #555555;
}

a:link, a:visited {
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

#header {
	background: url(../images/header.jpg) top center no-repeat;
	height: 100px;
	width: 1024px;
	margin: 20px auto 0 auto;
}

#logoschrift {
	font-size: 22px;
	padding-top: 22px;
	padding-right: 24px;
	text-align: right;
	font-family: Tahoma;
}

#logoschrift a {
	color: #F5F8FF;
}

#logoschrift a:hover {
	color: #FFFFFF;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 1024px;
	height: auto;
}

#linke_spalte {
	width: 200px;
	float: left;
	margin-top: 6px;
}

.contentpaneopen {
	margin-top: 6px;
}


#linke_spalte a:hover {
	color: #888888;
}

#linke_spalte h3 { 	
	color: #FEFEFE;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 26px;
	width: 166px;
	text-decoration: none;
	padding: 10px 10px 0 10px;
	background: url(../images/h3.jpg) top left no-repeat;
}

#mitte {
	width: 624px;
	float: left;
}

#rechte_spalte {
	width: 200px;
	float: left;
	text-align: right;
}
#rechte_spalte h3 { 	
	color: #FEFEFE;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 26px;
	width: 166px;
	text-decoration: none;
	padding: 10px 0px 0px 35px;
	background: url(../images/h3.jpg) top right no-repeat;
}
