/* Body */

body {
 color: #0D294D;
 background-color: #CDD2D7;
 margin: 0px;
 font-family: "Sans","Helvetica","Verdana","Arial",sans-serif;
 font-size: 12px;
}


/* Globale Definitionen */

pre {
 font: normal 12px "Monospace", monospace;
}

img {
 border-style: none;
 margin: 0px;
}


/* Linien */

hr#line0 {
 border-style: none;
 height: 2px;
 width: 100%;
 background-color: #9F9F9F;
}


hr#line20 {
 border-style: none;
 height: 2px;
 width: 95%;
 background-color: #9F9F9F;
}


/* Links */

a:link {
 color: #3C2C18;
 text-decoration: none;
}

a:hover {
 color: #8C6400;
 text-decoration: underline;
}

a:active {
 color: #8C6400;
 text-decoration: underline;
}

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

a:visited:hover {
 color: #3C2C18;
 text-decoration: underline;
}

a:visited:active {
 color: #3C2C18;
 text-decoration: underline;
}


/* Grafiken */

/* Logo */
img#logo {
 width:154px;
 height:80px;
 position: relative;
 float: right;
 margin: 0px;
 margin-right: 10%;
}


/* Überschriften */

/* Seitentitel */
h1#headtext {
 font-weight: normal;
 font-size: 35px;
/* color: #8C6400; */
 color: #0D294D;
 margin:30px;
 margin-left:10%;
 margin-bottom:0px;
 position:relative;
 float:left;
 text-align:right;
}

/* Allgemein */
h1 {
 font-size: 23px;
}

h2 {
 font-size: 20px;
 margin-left: 30px;
}

h3 {
 font-size: 17px;
 margin-top: 0px;
 margin-bottom: 0px;
}

h4 {
 font-size: 14px;
 margin-top: 0px;
 margin-bottom: 0px;
}

h5 {
 font-size: 11px;
 margin-top: 0px;
 margin-bottom: 0px;
}

h6 {
 font-size: 7px;
 margin-top: 0px;
 margin-bottom: 0px;
}

div#inverseblock {
 background-color: #F5F6F7;
 margin-left: 10%;
 margin-right: 10%;
 margin-top: 30px;
 margin-bottom: 30px;
 text-align: center;
 font-size: 20px;
 line-height: 30px;
}

div#inverseblock2 {
 background-color: #767F87;
 margin: 0px;
 margin-top: 30px;
 color: #FFFFFF;
 text-align: left;
 font-size: 20px;
 line-height: 30px;
}

div#tablecont {
 margin-left: 30px;
 margin-bottom: 30px;
}


/* Tabellen */

table#content {
 table-layout: fixed;
 border-style: none;
 border-collapse: collapse;
 empty-cells: show;
 width: 80%;
}

td#content {
 vertical-align: top;
 background-color: #F5F6F7;
 padding: 0px;
 border: 0px;
}

/* Formulare */

/* Felder */
input#flat {
 background-color:#0D294D;
 color:#BFBFBF;
 border-style:solid;
 border-width:1px;
 border-color:#3C2C18;
 font-size:102%;
}

input#flatbutton {
 background-color:#0D294D;
 color:#3C2C18;
 border-style:solid;
 border-width:1px;
 border-color:#8C6400;
 font-size:102%;
}

select#flat {
 background-color:#0D294D;
 color:#3C2C18;
 border-style:solid;
 border-width:1px;
 border-color:#8C6400;
 font-size:102%;
}

textarea#flat {
 background-color:#0D294D;
 color:#BFBFBF;
 border-style:solid;
 border-width:1px;
 border-color:#8C6400;
 font-size:102%;
}
