﻿@charset "UTF-8";
/* CSS Document */

html,body {margin:0;padding:0;height:100%;}
body {font: 12px/1.5 Tahoma, Verdana, "Trebuchet MS", sans-serif; background-color: #000; color: #868598; text-align: center;}

div#container{width:960px;margin:0 auto;text-align:left; background-color:#fff;}


/* ---------------------------------------------------------------------- */

/* Header-Graphics Styles definieren*/

div#header{position:relative;height:175px;}

/* ---------------------------------------------------------------------- */


a {text-decoration:none;}
a:link, a:visited {  color: #5294d8;  }
a:hover,  a:active  {  color: #e08504;}

a img {border:0px;}



/* ---------------------------------------------------------------------- */

/* Sprachauswahl-Flaggen positionieren */

div#flags-main{width:960px;margin:0 auto;text-align:right; background-color:#000; border:1px solid #000;}
#flags {margin:15px auto;background-color:#000;}
#flags img{margin:0px 4px;border:0px;}

img {
behavior: url(iepngfix.htc);
}



/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */

/* Positionierung der Teaserbilder definieren */

div#left_top, div#left_top2{float:left;width:320px;margin-left:0px;}
div#content_top, div#content_top2{margin: 0px;float:left;width:320px;}
div#right_top, div#right_top2{float:left;width:320px;margin-left:0px;}

div#left_top, div#content_top, div#right_top, div#left_top2, div#content_top2, div#right_top2 {background:#fff;}

div#left_top p, div#content_top p, div#right_top p {padding:0px;}

div#left_top2, div#content_top2, div#right_top2 {margin-top:-4px; }

/* ---------------------------------------------------------------------- */



/* ---------------------------------------------------------------------- */

/* Inhaltsbereiche definieren */


div#left{float:left;width:312px;margin-left:0px;padding-left:8px;z-index:1;}
div#content2{margin: 0px;float:left;width:312px;padding-left:8px;z-index:10;}
div#right{float:left;width:312px;margin-left:0px;padding-left:8px;z-index:20;}

div#left, div#content2, div#right {background:#fff;}

div#left p, div#content2 p, div#right p {padding:0px 8px 0px 0px;}
#left p.adresse {padding-top:30px;}


/* Inhaltsbereich links definieren */

#left a{text-decoration:none;}
#left a:link, #left a:visited {  color: #5294d8;  }
#left a:hover, #left a:active  {  color: #e08504;}


p.navi {border-bottom:1px solid #d2d2d2;}
#left.navi a{ text-decoration:none;}
#left a:link, #left a:visited {  color: #5294d8;  }
#left a:hover, #left a:active  {  color: #e08504;}


/* Inhaltsbereich mitte definieren */

div#content2 p.headline{border-bottom:1px solid #d2d2d2; width:296px;}
div#content2 p.teaser{padding-bottom:10px solid #d2d2d2;}
div#content2 span { font-weight:bold;}
div#content2 img { float:left; margin:0px 6px 6px 0px;}
div#content2 a {text-decoration:none;}
div#content2 a:link, div#content2 a:visited { color: #5294d8;}
div#content2 a:hover, div#content2 a:active { color: #e08504;}
#div#content2 span { font-weight:normal;}

div#content2 a:after{content:"»»»";color:#5294d8;padding-left:4px;}


/* Inhaltsbereich rechts definieren */

div#right p.headline{border-bottom:1px solid #d2d2d2; width:296px;}
div#right p.teaser{padding-bottom:10px;}
div#right span { font-weight:bold;}
div#right img { float:left; margin:0px 6px 6px 0px;}
div#right a {text-decoration:none;}
div#right a:link, div#right a:visited { color: #5294d8;}
div#right a:hover, div#right a:active { color: #e08504;}

div#right a:after{content:"»»»";color:#5294d8;padding-left:4px;}

/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */


/* Adress main Styles definieren*/

div#adress_main{
       width:100%;
       height:20px;
               }

div#adress_main p{
             margin:0;
             clear:top;
             padding:10px 0px 0px 8px;
             letter-spacing:1px;
             font-size:10px;
             font-color: FFFFFF;
                 }

div#adress_main:link, div#adress_main a:visited {  color: #fff;  }
div#adress_main:hover, div#adress_main a:active  {  color: #e08504;}

/* ---------------------------------------------------------------------- */


/* Footer Styles definieren*/

div#footer_left{
           float:left;
           width:320px;
           height:70px;
           background-color:#3e525d;
           color:#fff;
                }

div#footer_left p{margin:0;padding:5px 0 0 8px; letter-spacing:1px; font-size:11px;}
div#footer_left a{color: #fff;  }
div#footer_left a:link, div#footer a:visited {  color: #fff;  }
div#footer_left a:hover, div#footer a:active  {  color: #e08504;}

div#footer{
         float:left;
         width:320px;
         height:70px;
         background-color:#3e525d;
         color:#fff;
           }

div#footer p{
        margin:0;
        padding:5px 0px 0px 0px;
        letter-spacing:1px;
        font-size:10px;
            }

div#footer a{
       color: #fff;  
            }

div#footer a:link, div#footer a:visited {color: #fff;}
div#footer a:hover, div#footer a:active {color: #e08504;}

div#footer_right{
        float:left;
        width:320px;
        height:70px;
        background-image: url("../images/footer_claim.jpg");
        background-color:#3e525d;
        color:#fff;
                }

div#footer_right p{
     margin:0;
     padding:0px 0 0 10px;
     letter-spacing:1px;
     font-size:11px;}



/* ---------------------------------------------------------------------- */




/* ---------------------------------------------------------------------- */

/* wiederkehrende Klassen definieren */
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
div.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	overflow: hidden;
	background-color:#000; 
}

div.clear2 {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	overflow: hidden;
	background-color:#fff; 
}

div.clear-footer {
	clear: both;
	height: 4px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	overflow: hidden;
	background-color:#fff;
}
br.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
.hidden {
	display: none;
}

hr.divide {
	margin-top: 16px;
  height: 2px;
  border: none;
  background-color: #d2d2d2;	
	display: block;
	clear: both;
	color: #d2d2d2;	
}
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */

/* Menu definieren */
.menu {
z-index:1000;
margin:0px; /* this page only */
background:#fff;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
height:160px;
}



/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}


/* position relative so that you can position the sub levels */
.menu li {
position:relative;
height:30px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; }

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:29px;
line-height:40px;
width:199px;
color:#5294d8;
text-indent:5px;
border-bottom:1px solid #d2d2d2;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#fff; width:200px; w\idth:200px;}
/* style the link hover */
* html .menu a:hover {color:#f0f; background:#fefefe;}

.menu :hover > a {
color:#f0f; 
background:#fefefe;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:200px; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible; background:#fff;opacity: .9;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}





/* ---------------------------------------------------------------------- */

