@charset "utf-8";

body {
background-color:#0090D7;
font-size:11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #000000;
padding:0px;
margin:0px;
}

a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: #000000;}
a:active { color:#000000;}

/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
/*text-align: right;*/
padding: 0px;
margin: 0px;
min-height:100px;
height:expression(this.scrollHeight > 100 ? "auto":"100px"); 
background-image:url('images/sensis_logo_neu.jpg');
background-repeat:no-repeat;
background-color:#0090D7;
}

img {border:none;}

#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
padding: 0px;
margin-left: 150px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* -----------------Extrabox--------------------- */
#extrabox {
padding: 5px;
/*width:200px;*/
float:right;
margin:25px 0px 25px 20px;
width:265px;
/*margin-left: 100px;*/
/*margin-right: 0px;*/
background-color:#0090D7;
overflow:hidden;
color:#FFFFFF;
}
div#extrabox { 
min-height:230px;
/*height:expression(this.scrollHeight > 250 ? "auto":"250px"); */
height:expression(this.scrollHeight > 230 ? "auto":"230px"); 
display:none;/*Terminanzeige auf Startseite ausgeschaltet*/
}

h1 {
 font-size:18px;
 font-weight:bold;
}

h2 {
 font-size:14px;
 font-weight:bold;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 150px;
margin-right: 0px;
margin-top:67px;
padding: 0px;
/*background-image:url('images/module_middle.jpg');*/
/*background-repeat:no-repeat;*/
}

#left_box {
margin-top:-2px;
background:transparent url('images/module_middle.jpg') repeat scroll 0%;
/*background-image:url('images/module_middle.jpg');*/
padding-left:5px;
width:140px;
}

#linke_spalte {
float:left;
width:170px;
}

#rechte_spalte {
width:400px;
}

.spalte_ref_logo {
float:left;
width:210px;
}

.spalte_ref_link {
margin-bottom:10px;
}

.spalte_ref_text {
margin-bottom:15px;/*Abstand zur nächsten Referenz*/
}

.spalte_part_logo {
float:left;
width:320px;
min-height:130px;
height:expression(this.scrollHeight > 130 ? "auto":"130px");
vertical-align:top;
margin-bottom:15px;
}

.spalte_part_text {
margin-left:325px;
min-height:130px;
height:expression(this.scrollHeight > 130 ? "auto":"130px"); 
margin-bottom:15px;
}

.fett {
font-weight:bold;
}

.groesser {
font-size:110%;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
