/* Allgemeine Styles */

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

* {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;}

body {
margin: 0px;
padding: 0px;
background: #fff;
color: #000;
}

td {
margin: 0px;
padding: 0px;
text-align: left;
vertical-align: top;
}

/* Styles fuer das Seitenlayout */

#layout {
width: 100%;
border-bottom: 1px solid #cccfd6;
}

/* Styles fuer den Seitenkopf */

#header{
margin: 0px;
padding: 0px;
width: 100%;
background: #c1bfbf;
color: #000;
}

td#left {
width: 235px;
background: #fff;
border-right: 1px solid #cccfd6;
border-bottom: 1px solid #cccfd6;
}

td#right {
width: 735px;
border-bottom: 1px solid #cccfd6;
}

td#outerspace {
width: 100%;
border-bottom: 1px solid #cccfd6;
border-left: 1px solid #fff;
}

#logo {
margin: 0px;
padding: 60px 40px 0px 40px;
vertical-align: top;
}


#image-box{
margin: 0px;
padding: 0px;
width: 735px;
height:200px;
background: url(/Images/Header_001.jpg);
background-repeat: no-repeat;
}

.header-image{
margin: 0px;
padding: 0px;
width: 735px;
}

/* Styles fuer die Hauptnavigation */

#navigation {
margin: 0px;
padding: 0px;
border-right: 1px solid #cccfd6;
font-size: 0.7em;
line-height: 220%;
}

#navigation a{
background: #fff;
color: #989ba7;
font-weight: normal;
text-decoration: none;
}

#navigation a:visited{
background: #fff;
color: #989ba7;
}

#navigation a:hover{
background: #fff;
color: #ffa800;
font-weight: bold;
}

#navigation ul {
margin: 0px 0px 50px 0px;
padding: 0px;
list-style-type: none;
}

#navigation li.first{
margin: 0px;
padding: 0px 10px 0px 40px;
border-bottom: 1px solid #cccfd6;
}

#navigation ul.area2{
margin: 0px -10px 0px -40px;
padding: 0px;
background: #fff url(../Icons/Navigation_Divider.gif) repeat-x top left;
color: #53586b;
font-weight: bold;
line-height: 180%;
}

#navigation li.second{
margin: 1px;
padding: 0px 0px 0px 50px;
}

#navigation ul.area3{
margin: 0px 0px 0px -40px;
padding: 0px 0px 0px 50px;
background: #fff;
color: #53586b;
font-weight: bold;
line-height: 180%;
}

#navigation li.third{
margin: 0px;
padding: 0px 10px 0px 0px;
}


/* Styles fuer den Inhaltsbereich */

#content {
margin: 0px;
padding: 0px;
background: #fff;
color: #333;
font-size: 0.7em;
width:515px;
}

#content a{
color: #1c2755;
}

#content a:visited{
color: #ccc;
}

#content a:hover{
color: #ffa800;
text-decoration: none;
}

/* Styles fuer die mittlere Spalte im Inhaltsbereich */

#main-content {
margin: 0px;
padding: 35px 40px 40px 40px;
}

#main-content h1 {
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 1.6em;
font-weight: bold;
line-height: 140%;
}

#main-content h2 {
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 1.0em;
line-height: 140%;
}

#main-content p.text {
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 1em;
line-height: 180%;
}

#main-content strong {
font-weight: bold;
}

#main-content ul {
margin: 0px 0px 15px 15px;
padding: 0px;
line-height: 180%;
list-style-type: square;
}

#main-content hr {
margin: 0px 0px 10px 0px;
padding: 0px;
height: 1px;
border-top:    0px;
border-right:  0px;
border-bottom: 1px solid #778895;
border-left:   0px;
}

/* Styles fuer die rechte Spalte im Inhaltsbereich */

#margin-content {
margin: 0px;
padding: 0px;
width: 220px;
background: #fff;
color: #333;
font-size: 0.7em;
}

#margin-content a{
background: #fff;
color: #1c2755;
}

#margin-content a:visited{
background: #fff;
color: #ccc;
}

