html,
body {
   background-color: #0176AD;
   color: #30383A;
   margin: auto;
   margin-top: 0;
   padding: 0;
   text-align: center;
}

div {
   font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, td, td, li, textarea, input {
   font-family: Arial, Helvetica, sans-serif;
   color: #30383A;
}

h1, h2, h3, h4 {
   margin: 10px 0;
   font-weight: bold;
   color: #0176AD;
}

h1 {
   font-size: 16px;
   padding-top: 5px;
}

h2 {
   font-size: 15px;
}

h3 {
   font-size: 14px;
}

h4 {
	font-size: 13px;
}

table {
   border: none;
   border-collapse: collapse;
   margin: 10px 0;
   padding: 0;   
}

td {
   empty-cells: show;
   vertical-align: top;
   padding: 2px 3px;
}

img,
img a,
img a:visited,
img a:hover,
img a:active {
   text-decoration: none;
   border: none;
}

ul, ol {
   margin-left: 0;
   padding-left: 0;
}

li {   
   margin-left: 20px;  
}

ul li {
   list-style: outside url(../images/bulletlist.png); 
}

#container {
   position: relative;
   width: 970px;
   margin: auto;
   margin-top: 50px;
   padding:  0 0 0 0;
   text-align: left;
   line-height: 1.2em;
   background: url(../images/hintergrund.png)  repeat 0 80px;
}

#rahmenOben {
   position: relative;
   top: 0;
   left: 0;
   width: 970px;
   height: 44px;
   background: url(../images/rahmenoben.png) no-repeat top left;
   background-color: #0176AD;
   z-index: 1;
}

#rahmenUnten {
   position: relative;
   top: 0;
   left: 0;
   width: 970px;
   height: 44px;
   background: url(../images/rahmenunten.png) no-repeat top left;
   z-index: 1;
}

#rahmenUnten p {
   text-align: center;
   margin-top: 0;
   padding-top: 45px;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
}

#rahmenRechts {
   position: relative;
   top: 0;
   left: 0;
   width: 977px;
   min-height: 400px;
   background: url(../images/rahmenrechts.png) repeat-y top right;
   z-index: 1;
}

#rahmeninhalt {
   position: relative;
   top: 0;
   left: 0;
   width: 870px;
   min-height: 400px;
   background: url(../images/rahmenlinks.png) repeat-y top left;
   z-index: 2;
   padding: 100px 0 0 100px;
}

#kopf {
	position: absolute;
	top: 30px;
	left: 70px;
	width: 850px;
	height: 68px;
	margin: 0;
	padding: 0;
	z-index: 3;
	vertical-align: top;
}

#kopf img {
   float: right;
   margin: 0;
}

#kopf h1 {
	color: #0176AD;
	font-size: 32px;
	font-weight: bold;
	margin: 25px 0 0 0;
	padding: 0;
}

#navigation {
   position: absolute;
   top: 80px;
   left: 70px;
   width: 180px;
   font-weight: bold;
}

.nav {
   display: block;
   width: 140px;
   height: 25px;
   margin: 0;
   padding: 8px 35px 4px 0;
   font-size: 12px;
   color: #30383A;
   text-align: right;
}

.subnav {
   display: block;
   width: 140px;
   height: 25px;
   margin: -10px 0 2px 0;
   padding: 3px 35px 3px 0;
   font-size: 11px;
   color: #0176AD;
   text-align: right;
}

.nav a,
.nav a:visited,
.nav a:active,
.nav a:hover
 {
   color: #0176AD;
   text-decoration: none;
}

.subnav a,
.subnav a:visited,
.subnav a:active,
.subnav a:hover {
   color: #0176AD;
   text-decoration: none;
}

#navigation .aktiv {
   background: url(../images/nav_pfeil.png) no-repeat 160px 5px;
}

#navigation a:hover,
#navigation .aktiv,
#navigation .aktiv a,
#navigation .aktiv a:visited,
#navigation .aktiv a:hover,
#navigation .aktiv a.aktiv
{
   color: #0176AD;
}

#navigation .trennlinie {
	color: #DEDEDE;
	background-color: #DEDEDE;
	width: 150px;
	height: 5px;
	margin: -5px 0 0 0;
	padding: 0;
	border: none;
	text-align: left;
}

#inhalt {
	float: right;
	width: 675px;
	min-height: 420px;
	margin: -12px 0 0 0;
	padding-right: 30px;
	font-size: 12px;
}

#inhalt p {
   margin: 0 0 10px 0;
}

#inhalt h2 {
   margin: 0 0 15px 0;
}

#inhalt a,
#inhalt a:visited,
#inhalt a:active
#inhalt a:hover {
   color: #30383A;
   font-weight: bold;
   text-decoration: underline;
}

#inhalt a:visited {
   color: #6A787B;
}

#inhalt a:hover {
   color: #F96B07;
}

/* Styles fuer Formulare */

input,
textarea {
   margin: 2px 0;
   padding: 2px 3px;
   border: 1px solid #6A787B;
   background-color: #FAFCFF;
}

.submit {
   color: White;
   background-color: #0051BA;
   font-weight: bold;
   border: 2px solid #F96B07;
}

/* Umfragen */

.nummerierung {   
   width: 20px;
   padding: 8px 5px 2px 5px;
   text-align: right;
}

.fragen {
   width: 480px;
   padding: 8px 5px 2px 5px;
   text-align: right;
}

.nummerierung2 {   
   width: 20px;
   padding: 2px 5px 2px 5px;
   text-align: right;
   font-size: 10px;
}

.fragen2 {
   width: 480px;
   padding: 2px 5px 2px 5px;
   text-align: left;
   font-size: 10px;
}

.laenge1 {
   width: 50px;
} 

/* Ende Formular-Styles */


/* weitere Klassen */

.zebra1 {
   background-color: #DEE9F1;
}

.Schriftblau {
   color: #0051BA;
}

.Schriftorange {
   color: #F96B07;
}

/* Styles fuer Startseite */

#startbox {
   float:right;
   width:198px;
   height:190px;
   margin: 0 -100px 0 10px;
}

#inhaltbreit {
   margin-top: -30px;
   padding-right: 100px;
   width: 700px;
   float: right;
   font-size: 35px;
   font-weight: bold;
}

