@CHARSET "UTF-8";

html {
	height: 100.2%; 
}

body {
	font-family: 'Calibri', 'Myriad Pro', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 16px;
	line-height: 150%;
	background: #fff url(images/background3.jpeg) left top no-repeat;
}

body#politisch {
	background: #fff url(images/background2.jpeg) left top no-repeat;
}

body#persoenlich {
	background: #fff url(images/background4.jpeg) left top no-repeat;
}

/*
body#aktuell {
	background: #fff url(images/background-rathaus.jpeg) left top no-repeat;
}
*/

div#navi {
	position: absolute;
	top: 457px;
	width: 354px;
	left: 78px;
}

div#navi h1 {
	padding: 0px;
	margin-left: 38px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;	
}

div#navi a {
	padding-left: 38px;
	display: block;
	font-size: 30px;
	line-height: 30px;
	line-height: 150%;
	font-weight: bold;	
	text-decoration: none;
	color: #666;
}

div#navi a:hover {

	color: #00519e;
	background: #eee;
}

div#content {
	margin-left: 465px;
	padding-top: 40px;
	width: 520px;
}

div#content h1 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #00519e;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;	
}

div#content h2 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #00519e;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;	
}

div#content p {
	margin-top: 0px;
	margin-bottom: 15px;
}

div#content a {
	color: #00519e;
}

div#content p strong {
	color: #00519e;
	font-weight: bold;
}

div#footer {
	font-size: 12px;
	color: #ccc;
	border-top: 1px solid #ccc;
	margin-top: 35px;
	margin-left: 465px;
	padding-bottom: 35px;
	padding-top: 5px;
	width: 520px;
}

div#footer a {
	color: #666;
}