@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D6E9EF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#rahmen {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#kopfzeile {
	margin: 0px;
	height: 153px;
	background-image:   url(wienberg_kopfzeile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #BDCFE7;
	color: #6C70FF;
}
#kopfzeile h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-left: 200px;
	font-style: italic;
	color: #89ab3a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hauptnavi {
	float: left;
	width: 240px;
	height: 500px;
	background-repeat: repeat-y;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF9900;
}
#kopfzeile #sprachen {
	margin-top: 120px;
	margin-left: 550px;
}

#hauptnavi a {
	color: #4679a1;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
}
#hauptnavi a:hover, #hauptnavi a:focus, #hauptnavi .active {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 20px center;
}
#hauptnavi .links {
	float: left;
}
#hauptnavi .navi_bild {
	padding-top: 40px;
	float: right;
	width: 100%;
	text-align: right;
	padding-bottom: 40px;
}

#inhalt {
	float: left;
	width: 540px;
	margin-bottom: 30px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#inhalt #links a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	color: #4679A1;
}
#inhalt #links a:hover, #inhalt #links a:focus, #inhalt #links .active {
	background-image:   url(../leinerstift/blauer_punkt.gif);
	color: #4679A1;
	background-repeat: no-repeat;
	background-position: 4px center;
}

