html,body {
margin:0;
padding:0;
height:100%; /* Scrollbalken immer anzeigen */ 
}

body {
font:76% arial,sans-serif;
color:#333;
text-align:center;
min-height:101%; /* Scrollbalken immer anzeigen */ 
}

/* ----------------------------------Global---------------------------------- */

img {
border:0;
}

/* ----------------------------------Layout---------------------------------- */

div#container {
background:url(/images/layout/bg_content.gif);
text-align:left;
width:958px;
margin:0 auto;
}

div#header {
clear:both;
height:149px;
margin:0;
padding:0;
}

div#logo {
background:url(/images/layout/bg_logo.jpg) no-repeat;
float:left;
height:149px;
width:253px;
position:relative;
}

div#logo img {
position:absolute;
top:45px;
left:30px;
}

div#topheader {
background:url(/images/layout/header_02.jpg) no-repeat;
float:left;
height:149px;
width:705px;
}

div#topnavi {
background:url(/images/layout/bg_topnavi.gif) no-repeat;
height:24px;
width:100%;
text-align:right;
}

div#breadcrumb {
width:100%;
height:10px;
}

div#wrapper {
/*background:url(/images/layout/watermark.gif) no-repeat 813px bottom;*/
float:left;
width:100%;
}

div#contentarea { margin:0 235px; }

div#contentbox {
margin:0 10px 10px;
padding:10px;
background:#fff;
border:1px solid #ccc;
min-height:450px;
}

/* min-height für IE */
* html div#contentbox { height:450px; }

div#lbar {
position:relative;
float:left;
width:235px;
margin-left:-958px;
}

div#navi {
margin:0 0 15px 15px;
padding:0 0 20px;
width:218px;
border:1px solid #ccc;
background:#fff;
}

div#rbar {
position:relative;
float:left;
width:235px;
margin-left:-235px;
}

div#extra {
margin:0 15px 15px 0;
padding:0 0 20px;
width:218px;
border:1px solid #ccc;
background:#fff;
font-size:0.9em;
}

div#extra .extra_wrapper {
padding:0 10px;
}

div#boxheader {
background:#eee;
margin-bottom:5px;
padding:12px 10px 8px 10px;
}

div.overview_row {
background:url(/images/layout/row_bg.gif) repeat-x #eee;
border-top:1px solid #ccc;
height:50px;
padding:5px;
position:relative;
}

div#footer {
background:url(/images/layout/bg_footer.jpg) no-repeat #fff;
height:104px;
color:#FFF;
clear:left;
width:100%;
text-align:center;
}

/* ----------------------------------Navigation---------------------------------- */

#navi ul {
font-size:1em;
list-style-type:none;
margin:10px 0;
padding:0;
}

#navi ul li {
margin:0;
padding:0;
}

#navi ul li a {
background:url('/images/layout/bullet.gif') no-repeat 15px 0px;
line-height:1.8em;
color:#c00;
text-decoration:none;
padding:0 0 0 25px;
font-weight:bold;
}

#navi ul li a:hover {
background:url('/images/layout/bullet_hover.gif') no-repeat 15px 0px;
text-decoration:underline;
}

#navi ul li a#active{
background:url('/images/layout/bullet_hover.gif') no-repeat 15px 0px;
}

#navi ul li ul {
background:#eee;
list-style:none;
margin:0;
padding:0;
}

#navi ul li ul a {
background:url('/images/layout/bullet.gif') no-repeat 25px 0px;
padding:0 0 0 35px;
}

#navi ul li ul a:hover {
background:url('/images/layout/bullet_hover.gif') no-repeat 25px 0px;
padding:0 0 0 35px;
}

#navi ul li ul li a#active{
background:url('/images/layout/bullet_hover.gif') no-repeat 25px 0px;
}

#navi ul li ul li ul{
background:#ddd;
}

