@charset "utf-8";
/* CSS Document */
html {

}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444247;
	background-color: #FFF;
}

#logo_header {
	float: left;
	width: 310px;
}
#link_header{
	float: right;
	font-size: 9pt;
	text-align:right;
	padding: 20px;
	vertical-align:top;
}

.breaker {
	clear: both;
}

#contentArea {
	text-align: center;
	padding: 0px 20px 20px 20px;
	width: 630px;
}
#contentArea p {
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
}
#contentArea a:link, #contentArea a:visited {
	color: #D9380A;
	font-weight: bold;
	text-decoration: none;
}
#contentArea a:hover, #contentArea a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #D9380A;
}
#contentArea H1 {
	font-family: arial;
	font-size: 12pt;
	font-weight: normal;
	color: #D9380A;
	line-height: 1.2em;
	margin: 30px 0px 0px 0px;
	text-align: left;
}
#contentArea H2 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#contentArea ul {
	font-size: 8pt;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	margin:0;
	padding: 10px 0px 10px 0px;
	text-align: left;
}
/* -----------------------------------
	Allgemeine Formatierungen
-------------------------------------- */
a:link, a:visited {
	color: #D9380A;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #D9380A;
}

