/* CSS Document */

body {
 background-color: #880E0E;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #880E0E;
}

h1 {
text-align: center;
 font-size: 24px;
 color: #000000;
 margin-top: 0px;
 letter-spacing: 3px;
}

h2 {
 text-align: center;
 font-size: 22px;
 color: #880E0E;
 font-style: italic;
}

h3 {
 font-size: 20px;
 color: #880E0E;
 font-style: italic;
}

h4 {
 font-size: 16px;
 color: #880E0E;
}

ul {
 color: #880E0E;
 list-style-type: square;
}

table {
 padding: 5px;
 font-size: 12px;
 color: #880E0E;
 border-width: 0px;
 border-style: solid;
 border-color: #880E0E;
 border-collapse: collapse;
}

th {
 background-color: #FFFFFF;
}

p {
 font-size: 12px;
 color: #880E0E;
}

p.footer {
 font-size: 10px;
 color: #000000;
 text-align: center;
}

#header {
 width: 100%;
 margin-left: 5px;
 margin-bottom: 10px;
}

#navigation {
 width: 150px;
 float: left;
 background: #DBDBDB;
 margin-left: 2px;
 margin-bottom: 10px;
 background-image:url(grafiken/navigationhintergrund.jpg);
 border: 0px;
}

#content {
 width: 748px;
 float: left;
 background: #DBDBDB;
 margin-left: 10px;
 margin-bottom: 10px;
 background-image:url(grafiken/inhalthintergrund.jpg);
 border: 0px;
}

#row {
 width: 814px;
 background: #7DA66E;
 border: 2px solid #000000;
 margin-top: 10px;
 margin-bottom: 10px;
 clear: both;
}
 
 
hr {
color: #507443;
}

a:link {
color: #000000;
text-decoration: none;
font-style: normal;
}

a:visited {
color: #000000;
text-decoration: none;
font-style: normal;
}

a:hover {
color: #DBDBDB;
text-decoration: none;
background-color: #880E0E;
}

a:active {
color: #000000;
text-decoration: none;
font-style: normal;
}

a img {
 border: 0;
}
