* {margin: 0; padding: 0;}

html {height: 100%;}

body {
	height: 100%;
	color:#000033;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: center;
}

h1,h2,h3,h4 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom:10px;
	padding-left: 15px;
}


h1 {
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #000066;
}

h2 {
	font-size: 1.2em;
	color: #000066;
}

h3 {
	font-size: 1.1em;
	color: #000066;
}


p {
	padding: 4px 20px;
}

a {
	color:#000099;
	text-decoration: underline;
}

a:hover {
	color:#990000
}

img {
	border-style: none;
}

.wichtig {
	font-size: 0.9em;
	color: #FF0000;
	font-weight: bold;
}

.center {
	text-align: center;
}
.nachoben {
	text-align: center;
}
/* DIV IDs */

#header {
	background-color: #FFFFFF;
	text-align: left;
	width: 780px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	color: #000033;
	height: 99px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}

#aussen {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	width: 780px;
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-y;
	color: #000033;
}

.nav{
	width: auto;
	font-size: 0.875em;
	background-color: #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 19px;
	margin-left: 19px;
	color: #000000;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9797AC;
	border-left-color: #9797AC;
}

.nav ul{
	width: auto;
	text-align: center;
}

.nav ul li{
	display: inline;
	font-weight: bold;
}

.nav ul li .aktiv{
	display: inline;
	color: #666666;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.nav ul li a{
	color: #000066;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.nav ul li a:hover{
	background-color: #003399;
	color: #FFFFFF;
}

.inhalt  {
	margin: 0 20px 0px;
	width: 740px;
}


.inhalt li {
	list-style-position: inside;
	list-style-image: url(../images/liste.gif);
	margin-left: 25px;
	padding-bottom: 4px;
}

#footer { /*SEITENFUSS*/
	width:780px;
	height: 44px;
	text-align: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

#footer p {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#footer a {
	color:#FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color:#0099FF;
	text-decoration: underline;
}

/*DIV KLASSEN*/

.minibox {
	background-color:#CCCCCC;
	padding: 10px;
	color: #000000;
	border: 2px solid #000066;
	font-size: 90%;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	position: relative;
	z-index: 1;
}

.minibox li {	
	list-style-position: inside;
	list-style-image: url(../images/fehler.gif);
	margin-left: 25px;
	padding-bottom: 4px;
}

.box {
	float: left;
	width: 300px;
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

* html .box {
	margin-left: 10px;
}
.boxr {
	float: right;
	height: auto;
	width: 300px;
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 20px;
}

* html .boxr {
	margin-right: 10px;
}


.clear {
	clear:both;
	padding-bottom: 20px;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.leftfloat {
	float:left;
}

.rightfloat {float:right
}

sub, sup {
  font-size: 80%;
}

.nobariere {
	display:none;
}

/*FLOATING*/

.formular {
	background-color:#CCCCCC;
	color: #000000;
	border: 2px solid #000066;
	margin: 20px auto 10px;
	padding-top: 10px;
	width: 640px;
}

.reihe {
   clear: both;
   padding: 2px 0px;
}

.tab150 {
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 15px;
}

.tab200 {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}

.tab320 {
    float: left;
    width: 320px;
    text-align: left;
    padding-top: 5px;
	padding-left: 5px;
}


.label {
  float: left;
  width: 200px;
  text-align: left;
  padding-top: 3px;
  padding-left: 35px;
}

.feld {
  float: right;
  width: 400px;
  text-align: left;
} 

.leer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10px;
}

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 300px;
}

.thumbbox {
	background : transparent;
	float : left;
	height : 102px;
	width : 102px;
	position : relative;
	padding: 0px;
	margin: 5px 5px 5px 14px;
}

.thumbbox img {
	border: 1px solid #336600;
}