/* CSS Document für Hauptseite */
html {
width:100%;
height:100%;
}

body {
	background-color:#D8E8F9;
	margin:10px 0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
}

body,td,th {
	font-family: Arial;
	font-size: 13px;
	font-stretch:semi-expanded;
	font-weight:500;
	color: #5080C7;
}

/************************ LINKS *****************************/

a:link {
	color: #081C39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #081C39;
}
a:hover {
	text-decoration: none;
	color: #081C39;
}
a:active {
	text-decoration: none;
	color: #081C39;
}

/************************ MENÜ LINKS *****************************/
/*#menucontent a {
	color: #6e1f25;
	font-weight:bold;
	margin-right:10px;
	font-size:14px;
}

#menucontent a:link {
	color: #6e1f25;
	text-decoration: none;
}
#menucontent a:visited {
	text-decoration: none;
	color: #6e1f25;
}
#menucontent a:hover {
	text-decoration: none;
	color: #6e1f25;
}
#menucontent a:active {
	text-decoration: none;
	color: #6e1f25;
} */





/*********************** CONTAINER **********************************/
#centeringcontainer {
position:relative;
margin:auto;
width:980px;
height:auto;
/*border:1px solid #BACCE6;*/
border:1px solid #5282C6;
text-align:left;
}


#topcontent {
position:relative;
display:block;
width:100%;
height:140px;
background-color:#5080C7;
background-image:url(../layout/background_topcontent.gif);
background-repeat:repeat-x;
overflow:hidden;
text-align:center;
}
#topcontent #traubelogo {
position:absolute;
left:57%;
top:40px;
width:300px;
height:46px;
background-image:url(../layout/traube_topcontent.gif);
background-repeat:no-repeat;
z-index:3;
}
#topcontent #logo {
position:relative;
background-image:url(../layout/logo_topcontent.gif);
width:212px;
height:131px;
z-index:4;
margin:auto;
}
#topcontent #sprache {
position:absolute;
right:5px;
top:0px;
width:200px;
height:20px;
text-align:right;
}



#menucontent {
position:relative;
display:block;
background-color:#FFFFFF;
background-image:url(../layout/background_menucontent.gif);
background-repeat:repeat;
height:28px;
width:100%;
text-align:center;
/*vertical-align:middle;*/
/*line-height:28px;*/
margin:0px;
padding-top:4px;
}

#maincontent {
width:100%;
border:0px;
background-image:url(../layout/background_maincontent.gif);
background-repeat:repeat;
margin:0px;
padding:0px;
border-collapse:collapse;
}
#maincontent #leftside {
width:350px;
background-image:url(../layout/background_maincontent_beig.gif);
background-repeat:repeat;
border:0;
margin:0px;
padding:2px;
vertical-align:top;
color:#FFFFFF;
text-align:right;
height:300px;
}
#maincontent #rightside {
background-image:url(../layout/rightlogo_maincontent.jpg);
background-repeat:repeat-y;
background-position:top right;
border:0px;
margin:0px;
padding-left:10px;
padding-right:30px;
padding-top:10px;
padding-bottom:10px;
vertical-align:top;
}


#bottomcontent {
position:relative;
display:block;
background-color:#D8E8F9;
background-image:url(../layout/background_bottomcontent.gif);
background-repeat:repeat-x;
width:100%;
text-align:center;
padding-top:10px;
font-variant:small-caps;
font-size:12px;
}

.icon {
margin:0px;
padding:0px;
page-break-after:always;
}

h1, h2, h3 ,h4 {
margin:0px;
padding:0px;
font-family: Arial;
font-size: 16px;
font-stretch:semi-expanded;
font-weight:bold;
color: #5080C7;

}



/*********************** LAYERMENÜ **********************************/

/***** Level 1 *****/

.menu_level1 {
   font-family: Times New Roman, Times, serif;
   font-size: 14px;
}   
.menu_level1 a:link {
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border-left: 0px solid black;
   border-right: 0px solid black;
}
.menu_level1 a:visited {
  font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border-left: 0px solid black;
   border-right: 0px solid black;
}
.menu_level1 a:active {
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border: 0px solid white;
}
.menu_level1 a:hover {
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border: 0px solid white;
}
.menu_level1_act a {
   font-size: 14px;
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border: 0px solid white;
}
.menu_level1_act a:visited {
   font-size: 14px;
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border: 0px solid white;
}
.menu_level1_act a:hover {
   font-size: 14px;
   font-weight: bold;
   font-family: Times New Roman, Times, serif;
   text-decoration: none;
   color: #081C39;    
   padding-left: 5px; 
   padding-right: 15px;
   border: 0px solid white;
}


/***** Level 2 *****/

.menu_level2 {
   font-family: Times New Roman, Times, serif;
   font-size: 12px;
   font-weight: normal;
}   
.menu_level2 a:link {
   font-family: Times New Roman, Times, serif;
   font-weight: normal;
   text-decoration: none;
   color: #081C39;     
   padding: 2px;
}
.menu_level2 a:visited {
   font-family: Times New Roman, Times, serif;
   font-weight: normal;
   text-decoration: none;
   color: #081C39;
   padding: 2px;
}
.menu_level2 a:active {
   font-family: Times New Roman, Times, serif;
   font-weight: normal;
   text-decoration: none;
   color: #081C39;    
   padding: 2px;
}
.menu_level2 a:hover {
   font-family: Times New Roman, Times, serif;
   font-weight: bold;
   text-decoration: none;
   color: #081C39;    
   padding: 2px;
}
.menu_level2_act a {
   font-size: 12px;
   font-family: Times New Roman, Times, serif;
   font-weight: normal;
   text-decoration: none;
   color: #081C39;    
   padding: 2px;
}
.menu_level2_act a:visited {
   font-size: 12px;
   font-family: Times New Roman, Times, serif;
   font-weight: normal;
   text-decoration: none;
   color: #081C39;    
   padding: 2px;
}
.menu_level2_act a:hover {
   font-size: 12px;
   font-family: Times New Roman, Times, serif;
   font-weight: normal;
   text-decoration: none;
   color: #081C39;    
   padding: 2px;
}
