/*www.j-sites.de*/

* { padding: 0; margin: 0; }
html {
min-height: 101%;
height: 101%;
}
body {
background: #fff;
color: #696969;
font: 80% "Trebuchet MS", verdana, arial, sans-serif;
text-align: justify;
}
a {font-weight: bold; color: #696969;}
a:visited {color:#696969;}
a:hover {color: #bfcbe2;}
a:active { color:#000000;}

h1 {
font-size: 100%;
font-weight: bold;
text-transform:uppercase;
margin: 15px 5px 10px 0;
}
img {border: none;}
h2 {
font-size:100%;
font-weight: bold;
margin: 15px 5px 10px 0;
}
p {
margin-right: 10px;
}
.kurz {margin-bottom: 230px;
}
table {width: 550px;
}
.links {width: 210px;}
.rechts {width: 340px;}
#container {
width:800px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
border-left:1px solid #696969;
border-right:1px solid #696969;
}
#banner {
background:#fff;
text-align:left;
height:95px;
}
*+html #banner {
height:99px;
}
* html #banner{
height:97px;
margin-bottom: -46px
}
#banner img {
padding:10px 10px;
}

#navcontainer ul{
padding-left: 0;
color: #fff;
width: 100%;
height: 25px;
background-color: #00308c;
}
#navcontainer ul li 
{
display: inline;
}
#navcontainer ul li a{
padding: 5px 8px 5px 8px;
background-color: #00308c;
color: #fff;
text-decoration: none;
float: left;
border-right: 3px solid #fff;
height: 15px;
font-weight: normal;
font-size: 13px
}
#navcontainer ul li a:hover{
background-color: #bfcbe2;
color: #fff;
}
#navcontainer ul li a#current{
background-color: #bfcbe2;
color: #fff;
}

#inhalt {
float: right;
width: 611px;
}

#linke-seite {
float: left;
width: 170px;
}
#linke-seite img{
margin-left: 5px;
}
#linke-seite h2 {
font-size:100%;
font-weight: bold;
margin: 55px 5px 10px 5px;
}
#unten {
clear: both;
background: #bfcbe2; 
height: 25px;
border-bottom: 1px solid #696969;
text-align: right;
line-height: 25px;
}
#unten p{
margin-right: 10px }