/*
Document:	centralmain.css
Autor:		Andreas Kistler, www.compshop.ch
*/



@charset "utf-8";
Normalisiert margin, padding 
body, div, dt, dd, h1, h2, h3, h4, h5 ,h6, pre, form, fieldset, input, p, blockquote, th, td {
 margin: 0; padding: 0;
}



/* Normalisiert font-size Ueberschriften */
h1, h2, h3, h4, h5 ,h6 {
 font-size: 100%;
}

/* Entfernt list-style aus Listen */
ol, ul, li {
 list-style: none;
}

/* normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var {
 font-style: normal; font-weight: normal;
}

/* Entfernt list-style aus Listen */
table {
 border-collapse: collapse; border-spacing: 0;
}

/* Entfernt border aus fieldset und img */
fieldset, img {
 border: 0;
}

/* Richtet Text in caption und th links aus */
caption, th {
 text-align: left;
}

/* Entfernt Anführungszeichen aus q */
q:before, q:after {
 content :'';
}

/* Fonts */
p, td, tr {font-size: 12px; text-align: left;}
th {font-size: 12px; font-weight: bold;}
h1 {font-size: 15px; margin-top: 20px; margin-bottom: 20px;}
h2 {font-size: 14px; margin-top: 10px; margin-bottom: 5px; font-weight: bold;}
li {font-size: 12px; margin-left: 15px; margin-bottom: 3px; line-height: 18px; list-style-type: disc;}
ul {list-style: none; margin: 0; padding: 0; border: 0;}

.h2 {font-size: 14px; margin-top: 10px; margin-bottom: 10px; font-weight: bold;}
.h1 {font-size: 15px; margin-top: 20px; margin-bottom: 20px;}
.rb {text-align: right}
.rot { color: #cf2037; font-weight: 600; }
.Seitentitel { color: #cf2037; font-size: 26px; margin-bottom: 20px;}
.UntertitelTab {font-size: 22px; color: #333333; text-align: right;}
.Untertitel {font-size: 22px; color: #333333;}
.UTrot {font-size: 22px; color: #cf2037;}
.Zwischentitel {font-size: 12px; font-weight: bold; margin-top: 15px; margin-bottom: 15px;}
.blau { color: #3299f0; font-weight: 600; }
.headline_dark {color: #006699; font-size: 28px; }
.headline_light {color: #78BFE2; font-size: 28px; }
.regularbold {font-weight: bold;}
.footerschrift {font-weight: bold; color: white; font-size: 12px; text-align: center;}
.hr{ color: #99cce5; margin-top: 20px; margin-bottom: 20px; background-color: #99cce5; border: 0; height: 1px; width: 480px; float: left;}
.hrform {color: #99cce5; margin-top: 20px; margin-bottom: 20px; background-color: #99cce5; border: 0; height: 1px; }
.hrtab {color: #99cce5; margin-top: 10px; margin-bottom: 10px; background-color: #99cce5; border: 0; height: 1px; }
.formtext {font-size: 12px; text-align: right; }
.text{font-size:12px;}
.buttonred {font: arial; background-color: #df2037;}
.tabnormal{margin-bottom: 10px; padding-bottom: 5px;}
.tabfett {font-weight: bold; padding-bottom: 5px; }
.tabright{text-align: right; padding-bottom: 5px; }
.tabtitel {color: #cf2037; font-size: 26px; padding-bottom: 20px;}
.bgblue {background-color: #c3e3f3;}
.bgrey {background-color: #b7c6ce;}



html {
font-family: Arial;
height: 100%;
}



body {
/*height:100%;*/
font-size: 1em; 
background-image: url(../bilder/bg_cp_hp_01d.gif);
background-repeat: repeat;
vertical-align: middle;
}

#content {
position: relative;
width: 900px;
min-height: 550px;
background-color: #f1f5f8; 
margin: 40px auto auto auto;
}

*html #content {
height: 550px;

}


#header {
width: 900px;
height: 125px;
background-image: url(../bilder/bergeneu.jpg);
background-repeat: no-repeat;
}


#content_logo {
background-color: #f1f5f8; 
width: 65px;
margin-top: 80px;
margin-left: 10px;
float: left;
}

#content_menu { 
background-color: #f1f5f8; 
width: 130px;
margin-right: 30px;
margin-top: 80px;
text-align: left;
font-weight: bold;
font-size: 13px;
float: left;
}


#content_submenu {
background-color: #f1f5f8; 
width: 100px;
margin-left: 10px; 
margin-top: 10px;
margin-bottom: 10px;
float: left;
}



#content_main {
min-height: 480px;
width: 660px;
border-left: 1px dotted #39c; 
background-color: #fff;
float: right;
padding: 30px 0 30px 0;
}

/* CSS-Hack fuer alle IE */  
* html #content_main {
width: 648px;
height: 540px;
}



#content_text {
float: left;
padding: 45px 0 0 20px;
width: 520px;

}



#content_titellinks {
width: 470px;
clear: both;
}


#content_textlinks {
float: left;
width: 200px;
padding: 0 19x 0 20px;

}

#content_textrechts {
float: right;
width: 220px;
_width: 240px;
padding: 0 0 0 20px;
}

/* CSS-Hack für alle IE */  
* html #content_textlinks {

}

#content_bild {
float: left;
padding: 20px 0 0 250px;
width: 200px;
}

#content_bild_links {
float: left;
padding: 0 30px 10px 0;
width: 200px;

}

#footer {
clear: both;
width: 100%;
background-color: #5794b6;
height: 30px;
padding-top: 10px;
text-align: center;

}

#button {

padding-left: 150px;

}
#clear {
clear: both;
}

