body {
background: url('img/bg.gif') repeat-x #cccccc;
font-size: 11px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #013c61;}
a:visited {color:#013c61;}
a:hover {color: #0169aa;}
a:active { color:#000000;}

#footer a {color: #ffffff; text-decoration:underline;}
#footer a:visited {color:#ffffff; text-decoration:underline;}
#footer a:hover {color: #ffffff; text-decoration:none;}
#footer a:active { color:#000000; text-decoration:none;}

h1 {
font-size: 4em;
margin:0px;
 }

#banner a {color: #013c61; text-decoration:none;}
#banner a:visited {color:#013c61; text-decoration:none;}
#banner a:hover {color: #0169aa; text-decoration:none;}
#banner a:active { color:#000000; text-decoration:none;}

h2 {
font-size:2em;
font-weight: normal;
padding: 25px 0 5px 10px;
margin:0px;
color: #013c61;
}

h3 {
font-size:1.5em;
font-weight: bold;
padding: 25px 0 5px 10px;
margin:0px;
color: #000000;
}

#slogan {
font-size: 1.5em;
color: #000000;
}

img.download {vertical-align:middle;}

.bild {
float:right;
margin: 5px 10px 5px 5px;
text-align: right;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
background: url('img/headerbg.jpg') 1px 1px no-repeat #FFFFFF;
padding: 30px 0 30px 90px;
margin: 0px;
}
#banner img {padding:10px 0px;}

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content {
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

p, pre{
padding: 5px 10px;
margin:0px;
font-size: 1.5em;
color: #000000;
}

ol {
font-size: 1.5em;
padding: 5px 10px 5px 30px;
color: #000000;
}

li {
margin-bottom: 10px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
font-size: 1.3em;
padding: 0px;
background: #013c61;
color: #FFFFFF;
padding: 10px 0;
text-align: center; }



/* -----------Top Menu--------------------------- */
.indentmenu{
font: bold 15px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: #013c61;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ffffff; /*white divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #0169aa;
}

/* Sidebar Hover Menu */

ul.sidebar-hover{margin:25px 0 0 10px;padding:0;list-style-type:none;display:block;font:bold 1.5em Helvetica, Verdana, Arial, sans-serif;line-height:130%;}
ul.sidebar-hover li{margin:0;padding:0;border-bottom:1px solid #ffffff;}
ul.sidebar-hover li a{display:block;text-decoration:none;color:#013c61;background:#ffffff url("img/arrow.gif") no-repeat -10px;padding:3px 0 3px 20px;width:160px;}
ul.sidebar-hover li a:hover{color:#0169aa; background:#ffffff url("img/arrow_hover.gif") no-repeat -10px;}
ul.sidebar-hover li a.current,ul.vert-one li a.current:hover{background:#ffffff url("img/arrow_hover.gif") no-repeat -10px;}