#navi ul li ul li ul a {
background:url('/images/layout/bullet.gif') no-repeat 35px 0px;
padding:0 0 0 45px;
}

#navi ul li ul li ul a:hover {
background:url('/images/layout/bullet_hover.gif') no-repeat 35px 0px;
padding:0 0 0 45px;
}

#navi ul li ul li ul li a#active {
background:url('/images/layout/bullet_hover.gif') no-repeat 35px 0px;
}

.current{

}

/* -----------------------------------Sitemap----------------------------------- */

#sitemap {
background:#eee;
border-left:1px solid #c00;
}

#sitemap ul {
background:#e5e5e5;
margin:0 !important;
border-left:1px solid #c00;
}

#sitemap li {
background:none !important;
border-left:1px solid #c00;
}

#sitemap ul ul {
background:#ddd;
}

/* ----------------------------------Headlines---------------------------------- */

h1 {
font-size:1.3em;
color:#c00;
border-bottom:1px solid #c00;
margin:0 0 5px;
}

h2 { 
font-size:1.2em;
margin:0 0 5px;
}

h3 {
font-size:1.1em;
margin:0 0 5px;
}

h4 {
background:url(/images/layout/dot.gif) no-repeat 0px 1px;
margin:0;
padding:0 0 0 20px;
font-size:1em;
color:#c00;
}

/* ----------------------------------Texte---------------------------------- */

p {
margin:0 0 5px;
}

p.date {
font-size:0.8em;
color:#999;
text-align:right;
}

div#topnavi p {
padding:0 15px;
margin:0;
font-size:0.9em;
color:#fff;
}

div#breadcrumb p {
margin:0;
padding:10px 15px;
font-size:1em;
color:#333;
display:none;
}

div#content p {
line-height:1.4em;
}

.highlighted_text {
font-weight:bold;
color:#c00;
}

div#extra p {
margin:0 0 10px;
}

div#footer p {
margin:0;
padding:0;
color:#999;
line-height:100px;
}

div#contentbox ul {
list-style-type:none;
margin:10px 0;
padding:0;
}

div#contentbox ul li {
background:url('/images/layout/li.gif') no-repeat 0px 7px;
padding:0 0 0 10px;
line-height:1.5;
}

/* ----------------------------------Links---------------------------------- */

a {
color:#c00;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

div#topnavi a {
color:#fff;
}

/* --------------------------------Buttons---------------------------------- */

a.b_pdf, a.b_details, a.b_contact, a.b_overview {
background:url(/images/layout/sprites.gif);
text-decoration:none;
display:block;
bottom:0;
}

a.b_contact { height:32px; }

a.b_pdf, a.b_details, a.b_overview { height:18px; }

a.b_pdf { width:60px; background-position: 0px 0px; }
a.b_details { width:60px; background-position:0px -40px; }
a.b_contact { width:86px; background-position:-70px 0px; }
a.b_overview { width:93px; background-position:-70px -70px; }

a.b_pdf:hover { background-position:0px -20px; }
a.b_details:hover { background-position:0px -60px; }
a.b_contact:hover { background-position:-70px -35px; }
a.b_overview:hover { background-position:-70px -91px; }

.pdf { /* webEdition dummy */ }

a.pdf {
display:block;
width:275px;
height:38px;
line-height:38px;
background:url(/images/layout/pdf_icon_gr.png) no-repeat 0px 0px;
font-size:14px;
font-weight:bold;
padding-left:35px;
}

a:hover.pdf {
background:url(/images/layout/pdf_icon_gr.png) no-repeat 0px -38px;
}

/* ---------------------------------Tabellen-------------------------------- */

td {
vertical-align:top;
}

/* ------------------------------Verschiedenes------------------------------ */

.news_img {
border:1px solid #c00;
margin:0 0 5px 5px;
}

div#contentbox hr, div#extra hr {
background:#ccc;
color:#ccc;
height:1px;
border:none;
}