* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C0F11;
}

h1 {
	color: #A2001D;
	font-size: 16px;
	line-height: 24px;
}

h2 {
	color: #A2001D;
	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;
	text-align: left;
	margin: 0px auto 0px auto;
}

/* Link auf Equis (das Bild ist im Hintergrund) */
#equis_link {
	margin-left:0px;
}

#equis_link a {
	display: block;
	width: 70px;
	height: 50px;
	text-indent: -20000px;
	font-size: 50px;
	background-image: url(../images/logo_equis.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#header {
	height: 135px;
	border-bottom: 1px dotted #6D6C6F;
}

#header_left {
	float: left;
	width: 200px;
}

#header_left a {
	display: block;
	height: 113px;
	width: 200px;
	text-indent: -20000px;
}

#header_right {
	margin-left: 600px;
}

#header_right a {
	display: block;
	width: 240px;
	height: 113px;
	text-indent: -20000px;
}

#title_bar {
	height: 90px;
	background-image: url(../images/logo_curem.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}

#title_bar h2 {
	margin-left: 185px;
	padding-top: 47px;
	line-height: 100%;
}

#stage {

}

/* ------------------------------- Navigation ------------------------------- */
#navi {
	margin-top: 2px;
	width: 165px;
	float: left;
	border-top: 1px solid #6D6C6F;
}

#menu_container {
	height: 300px;
	
}

#navi ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
}

#navi ul li {
	/*height: 18px;*/
	border-bottom: 1px dotted #6D6C6F;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

#navi ul li a {
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	display: block;
	color: #0C0F11;
	margin: 0px;
}

#navi ul li a:hover, #navi ul li a.active {
	background-color: #E4E2EC;
}

#navi ul li ul {
	margin-bottom: 5px;
	padding: 0px;
}

#navi ul li ul li {
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

#navi ul li ul li a {
	display: block;
	padding: 4px 2px 4px 12px;
	color: #0C0F11;
	margin: 0px;
}

/* --------------------------------- Texte ---------------------------------- */
#content {
	margin-left: 185px;
}

/* Box mit grauem Hintergrund für Aktuelles */
div.grey_background {
	background-color: #E5E5E5;
	padding: 17px 7px 2px 7px;
}

div.grey_background h4 {
	color: #A2001D;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 25px;
}
