* {margin:0; padding:0; }

html, body {
background-color: #999999;
height:95%;
}

html { overflow-y: scroll; }

#wrapper {
text-align:center;
margin-top:10px;
height:100%;
}


#all {
position: relative;
display: block;
margin: 0 auto;
width: 990px;
border-top: solid 2px #0F218B;
background-color: #ffffff;
text-align:left;
min-height:400px;

	}
	
#header {
background:#ffffff;
width: 990px;
height:140px;
border-bottom: solid 20px #0F218B;
border-left: solid 2px #0F218B;
border-right: solid 2px #0F218B; 
}

.logo {
/*float:left;*/
margin-left:100px;
margin-top:10px;
}


#inhalt {
position:relative;
/*background-color: #E7E8F3;*/
background:#ffffff;
width:990px;
min-height: 400px; /* Mindesthöhe in modernen Browsern */
/*margin-top:-12px;*/
border-left: solid 2px #0F218B;
border-right: solid 2px #0F218B;
}


#content-aussen-start {
width: 550px; 
/*margin-top:-22px;*/ 
margin-left: 200px;
background-color: #E7E8F3;
/*height: 100%;*/ /* Mindesthöhe in IE (<7) */
min-height: 580px; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
}


#content-aussen {
/*position:relative;*/ 
float:left; 
width: 790px; 
margin-top:0px; 
margin-left: 0px;
background-color: #E7E8F3;
min-height: 640px; /* Mindesthöhe in modernen Browsern */
/*height: 100%;*/
height: auto !important; /* !important-Regel für moderne Browser */
}


#content{ 
width: 650px; 
margin-top:0px;
padding-top:30px; 
margin-left: 40px; 
background-color: #E7E8F3;
background-image: url('/website/img/bg.gif');
background-position:190px 35px;
background-repeat: no-repeat;
min-height: 400px; /* Mindesthöhe in modernen Browsern */
/*height: auto !important;*/ /* !important-Regel für moderne Browser */
height: auto !important; /* !important-Regel für moderne Browser */
}

#content-start { 
width: 485px; 
/*margin-top:10px; */
margin-left: 40px;
padding-top:30px; 
background-color: #E7E8F3;
background-image: url('/website/img/bg.gif');
background-position:190px 35px;
background-repeat: no-repeat;

}


#right {
position:relative; 
float:right; 
width:240px; 
background:#FFFFFF; 
height: 100%; /* Mindesthöhe in IE (<7) */
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
}

h1 {
font-family: Arial;
font-size: 13pt;
font-weight: 600;
color:#0F218B;
padding-top:20px;

}

h2 {
font-family: Arial;
font-size: 11pt;
font-weight: 600;
color:#0F218B;
margin-top:10px;

}

b {
color:#0F218B;
padding-top:20px;
}

p, body, table {
font-size: 10pt;
line-height: 20px;
/* text-align:justify; */ 
margin-top:10px;

}

small, .klein {
font-size: 8pt;
}

.fett {
font-size: 10pt;
font-weight: bold;
}

a, a:link {
text-decoration: underline;
font-weight: 500;
color: #0F218B;
}

a:hover {
text-decoration: underline;
font-weight: 500;
color: #807F84;
}

.bild {
border: solid 1px #363636;
}

.tabelle, td, th {
/* background-color: #FFFFFF; */
vertical-align: top;
text-align: left;
padding: 0px;
margin: 0px; 
/* border: solid 1px #E3E3E3;
border-collapse: collapse; */
}

th {
text-align: left;
font-size: 10pt;
font-weight: bold;
background-color: #EFEFEF;
}

input {
font-size: 10pt;
color:#060660;
}

.grau {
color:#807F84;
font-size: 10pt;
}

ul, ol {margin:5px 0 5px 30px; padding:0;}
li {margin: 8px 0 8px 0;}

/* footer */

#footer {
clear:both;
background-color: #CCCCCC;
/*position:relative;
float:left;*/
width:990px;
height:30px;
/*
position:absolute;
bottom:0;
left:0;
*/
border-bottom: solid 2px #0F218B;
border-left: solid 2px #0F218B;
border-right: solid 2px #0F218B;
}

#footer .text {
font-family: Arial, Sans Serif;
font-size: 10pt;
color: #0F218B;
text-align: center;
padding-top: 7px;
}

.kompetenz li {margin:0; padding:0px; line-height:17px;}




