/* - - - - - - - - - - - - - - - -  BODY START - - - - - - - - - - */
body {
	font: 67% arial, verdana, helvetica, sans-serif; 
	margin:2px;
	padding:0px;
	line-height: 1.5em;
	background-color: white;
	color: #484848;
	text-align: center;
}

table, tr, td {
	font-size: 1em;
}

table p {
	margin: 0px;
	padding: 0px;
}

a, a:hover {
	color: #000099;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none; 
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

hr {
	border-top: 1px solid #7594C1;
	border-bottom: 1px solid #385F98;
}

h3 {
	float: left;
	width: 190px;
	background-color: #385F98;
	color: white;
	text-align: left;
	font-size:1.2em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

/* - - - - - - - - - - - - - - - -  Container - - - - - - - - - - */
	
#container {
	background-color: #E7ECF2;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
	border: 1px solid #385F98;
}

#header {
	background-color: white;
	position:relative;
	text-align: center;
	left:0px;
	width:1000px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dashed #385F98;
}

.mitte {
	margin-left: 0px;
	width: 1000px;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}

/* - - - - - - - - - - - - - - - -  Navigation - - - - - - - - - - */

#haupt-navi {
	text-align: left;
	float: left;
	font-size: 1.2em;
	width: 200px;
	background-color: #7594C1;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 8px;
	padding-bottom: 8px;
	color: black;
}
#haupt-navi a  		{font-size: 1em; text-decoration: none;}
#haupt-navi a:hover	{text-decoration: underline; color: white;}

#haupt-navi ul {
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin: 0px;
	list-style-type: none;
}

#haupt-navi li {
	padding: 2px;
}

.navi-active {
	color: white;
}

.navi-inactive {
	color: #111111;
}

.navi_ueberschrift {
	font-weight: bold;
	margin-left: 8px;
}
/* - - - - - - - - - - - - - - - -  CONTENT - - - - - - - - - - */
#content_aufbau {
	float: left;
	text-align: left;
	width: 560px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-left: 20px;
	border-right: 1px dashed #385F98;
}

.imgtext-table {
	padding-right: 10px;
}

.content_ueberschrift {
	width: 560px;
	background-color: #385F98;
	color: white;
	text-align: left;
	font-size:1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.abstand_ueberschrift {
	padding-left: 10px;
}

#content_aufbau table {
	margin-bottom: 15px;
}

.module_rechts {
	float: left;
	width: 200px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
}

.adresse_navi {
	color: black;
	font-size:0.9em;
	padding: 5px;
	margin-bottom: 10px;
}

.adresse_navi a, a:hover {color: black;}
