/* ######## GRUNDEINSTELLUNGEN ########## */

body {
margin: 0;
padding: 0;
width:100%;
height:100%;
/*cursor:crosshair;*/
/*cursor:url(cursor.cur), url(cursor.ani), crosshair;*/
background-color: #CCD9CC;
}

#center {
width: 955px;
height: 629px;
border: 0px solid blue;
margin: 0px auto;
background-color: white;
}


/* ######## HAUPTEBENEN STARTSEITE ########## */

#header_start{
width: 955px;
height: 72px;
background-image:url(header_fai.jpg);
background-repeat:no-repeat;
}

#header{
width: 955px;
height: 72px;
background-image:url(header_fai.jpg);
background-repeat:no-repeat;
}

#footer{
width: 955px;
height: 29px;
}

#navi_start{
width: 220px;
height: 528px;
float: left;
background-image:url(navi_background_logo.jpg);
background-repeat:no-repeat;
z-index: 1;
}

#navi{
width: 220px;
height: 528px;
float: left;
background-image:url(navi_background_logo.jpg);
background-repeat:no-repeat;
z-index: 1;
}

#flash_start{
width: 731px;
height: 217px;
float: left;
margin-top: 4px;
margin-left: 4px;
}

#content{
width: 727px;
height: 287px;
float: left;
margin-left: 4px;
margin-right: 4px;
background-color:white;
}

#content_gross{
width: 727px;
height: 504px;
float: left;
margin-left: 4px;
margin-right: 4px;
background-color:white;
}
#scrollbereich{
width: 727px;
height: 491px; /*496px*/
float: left;
margin-left: 4px;
margin-right: 4px;
background-color:white;
overflow:auto;
}


/* ######## NAVIGATION ########## */
#navi_home{
width: 196px;
height: 29px;
z-index: 2;
}
#navi_portfolio{
width: 196px;
height: 29px;
z-index: 3;
padding-top: 1px;
}
#navi_brand{
width: 196px;
height: 53px;
z-index: 4;
}
#navi_science{
width: 196px;
height: 53px;
z-index: 5;
}
#navi_public{
width: 196px;
height: 53px;
z-index: 6;
}
#navi_presse{
width: 196px;
height: 53px;
z-index: 7;
}
#navi_kontakt{
width: 196px;
height: 29px;
padding-top: 1px;
z-index: 8;
}
#impressum{
color:white;
font-weight:bold;
font-family:Verdana,Arial;
font-size:10px;
margin-top:0px;
}
#contentmenue{
padding-left:16px;
font-family: Helvetica;
font-size: 13px;
margin-top: 16px;
}


/* ############ TYPOGRAPHISCHES ############ */

p{
margin-top: 16px;	
padding-left: 16px;
font-family: Helvetica;
font-size: 16px;
line-height: 20px;
vertical-align: baseline; 
padding-right:16px;
}

table{
padding-left: 16px;
font-family: Helvetica;
font-size: 16px;
line-height: 20px;
vertical-align: baseline; 
}
li{
padding-left: 6px;
font-family: Helvetica;
font-size: 16px;
line-height: 20px;
vertical-align: baseline; 

}

#initialen{
color:darkred;
font-family: Palatino Linotype, Times, Times New Roman;
font-size: 30px;
font-style: italic;
line-height: 30px;
vertical-align: baseline; 
}

h2{
padding-left: 16px;
font-family: Helvetica;
font-size: 18px;
line-height: 20px;
vertical-align: baseline; 
font-weight:bold;
color:darkred;
margin-top:10px;
}
h4{
padding-left: 16px;
font-family: Helvetica;
font-size: 16px;
line-height: 20px;
vertical-align: baseline; 
font-weight:bold;
margin-top:0px;
}
a{
cursor: crosshair;
color:darkred;
}

a:hover{
cursor: crosshair;
color:darkred;
text-decoration:none;
}
.cm{
color:darkred;
text-decoration:none;
}
.cm:hover{
background:black;
color:white;
}

.mail{
color:darkred;
text-decoration:none;
}

.roteheadline{
color:darkred;
}
.untertitel{

font-family: Helvetica;
font-size: 10px;
line-height: 12px;
vertical-align: baseline;

}



