* {
margin:0;
padding:0;
text-decoration: none;
}

body {
 background-image:url(docs/background.gif);
 background-repeat: repeat;
 background-color:white;
}

#container {
 width:799px;
 margin: 15px 10px 0px 10px;
 position: absolute;
 left: 50%;
 margin-left: -400px;
}

h1, h2, h3, p, a, li, ol, ul, td, th, input, textarea, select {
 font-family: Arial, Trebuchet MS, Arial, Verdana, Verdana;
 color: #333333;
 font-size:10pt;
}

img {border-width:0px;}
textarea {padding:2px;}
input {padding-left:2px;}

/* Funktioniert nur beim Firefox*/
input[type="radio"],input[type="checkbox"] {
 margin-right:5px;
}

.submit{
 font-weight: bold;
 border-style:outset;
 border-width:2px;
 border-right-color: gray;
 border-bottom-color: gray;
 border-top-color: white;
 border-left-color: white;
}

.SubmitNavi, .SubmitNaviBold {
 margin-right:2px;
 margin-bottom: 4px;
 color: #FF3301;
 background-image:url(docs/button-regform.gif);
 height:25px;
 width:160px;
 border-style:none;
 text-align:center;
}

.SubmitNaviBold {
 font-weight: bold;
}

.SearchNavi {
 background-image:url(docs/button-search.gif);
 background-repeat:no-repeat;
 height:27px;
 width:167px;
 margin-right: 2px;
 padding-top:    3px;
 padding-bottom: 3px;
 text-align:center;
}


input, textarea, select {
 margin-top: 0px;
 border-style:solid;
 border-width:1px;
 border-color: #AFAFAF;
}

.Titel {
 color: #DE4218;
 font-weight:bold;
}

.Info {
 COLOR: #3F3F3F;
 margin-left:20px;
 margin-right:10px;
 margin-bottom:10px;
 line-height:150%;
 font-weight:normal;
}

.nobo { border-style:none; }

a {
 line-height:110%;
 font-weight: normal;
 color: #FF3301;
}

a:hover {
 color: black;
}


.menue {
 color: white;
 font-size:10pt;
 font-family: "Trebuchet MS", Arial, Verdana, Verdana;
 padding-left: 20px;
 font-weight:bold;
 line-height:140%;
}


.topmenu {
 font-size:8pt;
 color: white;
/* padding-right: 30px; */
 font-weight:normal;
 }

.size7  { font-size: 7pt; }
.size8  { font-size: 8pt; }
.size9  { font-size: 9pt; }

h1, h2, h3 {
 color: #5F5F5F;
 font-weight: bold;
}


h1 {
 font-size: 14pt;
 margin-top: 5px;
 margin-bottom: 10px;
}

h2 {
 font-size:11pt;
 margin-top: 10px;
 margin-bottom: 5px;
}

h3 {
 font-size:10pt;
 margin-bottom:5px;
}

p  {
 line-height:130%;
 text-align:left;
 margin-top: 0pt;
 margin-bottom: 0pt;
}

/* ######### T a b e l l e n   Layout ############### */
td {
 border-width:0px;
}

.td1 {
 padding: 2px;
}

.td18 {
 font-size: 8pt;
 padding: 2px;
 border-bottom-style:dotted;
 border-bottom-width:1px;
 border-bottom-color:gray;
}

.td19 {
 color: #333333;
 font-size: 9pt;
 padding: 2px;
 border-bottom-style:dotted;
 border-bottom-width:1px;
 border-bottom-color:gray;
}

.td2 {
 padding: 2px;
 vertical-align:middle;
}

th {
 font-size:10pt;
 font-weight:bold;
 text-align:left;
 color:#5F5F5F;
 border-width:0px;
 padding: 2px;
 background-color:#DFDFDF;
}

li {
 line-height:130%;
 text-align:left;
}

ol,ul {
 list-style-image: url(docs/2points.gif);
 margin-top: 5pt;
 margin-bottom: 0pt;
 margin-left: 20pt;
}