#margin-content a:hover{
background: #fff;
color: #ffa800;
text-decoration: none;
}

#margin-content .meta-nav {
margin: 5px 0px 35px 0px;
padding: 0px;
font-size: 0.8em;
}

#margin-content .meta-nav a {
background: #fff;
color: #595f79;
text-decoration: none;
}

#margin-content .meta-nav a:visited {
background: #fff;
color: #595f79;
text-decoration: none;
}

#margin-content .meta-nav a:hover {
background: #fff;
color: #ffa800;
text-decoration: none;
}

#margin-content img {
margin: 0px;
padding: 0px;
}

#margin-content p {
margin: 15px 0px 15px 0px;
padding: 0px;
}

#margin-content hr {
margin: 0px;
padding: 0px;
height: 1px;
border-top:    0px;
border-right:  0px;
border-bottom: 1px solid #778895;
border-left:   0px;
}

#margin-content p.box {
margin: 15px 0px 15px 0px;
padding: 5px;
background: #778895;
color: #fff;
overflow: auto;
}

#margin-content .citation {
margin: 0px;
padding: 0px;
background: #778895;
color: #fff;
font-family: Times, "Times New Roman", serif;
font-size: 1.8em;
font-style: italic;
font-weight: normal;
line-height: 1.4em;
text-align: center;
}

/* Styles fuer den Seitenfuss */

#footer {
margin: 0px 0px 40px 40px;
padding: 5px 0px 5px 0px;
border-top: 1px solid #bfc4cd;
border-bottom: 1px solid #bfc4cd;
font-size: 0.6em;
}

#footer a {
background: #fff;
color: #595f79;
text-decoration: none;
}

#footer a:visited {
background: #fff;
color: #595f79;
text-decoration: none;
}

#footer a:hover {
background: #fff;
color: #ffa800;
text-decoration: none;
}

/* Styles fuer Formulare */

form  {
width: 435px;
line-height: 120%;
}

legend {
margin: 0px 0px -3px -7px;
padding: 4px;
border: 1px solid #778895;
background-color: #cbcfd2;
color: #000;
font-weight: normal;
}

.input, .submit, .reset {
margin: 5px;
padding: 2px;
width: 10em;
border: 0px;
background-color: #fff;
color: #000;
font-family: "Courier New", Courier, monospace;
font-size: 1.1em;
font-weight: normal;
float: left;
display: block;
}

.input:hover, .submit:hover, .reset:hover {
background-color: #ffa800;
color: #fff;
}

fieldset {
padding: 7px;
border: 0px;
background-color: #cbcfd2;
color: #000;
}

#nummer {
width: 3em;
}

.nr {
width: 30px;
}

#plz {
width: 5em;
}

br { 
clear: left; 
}

.submit, .reset { 
border: 2px groove;
background-color: #778895;
color: #fff;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
font-weight: bold;
}

label { 
margin: 5px;
padding: 5px;
width: 9em; 
background-color: #cbcfd2;
color: #000;
font-weight: normal;
text-align: left;
float:left; 
}

/* Codepoetry */
.val-desc-err {
color:#CC0000;
font-weight:bold;
}

/* Styles fuer Sitemap */
#content .sitemap {
margin: 0px 0px 0px 0px;
padding: 0px;
line-height: 180%;
}

#content .sitemap li.area1{
margin: 0px 0px 10px 0px;
padding: 0px 3px 0px 3px;
background: #cbcfd2;
color: #333;
font-weight: bold;
line-height: 180%;
list-style-type: none;
}

#content .sitemap li.area2{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
font-weight: normal;
line-height: 180%;
list-style-type: none;
}

#content .sitemap li.area3{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
font-style: italic;
font-weight: normal;
line-height: 180%;
list-style-type: none;
}

#content .sitemap a {
background: #cbcfd2;
color: #333;
text-decoration: none;
}

#content .sitemap a:visited {
background: #cbcfd2;
color: #333;
text-decoration: none;
}

#content .sitemap a:hover {
background: #cbcfd2;
color: #ffa800;
text-decoration: none;
}