/**********************************
	Datei: style.css
***********************************
	Autor: scaramangado
	erste Version: 04.10.2009
	letzte €nderung: 11.10.2009
**********************************/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 16px;
}

a, a:link, a:active, a:visited {
    color: black;
    text-decoration: none;
    font-size: inherit;
}

a:hover {
    text-decoration: underline;
}

a.dl {
    font-size: 15px;
    font-weight: normal;
    display: block;
}

body {
    min-width: 900px;
    background: #587d40;
    border: none;
    font-family: "Verdana", sans-serif;
    text-align: center;
}

.invisible, dfn {
	position:absolute;
	left:-62.5em;
	top:-62.5em;
	width:0em;
	height:0em;
	overflow:hidden;
	display:inline;
}

h1 {
    text-align: center;
    font-size: 20px;
}

h2 {
    text-align: center;
    font-size: 18px;
}

i {
    font-size: 15px;
    font-weight: normal;
}

#content {
    width: 889px;
    margin: 10px auto;
}

#header {
    width: 887px;
    height: 200px;
    background: url(../img/header.png) #f2ffea;
    border: 1px #000 solid;
}

#horNavBar {
    width: 877px;
    height: 40px;
    margin: 10px 0px;
    padding: 5px 5px;
    background: #86b665;
    border: 1px #000 solid;
    text-align: left;
}

html>body #horNavBar /* Kein IE */ {
    width: 877px;
    height: 40px;
}

* html #horNavBar /* Nur IE */ {
    width: 887px;
    height: 50px;
}

#horNavBar ul li {
    list-style: none;
    display: inline;
}

#vertNavBar {
    width: 150px;
    height: 300px;
    background: #9db58d;
    float: left;
    border: 1px #000 solid;
}

#vertNavBar ul li {
    list-style: none;
    display: inline;
}

#topGradient {
    height: 20px;
    width: 730px;
    float: right;
    background: #cfd9be url(../img/gt.png);
    background-repeat: repeat-x;
    display: block;
    border-width: 1px 1px 0px;
    border-color: #000;
    border-style: solid;
}

#bottomGradient {
    height: 20px;
    width: 730px;
    float: right;
    background: #cfd9be url(../img/gb.png);
    background-repeat: repeat-x;
    margin: 0px 0px 10px 0px;
    display: block;
    border-width: 0px 1px 1px;
    border-color: #000;
    border-style: solid;
}

#mainframe {
    width: 720px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
    background: #cfd9be;
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    text-align: center;
    border-width: 0px 1px 0px;
    border-color: #000;
    border-style: solid;
}

html>body #mainframe /* Kein IE */ {
    min-height: 250px;
    height: auto !important;
    height: 250px;
    width: 720px;
}

* html #mainframe /* Nur IE */ {
    min-height: 260px;
    height: auto !important;
    height: 260px;
    width: 730px;
}

#footer {
    clear: both;
    width: 887px;
    height: 30px;
    padding-top: 10px;
    background: #c1e7ad;
    text-align: center;
    border: 1px #000 solid;
}

/*** Links ***/

#bogen {
    background: url(../img/linktest.png);
    margin: 5px 5px 0px 5px;
    padding: 7px 0px 0px 32px;
    font-size: 13px;
    text-align: left;
}

html>body #bogen /* Kein IE */ {
    height: 23px;
    width: 108px;
    display: inline-block;
}

* html #bogen /* Nur IE */ {
    height: 30px;
    width: 140px;
    display: inline;
}

#bogen:first-child {
    margin: 5px 5px 0px 5px;
}

#ndsb {
    background: url(../img/linktestn.png);
    margin: 5px 5px 0px 5px;
    padding: 7px 0px 0px 32px;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

html>body #ndsb /* Kein IE */ {
    height: 23px;
    width: 108px;
}

* html #ndsb /* Nur IE */ {
    height: 30px;
    width: 140px;
}

#ndsb:first-child {
    margin: 5px 5px 0px 5px;
}

/*** Bilder ***/

img.neu {
    height: 11px;
    width: 33px;
    background: url(../img/neu.gif);
}

img.kreis52 {
    height: 158px;
    width: 151px;
    background: url(../img/kreis52.png);
}
