* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #4D6DA6;
 font-family: Tahoma;
 font-size: 8pt;
 color: #FFFFFF;
}

#nostyle {
 border: 0px;
}

/* Layout */

#center {
 width: 700px;
 position: relative;
 top: 20px;
 left: 50%;
 margin-left: -350px;
}

#head {
 width: 700px;
 height: 90px;
}

#left {
 width: 138px;
}

#right {
 width: 555px;
 float: right;
}

/* Links */

a {
 color: #FF925E;
 text-decoration: none;
 font-weight: normal;
}

a:hover {
 color: #F18F8D;
 text-decoration: none;
 border-bottom: #FF925E dotted 1px;
}

/* Navigation */

ul#start {
 padding-top: 15px;
 list-style-type: none;
}

li#start {
 color: #EFEFEF;
 padding-bottom: 25px;
 padding-left: 12px;
}

ul#navigation {
 padding: 1px;
 margin-bottom: 15px;
 background: #748EBE;
 border: 1px solid #000000;
 width: 130px;
 list-style-image: url('pictures/bullet.gif');
}

li#navigation {
 margin-top: 1px;
 margin-left: 18px;
 padding-left: 8px;
 padding-top: 4px;
 background: #4F70AC;
 height: 18px;
}

li#anavigation {
 margin-top: 1px;
 margin-left: 18px;
 padding-left: 8px;
 padding-top: 4px;
 background: #415A89;
 height: 18px;
}

/* Inhalt */

#text {
 width: 555px;
 background: #748EBE;
 padding: 1px;
 border: 1px solid #000000;
 margin-bottom: 15px;
}

p {
 text-align: justify;
 padding: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
 overflow: hidden;
}

h1 {
 font-size: 8pt;
 font-weight: normal;
 text-align: right;
 padding-bottom: 8px;
}

h2 {
 font-size: 10pt;
 font-weight: normal;
 text-indent: 0px;
 text-align: justify;
 padding-top: 5px;
 margin-bottom: 10px;
 padding-bottom: 5px;
 padding-right: 10px;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
}

h3 {
 font-size: 10pt;
 font-weight: normal;
 padding-top: 15px;
 text-align: justify;
 padding-right: 10px;
}

h4 {
 font-size: 10pt;
 font-weight: bold;
 padding: 3px;
 text-indent: 3px;
 background-image: url('pictures/navigation.png');
}

/* Tabellen */

th.left {
 padding: 4px;
 color: #304367;
 text-align: right;
 font-weight: bold;
 padding-right: 6px;
 vertical-align: top;
}

th.middle {
 padding: 4px;
 color: #304367;
 text-align: right;
 font-weight: bold;
 padding-right: 6px;
 vertical-align: middle;
}

th.top {
 color: #304367;
 padding: 4px;
 text-align: left;
 font-weight: bold;
}

th.large {
 color: #304367;
 padding: 4px;
 text-align: left;
 font-weight: bold;
 font-size: 14pt;
}

td {
 padding: 4px;
 padding-left: 6px;
}

tr.bright {
 background: #879DC7;
}

tr.dark {
 background: #617DB4;
}

/* Listen */

li#list {
 margin-left: 20px;
 margin-right: 10px;
 margin-bottom: 12px;
 text-align: justify;
}

/* Bilder */

.border {
 border: 1px solid #000000;
}

.lightborder {
 border: 1px solid #4A689F;
 margin: 3px;
 padding: 1px;
}

#flag {
 margin-left: 10px;
}

/* Formular */

input, textarea, select {
 border: 1px solid  #4A689F;
 font-family: Tahoma;
 font-size: 8pt;
 margin-left: 10px;
 margin-top: 4px;
 padding: 4px;
 width: 500px;
}

#button {
 width: 96px;
}

#checkbox {
 width: 16px;
 position: relative;
 top: 2px;
}

#date {
 width: 60px;
}

.small {
 width: 160px;
 margin: 0px;
}

.vsmall {
 width: 59px;
 margin: 0px;
}

.vvsmall {
 width: 48px;
 margin: 0px;
}

