* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C0F11;
}

h1 {
	color: #0C0F11;
	font-size: 16px;
	line-height: 24px;
}

h2 {
	color: #0C0F11;
	font-size: 14px;
	line-height: 20px;
}

/* Damit die Fluchtlinie hier stimmt, wird der Zeilendurchschuss auf 100% gestellt */
h3 {
	color: #0C0F11;
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 12px;
}

h4, h5, h6 {
	color: #0C0F11;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

table {
	margin-bottom: 15px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 2px 5px 2px 0px;
}

ul, ol {
	margin-bottom: 15px;
	margin-left: 20px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #0C0F11;
}

a.pdf_link {
	background-image: url(../images/pdficon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 23px;
}

a:hover {
	color: #666;
}

/* ---------------------------------  Divs ---------------------------------- */

#container {
	width: 847px;
}

/* Link auf Equis (das Bild ist im Hintergrund) */
#equis_link {
	display: none;
}

#header {
	height: 50px;
	border-bottom: 1px dotted #6D6C6F;
}

#header_left {
	float: left;
	width: 320px;
}

#header_left a {
	text-decoration: none;
	font-size: 12px;
}

#header_right {
	margin-left: 330  px;
}

#header_right a {
	text-decoration: none;
	font-size: 12px;
}

#title_bar {
	height: 60px;
}

#title_bar h2 {
	padding-top:20px;
}

#stage {

}

/* ------------------------------- Navigation ------------------------------- */
#navi {
	display: none;
}

/* --------------------------------- Texte ---------------------------------- */
#content {

}

/* Box mit grauem Hintergrund für Aktuelles */
div.grey_background {
	border: 1px solid #000000;
	padding: 17px 7px 2px 7px;
}

div.grey_background h4 {
	color: #0C0F11;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 25px;
}
