* { 
margin:0; 
padding:0; 

}

body{ 
background-color:#999; 
width:95%; 
height:75%;
margin-top:1%; 
margin-left:2%; 
margin-right:7.25px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:130%;

}





#clear{
clear:right;
height:1px;
width:1px;
font-size:0px;
border:0 none;
margin:0;
padding:0;
background-color: transparent;

}


/* ------------ HEAD -------------------  */

div#head_center {
z-index:1;
background-image:url(../images/top_bg.gif);
background-repeat:repeat-x;
background-position:top left;
position:relative;

width:95%;
height:182px;

top:5px;
left:0px;
}



div#head_left {
z-index:1;
background-image:url(../images/top_left.gif);
background-repeat:no-repeat;
background-position:top left;
position:relative;
height:182px;
}



div#head_right {
z-index:1;
background-image:url(../images/top_right.gif);
background-repeat:no-repeat;
background-position:top right;
position:relative;
height:182px;
}


div.aoc_group {
position:absolute;
right:180px;
top:-10px;
color:#CCCCCC;
font-weight:bold;
}



div.logo_pic {
position:absolute;
left:40px;
top:10px;
}


div.logo {
position:absolute;
left:207px;
top:6px;
}


div.adresse {
z-index:2;
position:absolute;

top:99px;
left:183px;

font-family:Tahoma, sans-serif;
font-size:11px;
color:#CCCCCC;
font-weight:bold;
}


/* pictogramme */
div.head_menue{  
z-index:2;
position:absolute;
top:145px;
left:78%;
}



/* ------------- MAIN  ------------------  */

div#main_center{
z-index:5;
background-color:#fff;
background-image:url(../images/main_bg.gif);
background-repeat:repeat-y;
background-position:top right;
position:relative; /* probieren*/
}


div#main_left{
z-index:6;
background-image:url(../images/main_left.gif);
background-repeat:no-repeat;
background-position:top right;
}


div#main_right{
z-index:0;
background-image:url(../images/main_right.gif);
background-repeat:repeat-y;
background-position:top left;
padding-top:30px;
position:relative;
width:100%;  /*NUR für EXPLORER 5.0 ändern in 55 %*/

height:60%;	/*NUR für EXPLORER */
min-height:90%;
max-height:90%;
}



div#content{

min-height:300px; 
max-height:825px; 

min-width:320px; 
max-width:80%; 

margin-right:25px;
margin-left:375px;
margin-top:-15px;
text-align:justify;
}



.main_headline {
color:#B31B34;
font-weight:bold;
font-size:12px;
}



.sub_headline {
color:#B31B34;
font-weight:bold;
font-size:10px;
}


.content_headline {
font-weight:bold;
text-align:left;
}


ul {
list-style-position:inside; 
list-style-type:disc;
text-align:left;
line-height:160%;
}

/* ------------ Menue  ------------ */

div#nav_main{
position:absolute;
top:15px;
left:10px;
width:180px;
text-align:left;
}

.nav_main_select {
font-weight:bold; 
color:#fff; 
font-size:11px;
text-align:left;
}


/* CSS FORMATIERUNG für div#nav_sub in externer Datei nav_css.php mit Browser-Weiche  */

.nav_sub_select {
font-weight:bold; 
color:#B31B34; 
font-size:11px;
text-align:left;
}


a.nav_main {font-weight:bold; color:#fff; font-size:11px; line-height:250%; text-align:left;}
a.nav_main:hover   {color:#B31B34;}

a.nav_sub {font-weight:lighter;  color:#B31B34; font-size:11px; text-decoration:none; text-align:left;}
a.nav_sub:hover {font-weight:200; color:#660000; text-decoration:underline;}

a.nav_sub_select {font-weight:bold;  color:#B31B34; font-size:11px; text-decoration:none; text-align:left;}
a.nav_sub_select:hover {font-weight:bold; color:#660000;text-decoration:underline;}




/* ------------ Bottom ---------- */

div#bottom_bg{
z-index:8;
background-image:url(../images/bottom_bg.gif);
background-repeat:repeat-x;
background-position:top right;
}


div#bottom_right{
z-index:9;
background-image:url(../images/bottom_right.gif);
background-repeat:no-repeat;
background-position:top right;
}


div#bottom_left{
z-index:10;
background-image:url(../images/bottom_left.gif);
background-repeat:no-repeat;
background-position:top left;
height:35px;
}



  

/* ------------------------------- Allgemeine Formate -----------------------------------------*/


a { color:#990000; text-decoration:none; font-size:11px; font-weight:bold; text-align:left;}
a:hover   { color:#FF3333; text-align:left;}

a.team { color:#000000; text-decoration:none; font-size:10px; font-weight:bold; text-align:left;}
a.team:hover   { color:#FF3333; text-align:left;}


a.aoc{ font-style:normal; color:#FFFFFF; font-size:11px;}
a.aoc:hover   { color:#CCCCCC;}

a.projekte{ font-style:normal; color:#990000; font-size:11px; line-height:130%;}
a.projekte:hover   { color:#FF3333; text-decoration:underline;line-height:130%;}





.text_align_left {
text-align:left;
}

.text_small_i {
font-size:10px;
font-style:oblique;
}

.text_hinweis {
font-weight:bold; 
color:#FF0000; 
font-size:11px;
}


 /* td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#000000} */

