/* - - - - - - - - - - - - - - - -  BODY START - - - - - - - - - - */
body {
	font: 67% arial, verdana, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height: 1.5em;
	background-color: white;
	color: #73221E;
	text-align: center;
}
/* - - - - - - - - - - - - - - - - BODY ENDE  - - - - - - - - - - -*/
/* - - - - - - - - - - - - - - - - ALLGEMEIN START - - - - - - - - - - */
img {
	border: 0px;
}

a {
	color: #464646;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #464646;
}

fieldset {
	border: 0px;
	margin: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

select {
	font-size: 1em;
}

input {
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
}

table, tr, td {
	font-size: 1em;
}

h1 {
	font-size:2.4em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 4px;
	width: 680px;
	color: #007C4A;
    font-variant: small-caps;
}

h2 {
	font-size:1.1em;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

hr {
	border: 1px dashed #367A0C;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: square
}

/* - - - - - - - - - - - - - - - -  ALLGEMEIN ENDE - - - - - - - - - - */
#container {
	background-color: white;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

/* - - - - - - - - - - - - - - - -  Header - - - - - - - - - - */
#header {
	position:relative;
	left:0px;
	width:1000px;
	height:103px;
	margin:0px;
	padding:0px;
    margin-bottom: 0px;
    border:0px;
	background-image: url(/fileadmin/hauptnavi/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#footer {
	position:relative;
	left:0px;
	width:1000px;
	height:170px;
	margin:0px;
	padding:0px;
    margin-top: 5px;
    border:0px;
	background-image: url(/fileadmin/hauptnavi/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/* - - - - - - - - - - - - - - - -  Navigation Links - - - - - - - - - - */
.mitte {
	width: 1000px;
	overflow: hidden;
}

#navigation {
	padding-bottom: 10px;
}

.navigation_links {
	padding-bottom: 20px;
	padding-left: 0px;
	width: 250px;
	float: left;
	background-color: white;
}

.hauptnavi ul {
	padding-left: 0px;
	margin: 0px;
}

.hauptnavi li {
	width: 250px;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(/fileadmin/hauptnavi/bg_subnavi_hauptpunkte.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.hauptnavi a {
	color: white;
	font-size:1.2em;
	text-decoration: none;
}

.hauptnavi a:hover {
	color: white;
	font-size:1.2em;
	text-decoration: none;
}

.subnavi ul {
}

.subnavi li {
	margin-left: 16px;
	padding-left: 10px;
	margin-right: 16px;
	background-color: #A0C6B0;
	list-style-type: none
}

.subnavi a {
	color: black;
	text-decoration: none;
}

.subnavi a:hover {
	color: black;
	text-decoration: none;
}

.subnavi_akt {
    font-weight: bold;
}

/* - - - - - - - - - - - - - - - -  Content - - - - - - - - - - */
#content_aufbau {
	float: left;
	overflow: hidden;
	width: 650px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

