/* -------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------------------- */
body {
	margin: 25px 7.5% 5px 7.5%;		/* top right bottom left */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	background-color: #FFFFFF;
	color: #000000;
	}

/* -------------------------------------------------------------------------- */
#wrapper {
	background-color: #FFFFFF;
	color: #000000;
	height: 1%;	/* Buggie IE benötigt diese Angabe */
	position: relative;
}

/* -------------------------------------------------------------------------- */
#homebar {
	background-color: #FFFFFF;
	color: #000000;
	height: 1%;
	text-align: right;
	margin: 0 0 2px 0;	/* top right bottom left */
	padding: 0 0 2px 0;	/* top right bottom left */
	font-size: 70%;
	position: relative;
}

#homebar a {
	color: #004ACD;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
#headline {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px 0 2px 0;	/* top right bottom left */
}

/* -------------------------------------------------------------------------- */
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #000000; 
	margin: 0 0 0 0;  		/* top right bottom left */
	padding: 2px 0 3px 0;	/* top right bottom left */
	position: relative;
}

#navbar a {
	font-weight: bold;
	color: #004ACD;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
#subnav {
	width: 200px;
	background-color: #FFFFFF;
	font-size: 80%;
	padding: 20px 5px 2px 0px;	/* top right bottom left */
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	z-index: 1;
	position: relative;
}

#subnav a {
	color: #004ACD;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
}

#subnav a:visited {
	text-decoration: none;
}

#subnav a:hover {
	color: #004ACD;
	text-decoration: underline;
}

#subnav .aktiver {
	color: #FF0000;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #000000;
	padding: 20px 5px 20px 5px; /* top right bottom left */
	border-left: 200px solid #FFFFFF;
	position: relative;
	z-index: 0;
}

#content h1, h2 {
	color: #FF0000;
}
#content h1 {
	font-size: 135%;
	font-weight: bold;
	padding: 0 0 15px 0;		/* top right bottom left */
	text-align: left;
}

#content h2 {
	font-size: 110%;
	margin: 10px 0 0 0;		/* top right bottom left */
}

#content h3 {
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004ACD;
	text-indent: 3px;
	margin: 15px 0 6px 0;			/* top right bottom left */
	padding: 2px 0 2px 0;		/* top right bottom left */
	width: 100%;
	}

#content p {
	margin: 6px 0 10px 0;
}

#content .p2 {
	font-weight: bold;
}

#content .p3 {
	font-weight: bold;
	border: thin dotted #666666;
	width: auto;
	padding: 2px 2px 2px 2px;		/* top right bottom left */
	margin: 10px 0 10px 50px;		/* top right bottom left */
}


#content ul {
	text-decoration: none;
	padding: 0px 0px 0px 50px;		/* top right bottom left */
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
}

#content .felder {
	border: thin inset;
}

/* -------------------------------------------------------------------------- */
#contenthome {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;		/* top right bottom left */
	position: relative;
}

#contenthome p {
	font-size: 80%;
	text-align: left;
}

/* -------------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 3px 0;			/* top right bottom left */
	font-size: 70%;
	position: relative;
}

#footer a {
	color: #004ACD;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */

.breaker {
	clear: both;
}
