body {
	background-color:#030E5E;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Oberer Logobereich -----------------------------------------*/
/* ----------------------------------------------------------------------------------- */

#topregion { position: absolute; top: 0px; left: 0px;  height: 80px;width: 960px; background-color:#0C0B8D;  }
#img_71_schrift { position:absolute; top:8px; left:242px; }
#img_71_logo 	{ position:absolute; top:23px; left:674px;}

/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Menu Stuff -------------------------------------------------*/
/* ----------------------------------------------------------------------------------- */

/* Wo kommen die Menu-Boxen  hin */ 

#menu_base_box { position:absolute; 
				 top: 80px; 
				 left: 0px; } 
				 
#menu_base_right {
	position: absolute;
	top: 0px;
	left: 230px;
	height: 58px;
}

#menu_base_left {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 58px;
}

/* Jetzt die Styles für die menus , wir arbeiten mit UL und LI */

#menu_base_right ul, #menu_base_left ul  {
	 list-style-type:none;
	 padding-top: 3px ;
	 padding-bottom: 3px;  
	 margin : 0pt; 
}
#menu_base_right  li , #menu_base_left li {
	 display: inline;
	 padding-right: 5pt;
}

/* Jetzt brauchen wir noch die Links */ 
#menu_base_right a ,#menu_base_left a {
	text-decoration: none;
	font-weight: bold;
	color: #60A0D0;
}
#menu_base_right a:hover, #menu_base_right a:active , #menu_base_left a:hover , #menu_base_left  a:active  {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.menulink_x ,a.menulink_x:hover , a.menulink_x:active  {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------- */ 
/* ----------------------------------------------------------------------------------- */ 
/* ----------------------------------------------------------------------------------- */ 
#navigation { position: absolute; height: 40px;width: 100%;  background-color:white;  }

.rightnav_lightblue {
	width:160px;
	height:100%;
	background-color:#A6D9FF;
}
.rightnav_grey {
	width:160px;
	height:100%;
	background-color:#ECEFF4;;
}

.rightnav_blue {
	width:160px;
	height:100%;
	background-color:#092D9F;
}



#navigation ul.path {
	 position: absolute;
	 left:170px;
	 top:0px;
	 list-style-type:none;
	 padding-top: 3px ;
	 padding-bottom: 3px;  
	 margin : 0pt;
	padding-left:0px; 
}


#navigation ul.addlink  {
	 position: absolute;
	 left:726px;
	 top:0px;
	 list-style-type:none;
	 padding-top: 3px ;
	 padding-bottom: 3px;  
	 margin : 0pt; 
	font-size:11px;
	text-decoration: none;
	color: #2B75BB;

}
#navigation  li {
	 display:inline;
	 padding-right: 0pt;
	 margin-right: 3px;
}

/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Rechte Box (Hellblau ) -------------------------------------*/
/* ----------------------------------------------------------------------------------- */

#left_menu  { position: absolute ;
			  background-color:#CAE8FF; 
			  top:160px; 
			  width:230px; 
			  height: 900px; 
			  color:black }
			  

#left_menu a, #left_menu  a:hover , #left_menu a:active {text-decoration: none;	
														 font-weight: bold;
														 width:230px;
														 padding-bottom:10pt;
														 adding-top:10pt; }
#left_menu h4 {padding:4px;
				margin:0pt;
				font-size:10pt; }
				
#left_menu ul { list-style-image:url(iclinkinternc3_mo.gif);
				list-style-position:inside;
				margin:0pt;
				padding-left: 8pt;
				padding-bottom:3px; 
				}
				

/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Rechte Box Grau  -------------------------------------------*/
/* ----------------------------------------------------------------------------------- */

#left_menu_normal  { position: absolute ;
			  		 background-color:#ECEFF4; 
			  		 top:140px; 
			  		 width:230px; 
					 height: 900px; 
					 color:black ;
					 padding-top: 40px;}

#left_menu_normal p {
		background-color: #DADEE5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:1.3;
		padding-left: 4px;
		padding-bottom: 20px;
		margin-top: 0px;
		color: #0B0B8D;
		margin-bottom: 5px;
}

#left_menu_normal #leftinfobox {
	background-color: #DADEE5;
	color: #0B0B8D;
} 

#left_menu_normal h1 {
		font-size: 11px;
		font-weight:bold;
		padding-left: 4px;
		background-color:#DADEE5;
		margin-bottom: 2px;
		color: #0B0B8D;
}
/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Conten über gesamte Breite ---------------------------------*/
/* ----------------------------------------------------------------------------------- */
/
#content_ges { position: absolute ;
			background-color:#FFFFFF; 
			top:140px; 
			left:230px; 
			width:710px; 
			height: 900px ; 
			color:black;
			padding: 10px; 
			padding-top: 40px;}
