@charset "utf-8";
/* CSS Document */

body {
 margin: 0;
 padding: 0;
 background-color: #0099CC;
}

/* Intro */

#wrapper_intro {
 width: 700px;
 height: 600px;
 padding-top: 9px;
 background-color: #FFF;
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -304px 0 0 -350px;
}

#content_intro {
 width: 620px;
 margin: 0 40px 0 40px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
}

#footer_intro {
 width: 700px;
 height: 25px;
 position: absolute;
 left: 0;
 bottom: 0px;
 clear: both;
 background-color: #99CC00;
}

.weiter {
 margin-top: 42px;
 float: right;
}

.weiter a {
 padding-left: 13px;
 color: #000;
 text-decoration: none;
 background-image: url(images/pfeil_gr-0.gif);
 background-repeat: no-repeat;
}

.weiter a:hover {
 color: #0099CC;
 background-image: url(images/pfeil_gr-1.gif);
 background-repeat: no-repeat;
}

/* Layout */

#wrapper {
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 9px;
 background-color: #FFF;
}

#header {
 width: 820px;
 height: 91px;
 margin: 0 40px 45px 40px;
 border-bottom: solid 2px #99CC00;
}

.navi {
 width: 255px;
 margin-left: 40px;
 margin-bottom: 20px;
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 24px;
}

.navi ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

.navi ul li a {
 list-style-type: none;
 padding-left: 11px;
 color: #000;
 text-decoration: none;
 background-image: url(images/pfeil-0.gif);
 background-repeat: no-repeat;
}

.navi ul li a:hover {
 color: #0099CC;
 text-decoration: none;
 background-image: url(images/pfeil-1.gif);
 background-repeat: no-repeat;
}

#aktiv {
 color: #0099CC;
 text-decoration: none;
 background-image: url(images/pfeil-1.gif);
 background-repeat: no-repeat;
}

#content {
 width: 565px;
 margin-bottom: 20px;
 float: left;
}

#footer {
 width: 820px;
 height: 19px;
 padding: 6px 40px 0 40px;
 clear: both;
 background-color: #99CC00;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

#footer a {
 color: #000;
}

.left {
 float: left;
}

.right {
 float: right;
}

h1 {
 margin: 0 0 18px 0;
 color: #0099CC;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
}

h2 {
 margin: 0 0 18px 0;
 color: red;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
}

.copy {
 margin: 0 0 18px 0;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 18px;
 text-align: left;
}

.copy th, .copy td {
 padding-right: 15px;
}

.copy a {
 color: #000;
}

.formular {
 margin: 0 0 18px 0;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 18px;
}

input {
 width: 350px;
 margin-bottom: 10px;
 border: solid #99CC00 1px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}

.abschicken {
 color: #FFF;
 background-color: #0099CC;
}

hr {
 margin: 0 0 18px 0;
 border: solid #99CC00 1px;
 height: 1px;
}
