/* Urheber dieser CSS-Datei: Oliver Heidrich & Mandy Stockmann, Wallstraße 43, 06484 Quedlinburg */
/* Allgemeiner Teil */

body {
background-color: #FFFFFF;
background-image: url("../Bilder/bg.png");
background-repeat: repeat-x;
font-family: Verdana, serif;
font-size: 15px;
margin: 0px;
}

h1, h2, h3, h4, h5, h6 { 
font-weight: normal;
}

h1 {
padding: 2px 0 0 0;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 5px;
}

h2 {
padding: 2px 0 0 0;
font-size: 16px;
color: #516876;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 5px;
}

a img {
border-style: none;
}


.frechts {
float: right;
margin: 0 0 0 8px;
}

.flinks {
float: left;
margin: 0 0 0 0;
}

a.extern {
background-image: url("../symbolik/extern.png");
background-repeat: no-repeat;
background-position: right 4px;
border-bottom: 1px dotted #000000;
text-decoration: none;
padding: 0 13px 0 0;
color: #000000;
}

a:hover.extern {
border-bottom: 1px solid #000000;
}


a.intern {
background-image: url("../symbolik/intern.png");
background-repeat: no-repeat;
background-position: 0px 4px;
border-bottom: 1px dotted #000000;
text-decoration: none;
padding: 0 0 0 13px;
color: #000000;
}

a:hover.intern {
border-bottom: 1px solid #000000;
}

/* Bereiche */

#seite {
color: #000000;
width: 1000px;
margin: auto;
}

#kopf {
float: left;
margin-top: 48px; 
background-image: url("../Bilder/wolken.png");
background-repeat: no-repeat;
background-position: top right;
height: 205px;
width: 800px;
}

#menu {
float: left;
margin: 20px 0 0 15px;
padding: 0;
background-image: url("../Bilder/banner.png");
background-repeat: no-repeat;
text-align: left;
height: 560px;
width: 177px;
}

#menu dl {
float:left;
margin-top: 140px;
padding-left: 10px;
line-height: 20px;
font-size: 14px;
}

#menu dt a {
display: block;
padding: 12px 0 0 47px;
color: #000000;
font-weight: bold;
background-image: url("../Bilder/button_ac.png");
background-repeat: no-repeat;
text-decoration: none;
height: 35px;
width: 109px;
}

#menu dt a:hover {
background-image: url("../Bilder/button_ov.png");
background-repeat: no-repeat;
text-decoration: underline;
}

#menu dd a {
display: block;
padding: 0;
color: #000000;
font-style: italic;
text-decoration: none;
height: 20px;
width: 115px;
}

#menu dd a:hover {
text-decoration: underline;
}

#inhalt {
float: left;
margin-top: 5px;
padding: 5px 0 5px 5px;
width: 795px;
overflow: visible;
}

#inhalt p {
padding: 0 0 0 10px;
}

#boden {
clear: both;
text-align: center;
font-size: 10px;
height: 15px;
}

#boden a {
color: #000000;
font-style: italic;
}

#boden a:hover {
text-decoration: none;
}

