html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/sitebg.gif) repeat;
	color: #000066;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}

#header {
	position: relative;
	padding: 0px 0px 0px 0px; 
	background: #FFFFFF url("images/pageHeader_bg.gif");
	width: 746px;
	margin: 0 auto;
	text-align: left; 
   height: 60px;
}

#header h1 {
	display: none;
}

#green_line {
	position: relative;
	padding: 0px 0px 0px 0px; 
	background: #FFFFFF url("images/green_line.gif");
	width: 746px;
	margin: 0 auto;
	text-align: right; 
   height: 18px;
}

.impressum {
	padding-right: 10px;
	font-size: 9px;
	font-weight: bold;
	vertical-align: middle;
}

#container {
	position: relative;
	padding: 0px 0px 0px 0px;
	background: url("images/mainbg.gif") repeat-y top;
	width: 746px;
	margin: 0 auto;
	text-align: left; 
   min-height: 100%;
   height: 100%;
}

#content {
	position: relative;
	padding: 0px 10px 0px 10px;
	width: 740px;
	margin: 0 auto;
	text-align: left; 
   min-height: 100%;
   height: 100%;
}

#nav {
	position: absolute;
	width: 170px;
	left: 4px;
	padding-top: 12px;
}

#nav a {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 6px;
	border: #003399 solid 1px;
	background-color: #FFFFFF;
	color:  #003399;
	text-decoration: none;
	background-image: url(images/navbuttonbg.gif) ;
	background-repeat: repeat-y;
	background-position: left;
}

#nav #angebot a {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 4px;
	border: #003399 solid 0px;
	background-color: transparent;
	color:  #003399;
	text-decoration: none;
	background-image: none ;
	background-repeat: repeat-y;
	background-position: left;
}

#nav a.aktiv {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 6px;
	border: #003399 solid 1px;
	background-color: #B6F008;
	color:  #003399;
	text-decoration: none;
}

ul.nav {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

#main_content {
	position: relative;
	padding: 10px 10px 10px 10px;
	width: 540px;
	margin-left: 170px;
	text-align: left; 
}

h2 {
	font-size: 13px;
}

.item {
	width: 100%;
}

td.auswahl {
	width: 50px;
	vertical-align: bottom;
}

a.link:link, a.link:visited {
	display: block;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 0em;
	background-image: url(images/auswahl.gif) ;
	background-repeat: no-repeat;
	background-position: bottom;
	
}

a.link:hover {
	background-image: url(images/auswahl1.gif) ;
	color: #FFFFFF;
}

a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

h3 {
	border-left: 10px solid #B6F008;
	border-bottom: 1px solid #B6F008;
	padding-left: 2px;
	font-size: 14px;
}

h4 {
	padding: 0 60px 0 10px;
	font-size: 10px;
}

p {
	padding: 0 60px 0 10px;
	margin-top: -5px;
}

#nav p {
	padding: 0 3px 0 3px;
}

.bedingung {
	margin: 0 60px 0 10px;
	padding: 2px;
	font-weight: bold;
	border: 3px solid #B6F008;
}

.submitbutton {
	background-color: #B6F008;
	
}

/* Formulargestaltung */

table#form td {
	vertical-align: middle;
	padding: 2px;
}

table#form td.label {
	text-align: right;
	font-weight: bold;
}

table#form td.labell {
	text-align: left;
	font-weight: bold;
}

p.label {
	font-weight: bold;
	margin-top: 30px;
	padding: 0 2px 0 2px;
}

.label2 {
	font-weight: bold;
}

#fehlermeldung {
	color: #FF0000;
	font-weight: bold;
	background: url(images/pfeillinks.gif) no-repeat left;
	padding-left: 20px;
}

#fehler{
	color: #FF0000;
	font-weight: bold;
	font-size: 9px;
}

#fortschritt li {
	padding: 3px;
}

#fortschritt li.aktiv {
	font-weight: bolder;
}

ol.start li {
	padding: 3px;
}

input, select, textarea {
	font-size: 11px;
}