/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Content mit Linkem Menu ------------------------------------*/
/* ----------------------------------------------------------------------------------- */

#content { position: absolute ;
			background-color:#FFFFFF; top:140px; left:230px; width:480px; height: 900px ; color:black;
			padding: 10px;
			padding-top: 40px; }
			
/* ----------------------------------------------------------------------------------- */ 
/* ----------------------- Content mit Linkem Menu ------------------------------------*/
/* ----------------------------------------------------------------------------------- */		

#link_box { position: absolute ;
		   background-color:white; top:140px; left:710px; width:215px; height: 900px ; color:black;
			padding: 10px; 
			padding-top: 40px;}		
			
#link_box h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height:1.3;
		background-color:#ECEFF4;
		color: black;
		vertical-align:middle;
		margin-bottom:0px;
		margin-top:5px;
		margin-left: 0px;
		margin-top: 0px;
		width:210px;
		
}		
#link_box ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ECEFF4;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ECEFF4;
	width:209px;
}
#link_box li {
	list-style-image:url(../icons/iclinkinternc3_mo.gif);
	list-style-position:inside;
	color: black;
	font-size: 11px;
	font-weight: bold;
	line-height:1.3;
	margin-left:0px;
}
#link_box .dl {
	list-style-image:url(../icons/icdownloadc2_mo.gif);
	list-style-position:inside;
	color: black;
	font-size: 11px;
	font-weight: bold;
	line-height:1.3;
	margin-left:0px;
}
			
#link_box .vi {
	list-style-image:url(../icons/ictrailerc6_mo.gif);
	list-style-position:inside;
	color: black;
	font-size: 11px;
	font-weight: bold;
	line-height:1.3;
	margin-left:0px;
}
			
/* ----------------------------------------------------------------------------------- */ 
/* ---------------------------------- Allgemeines  ------------------------------------*/
/* ----------------------------------------------------------------------------------- */					
#content h1, #content h2 ,#content p,  #content ul , #content pre {
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:1.3;
		padding-left: 4px;
		margin-top: 0px;
		color: #32323C;
 		background-color : #F4F5F8;
		margin-bottom: 5px;
}			


#content_ges h1, #content_ges h2 ,#content_ges p , #content_ges ul {
                width: 680px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                line-height:1.3;
                padding-left: 4px;
                margin-top: 0px;
                color: #32323C;
        	background-color : #F4F5F8;
                margin-bottom: 5px;
}
#content p , #content_ges p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content h2 , #conten_ges h2 {
		font-weight:bold;
		background-color:#E2E1E7;
		margin-bottom: 2px;
}

#content h1 , #content_ges h1 {
		background-color:#E2E1E7;
		color: #0B0B8D;
		
}
#content ul , #content_ges ul {
		padding-left: 25px;
		padding-top:5px;
		margin:0px;	
		margin-right:25px;
		margin-bottom: 10px;
		padding-bottom:5px;
		
}

#content li , #content_ges li {
		list-style-image:url(../icons/iclinkinternc3_mo.gif);
		list-style-position:outside;
		margin-right:25px;
} 
/* ----------------------------------------------------------------------------------- */ 
/* ----------------------------------  Tabellen  --------------------------------------*/
/* ----------------------------------------------------------------------------------- */

.stdtab  { border-collapse:collapse; }

.stdtab thead, .stdtab tfoot{   
	    line-height:1.3;
        color: #32323C;
      	background-color : #DADEE5;
        font-weight : bold;
        height : 17px;
        padding-left : 3px;
        padding-right : 3px;
		}
.stdtab tbody { 
		line-height:1.3;
        color: #32323C;
        background-color : #F4F5F8;
        height : 17px;
		height : 17px;
        padding-left : 3px;
        padding-right : 3px;
}

.stdtab tbody>.t1 { background-color:#0099FF} 

.stdtab .trodd {background-color : #ECEFF4; }

.stdtab td, .stdtab th {
		border-style: solid;
		border-width: 1px;
		border-color: white;
		font-size: 11px;
}

.inltble { 
		border-collapse:collapse;
		color: #32323C;
        background-color : #F4F5F8;
		font-size: 11px;
}


/* ------------------------------------- Allgemein --------------------------- */ 

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	line-height:1.3;
	color: #32323C;
}


a.linksblau {
	text-decoration: none;
	color: #0B0B8D;
	font-weight:bold;
}
a.linksblau:active, a.linksblau:hover {
	text-decoration: none;
	color: #2B75BB;
	font-weight:bold;
}
/* --------------------------------- Spezial ------------------------ */
.formdev {
	border : thin ridge Teal;
	padding : 5;
}