body {
 font: 12px/1.5 verdana, arial, tahoma, sans-serif;
 background: #608cbf url(img/hgr-body.png) repeat-x;
 text-align: center;
 padding: 1em 0;
 margin: 0;
}

#container {
	width: 980px;
	text-align: left;
	border-top: 2px solid #e41116;
	border-left: 2px solid #e41116;
	border-right: 2px solid #004494;
	border-bottom: 2px solid #004494;
	margin: 0 auto;
	background-color: #fff;
 background-image: url(img/logo.png);
 background-repeat: no-repeat;
 background-position: top left;
 position: relative;
}

#s1, #s2, #s3 {
 font-size: 11px;
 background-color: #fff;
 padding: 5px 2px 5px 5px;
 margin: 10px 4px 20px 0;
 width: 235px;
 height: 460px;
 float: left;
 line-height: 110%;
 border: 1px solid #608cbf;
}

#s1 p, #s2 p, #s3 p {
 padding-top: 5px;
 padding-bottom: 2px;
 margin: 0;
}

#s1 img {border:1px solid #aaa;}
#s2 img {border:1px solid #aaa;}
#s3 img {border:1px solid #aaa;}

a {color: #004494;}

a:link {color: #004494;}

a:hover {text-decoration: none; color: #e41116;}

/* Kopfbereich mit Logo */

#title {margin: 0; padding: 0;height:40px;}

#title h1 {
 margin-left: 200px;
 margin-top: 28px;
 font-size: 20px;
 color: #e41116;
}

#headerlink {
 position: absolute;
 top: 0;
 right: 0;
 padding: 5px 20px;
 font-size:10px;
 background: transparent url(../img/headernavi.png);
 font-weight:bold;
	border-left: 1px solid #e41116;
	border-bottom: 1px solid #004494;
}

#headerlink a {color: #000;}
#headerlink a.active {color:#e41116;}

/* Navigation horizontal */

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size: 10px;
	padding: 0;
	border-width: 1px 0;
	margin: 0;
}

#nav {
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 background-color:#608cbf;
 margin-top: 65px;
 margin-left: 0px;
 padding-left: 176px;
 position: relative;
 height: 20px;
 z-index: 12;
}

#nav a {
	display: block;
	width: 110px;
	color: #fff;
	text-decoration: none;
	padding: 0.25em;
}

#nav li {
	float: left;
	padding: 0;
	width: 125px;
	background: #004494;
	margin-right: 2px;
	height: 20px;
	white-space:nowrap;
}

#nav li.active {
	float: left;
	padding: 0;
	width: 125px;
	background: #e41116;
	margin-right: 2px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 125px;
	font-weight: normal;
	background-color: #004494;
	margin: 0;
}

#nav li ul li a {
	display: block;
	width: 115px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li a:hover, #nav li a.sfhover {
	text-decoration: underline overline;
}

#nav li ul li a:hover, #nav li ul li a.sfhover {
	background: #7baed9;
	font-weight: bold;
	text-decoration:none;
}

#nav li:hover, #nav li.hover {
    position: static;
}

/* Menüs */

#menuleft {
 width: 150px;
 margin: 44px 0 0 10px;
/* padding: 5px 5px 0 5px; */
 float: left;
 font-size:11px;
 line-height:120%;
}

.menutitle {
font-weight: bold;
color: #fff;
background: #608cbf;
padding: 5px 5px;
font-size:1em;
margin:0;
}

#menuleft ul {
list-style-type: none;
margin: 0 0 10px 0;
padding: 0px;
border: 1px solid #608cbf;
background-color: #fff;
}
#menuleft li {
display: block;
}
#menuleft li a, #menue li a:link {
text-decoration: none;
display: block;
width: 132px;
color: #004494;
padding: 2px 0px 1px 16px;
background-color: #fff;
 background-image: url(img/pfeil.gif);
 background-repeat: no-repeat;
 background-position: left;
}

#menuleft li a:visited {
/* color: #fff; */
}

#menuleft li a:hover, #menue li a:active, #menue li a:focus {
width: 127px;
color: #e41116;
border-right: 5px solid #e41116;
padding: 2px 0px 1px 16px;
 background-image: url(img/pfeil-aktiv.gif);
 background-repeat: no-repeat;
 background-position: left;
}

#menuleft li a.active-left {
 color: #e41116;
 font-weight: normal;
 padding: 2px 0px 1px 16px;
 background-image: url(img/pfeil-aktiv.gif);
 background-repeat: no-repeat;
 background-position: left;
 border-right: 5px solid #e41116;
 width: 127px;
}

