@charset "ISO-8859-1";

* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 30px 0;
}

#Header {
	height: 62px;
	background: transparent url(../img/layout/background_header.jpg) top left repeat-x;
}

#Navigation {
}

#Content {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 30px 40px 40px 40px;
}

#Footer {
	border-top: 7px solid #e7e7e7;
	padding-top: 4px;
}

.PositionLeft {
	float: left;
}

.PositionRight {
	float: right; 
}


/*
 * Navigationsleiste
 */

#Navigation  {
	
}

#Navigation td {
	border-bottom: 4px solid #e7e7e7;
	background: transparent url(../img/layout/navi_separator.jpg) top left no-repeat;
	padding: 3px 7px;
	white-space: nowrap;
}

#Navigation td.Selected {
	border-bottom: 4px solid #d0d0d0;
	background: transparent url(../img/layout/navi_selected.jpg) top left no-repeat;
}


/*
 * Schrift 
 */

body {
	font: 12px Verdana;
}

#Navigation a {
	font-size: 11px;
	color: black;
	text-decoration: none;
	xpadding: 0 7px;
}

#Navigation ul li.Selected a {
	font-weight: bold;
}

#Content {
	font-family: Arial;
	line-height: 1.4em;
}

#Content h1 {
	font: bold 2em "Arial Black", sans-serif;
	margin: 0 0 1em 0;
	color: #bd0000;
}

#Content h2 {
	font-size: 1.1em;
	margin: 1em 0;
}

#Content p {
	margin-bottom: 1em;
}

#Content ul {
	margin-left: 20px;
	list-style-type: square;
}

#Footer p {
	font-size: 11px; 
	color: #1a1a1a;
	margin: 0 10px;
}

hr {
	margin: 10px 0;
}




.tabellenheader td {
	background-color: #D2022A;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	padding: 2px 5px;
}

.tabellenbody td {
	background-color: #FFF0F3;
	padding: 5px 20px;
	vertical-align: top;
}
