/* CSS 2.1 Strict http://jigsaw.w3.org/css-validator/ */

body {
	margin: 20px;
	background: #004978;
	font-family: Verdana, serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-top: 0;
	line-height: 150%;
}

/* Hintergrund in Weiß */

#background {
	width: 820px;
	margin: Auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header mit Bild */

#header {
	width: 820px;
	height: 120px;
	margin: 0 auto;
	background: #FFDA2A url(images/header.jpg) no-repeat left top;
}

/* Menü */

#menu {
	width: 820px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: 4px #FFFFFF solid;
	background: #00477b;
}

/* Menü-Platzierung */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

/* Menü-Block */

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	text-decoration: none;
	font-family: Verdana, serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
}

/* Menü-Linkverhalten */

#menu a:hover {
	text-decoration: underline;
}

/* Seite */

#seite {
	width: 820px;
	margin: 0 auto;
}

/* Inhalt */

#inhalt {
	float: right;
	width: 600px;
	padding: 50px 15px 0 0;
}

.artikel .title {
	color: #000000;
}

.artikel .title a {
	background: none;
	color: #000000;
	border: none;
}

.artikel .title a:hover {
	text-decoration: underline;
}

.artikel .entry {
	padding: 20px 0 20px 0;
	text-align: justify;
}

/* Fusszeile */

#fusszeile {
	width: 820px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: #004978;
	font-family: Verdana, serif;
	color: #ffffff;
}

/* Fusszeile Platzierung */

#fusszeile p {
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

/* Seitenspalte */

#spalte {
	float: left;
	width: 180px;
	padding: 54px 0 0 5px;
	color: #787878;
}

#spalte ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#spalte li {
}

#spalte li ul {
	padding-bottom: 30px;
}

#spalte li li {
	line-height: 25px;
	border-bottom: 1px dashed #D2D4C9;
}

#spalte h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#spalte p {
	padding-bottom: 20px;
	text-align: left;
}

#spalte a {
	color: #787878;
	border: none;
	text-decoration: none;
}

#spalte a:hover {
	color: #004978;
}

/* Aufzählungszeichen */

ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}