/* Untermenue Start */

#menuleft ul li ul {
list-style-type: none;
margin: 0 0 5px 0;
padding: 0px;
border: none;
}
#menuleft li ul li {
display: block;
}

#menuleft li ul li a, #menue li a:link {
width: 112px;
margin-left: 10px;
padding: 0 0 1px 16px;
}

#menuleft li ul li a:hover, #menue li a:active, #menue li a:focus {
width: 107px;
color: #e41116;
padding: 0 0 1px 16px;
}

#menuleft li ul li a.active-left {
 color: #e41116;
 font-weight: normal;
 width: 107px;
 padding: 0 0 0 16px;
}

/* Untermenue Ende */

#menuleft .sprache {
 color: #000;
 font-weight: bold;
 background: #fff;
}

#menuleft li a.neu, #menuleft li a:link.neu, #menuleft li a:hover.neu  {background:none;border:none;border-bottom:1px dotted #b0b0b0;padding:3px 0 2px 3px;width:127px;}

.menutext {font-size: 9px;}


/* Inhaltsbereich */

#content {
 margin: 20px 160px 0 160px;
 padding: 0;
 line-height: 130%;
}

/* Eigentlicher Inhalt */

#content2 {
 background-color: #fff;
 background-position:bottom right;
 margin: 0;
 padding: 0 0 30px 0;
 border-top:1px solid #608cbf;
 border-left:1px solid #608cbf;
}

#content2 p {
 padding-right: 20px;
}

#content2 .text-osub { /*Textbereich ohne Untermenü */
 margin: 20px 0 0 0;
 padding: 0 10px 0 20px;
}

.text-osub ul {
 list-style-type: square;
}

.text-osub ul li {
 margin-top: 5px;
}

.text-osub h3 {
 font-size: 12px;
 font-weight: bold;
 padding-right: 20px;
 color: #e41116;
}

.footer { /* Vor/Zurück Produktseiten */
 text-align: left;
 float: left;
 height: 50px;
 margin: 0;
 padding: 0;
}

.center {text-align:center;}

.footer2 {
 text-align: right;
}



/* Allgemeingültige Formate */

table {
 width: 80%;
 font-size: 11px;
 margin: 0;
 padding: 0;
}

tr {
 margin: 0;
 padding: 0;
}

td {
 border-bottom: 1px dotted #aaa;
 margin: 0;
 padding: 5px 5px 2px 0;
 vertical-align: top;
}

td.datenlinks {width:180px;}

td a {
 color: #004494;
}

td ul {
 list-style-type: square;
 margin-left: 0;
 margin-top: 0;
 padding-left: 15px;
}

td li {
 margin-left: 0;
}

img {
 border: none;
}

.schwerpunkt {border:1px solid #608cbf;padding:5px;background-color:#e7ebf4}

#microright {
 float: right;
 margin: 0;
 padding: 0;
}

#microright table,#microright tr,#microright td{font-size:9px;margin:0;padding:0;}

#microright p { font-size: 10px; padding: 5px; }
#microright ul {margin: 0 0 5px 20px;padding:0;list-style-type:square;}
#microright li {margin: 0;padding: 5px 0 0 0;}
#microright td {border:none;}

.micronews { /* Definition der Blöcke */
 border-left: 1px solid #e41116;
 border-top: 1px solid #e41116;
 border-right: 1px solid rgb(1, 27, 121);
 border-bottom: 1px solid rgb(1, 27, 121);
 background: #fff;
 width: 220px;
 font-size: 9px;
 margin: 20px 20px;
 padding: 0;
 line-height: 140%;
 position: relative;
 z-index: 10;
}

#microcontainer {
 background-color: #fff;
 background-position: bottom left;
 margin:0;
 padding:0;
}

#microcontent {
 margin: 25px 0px 0 178px;
 padding: 0;
 line-height: 130%;
 /* background: #fff url(img/bogen-li.jpg) no-repeat;
 background-position: bottom left; */
}

#microcontent h2 {
 font-size: 17px;
 color: #004494;
 font-weight: normal;
 margin: 0;
 padding: 0 0 3px 0;
 text-align: center;
}

#fuss {
 clear:both;
 background-color:#004494;
 color:#fff;
 margin:0;
 text-align:center;
 font-size:.8em;
}

#fuss a {color:#fff;font-weight:bold;}

.ausblenden {display:none;}
