body {
	margin: 0;
	padding: 0;
	}

/* Tabelle */

table {	
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, sans-serif;
	}

/* Navigation */

#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #000000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #e52f21;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
	}

#navcontainer ul li a:hover {
	background-color: #f9f9f9;
	color: #000333;
	}

#navcontainer ul li a.selected {
	background-color: #f9f9f9;
	color: #000333;
	}

/* Aktuell */

#aktuell {
	margin: 0 3em 0 3em;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: 0.1em;
	text-decoration: none;
	color: #000333;
	background-color: #f9f9f9;
}

#aktuell .titel {
	font-size: 1.4em;
	}

#aktuell .kategorie {
	font-size: 0.8em;
	line-height: 1.8em;
}

#aktuell .text {
	margin: 1em 0 1em 0;
}

#aktuell .linie {
	margin: 0 0 1.5em 0;
	border-bottom: 1px dotted #ccc;
}

/* Artikel */

#artikel {
/* oben rechts unten links */
	margin: 0 3em 0 3em;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: 0.1em;
	text-decoration: none;
	color: #000333;
	background-color: #f9f9f9;
	}
	
#artikel .titel {
	font-size: 1.4em;
	clear: both;
	}

#artikel .subnavigation {
	margin: 0 0 1em;
	font-size: 0.8em;
}

#inhalt {
/* oben rechts unten links */
	margin: 0 6em 0 3em;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: 0.1em;
	text-decoration: none;
	color: #000333;
	background-color: #f9f9f9;
	}

/* Downloads */

#inhalt .blaettern {
	margin: 0 0 0 3em;
	clear: both;
	text-align: center;
}

.suchergebnis {
	margin: 2em 6em 2em 3em;
	font-size: 1.2em;
	line-height: 1.4em;
	word-spacing: 0.1em;
	color: #000333;
	}

a {
	color: #e52f21;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#inhalt .titel {
	font-size: 1.4em;
	line-height: 1em;
	clear: both;
	}

#inhalt .datum {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 1em;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	letter-spacing: 0.2em;
	clear: both;
	}

#inhalt .ausgabe {
	margin: 0 0 1em;
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	line-height: 1em;
	clear: both;
	}

#inhalt .beschreibung {
	margin: 0 0 2em 11em;
	}
	
/* Kontakt */

#kontakt {
	margin: 0 6em 0 6em;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: center;
	word-spacing: 0.1em;
	text-decoration: none;
	color: #000333;
	background-color: #f9f9f9;
	}

#kontakt .impressum {
	font-size: 0.8em;
	line-height: 1em;
	clear: both;
}

/* Bildunterschriften */

dl.meImgLeft {
	float: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

dl.meImgLeft dt {
	margin-bottom: 0;
}

/* verhindert das Einrücken und setzt den Abstand nach oben */
dl.meImgLeft dd {
	margin: 0;
}