html, body {
        height: 100%;
}

body
{
	margin: 0;
        padding: 0;
        font-family: "Verdana", sans-serif;
        font-size: 10pt;
}

/*Typ-Selektoren*/
/*Blockelemente*/
/*Überschriften */

h1, h2, h3, h4
{
	font-family: "Georgia", Lucida Grande, Verdana, Tahoma;
}

h3
{
 font-size: 15pt;
}

h4
{
 font-size: 13pt;
 margin-bottom: 0px;
}


/*Paragraphen*/

p
{
	font-size: 10pt;	
}

/*Formularfelder */

textarea, select
{
	font-family: "Georgia", Lucida Grande, Verdana, Tahoma;
	color: #6a5555;
}

/*Bilder*/

img
{
	padding: 0px;
	margin: 0px;
	border: none;
}

img.picLeft 
{
float:left;
margin: 5px 10px 0px 0px;
}

.picCenter 
{
 margin: 0px 0px 10px 70px;
 width: 540px;
}

  
.arc90_imgcaption 
{ 
text-align: center; 
border: 1px solid #DDD; 
padding: 1em; 
margin: 1em 0; 
width: 9em; 
} 

.arc90_imgcaptionTXT 
{ 
font-size: .8em; 
color: #666; 
text-align: left; 
} 

.floatl 
{ 
margin-right: 1em; 
} 

.floatr 
{ 
margin-left: 1em; 
}

/* Aussehen der Links */

a:link
{
	text-decoration: none;
	color: #1e4077;
	border: 0px;
}

a:active
{
	text-decoration: underline;
	color: #3366cc;
	border: 0px;
}

a:visited
{
	text-decoration: none;
	color: #3366cc;
	border: 0px;
}

a:hover
{
	text-decoration: underline;
	color: #8EADE3;
	border: 0px;
}

/*Klassen-Selektoren*/

/*standard Texte*/

.titel { 
	padding: 5px 10px 5px 5px;
	margin: 0px 10px 5px 1px;
	color: #000;
	font-weight: bold;
	text-align: left;
	display: block;
        font-size:10pt;
        
}

.titel a
{
text-decoration: none;
}

.titel_blau { 
	padding: 5px 10px 5px 2px;
	margin: 0px 5px 5px 0;
	color: #FFF;
        background-color: #11174A;
	font-weight: bold;
	text-align: left;
	display: block;
}


.lightgray
{
	color: #666666;
}

.smallsize
{
	font-size: 8pt;
	line-height: 14px;
	color: #888888;
}

.normalsize
{
	color: #777777;
	line-height: 14px;
	font-size: 8pt "Georgia", Lucida Grande, Verdana, Tahoma;
}

/* Tabelle mit der Leistungsübersicht */

.head_tabelle
{
    text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}

.body_tabelle
{
    padding: 0px 0px 0px 5px;
    background: #DDD;
    font-weight: 300;
    color: #000000;
    line-height: 150%;
}

.body_tabelle a {
    color: #222;
}

.body_tabelle a:hover {
    color: #000;
}


.body_tabelle ul
{
        padding-left: 5px;
	margin-left: 10px; 
	list-style: disc;
}


/*Tabelle Über Uns Abschnitt */


.head_ueberuns
{
    padding: 4px 0px 4px 5px; 
   text-align: left;
   height:20px;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

.body_ueberuns
{
    padding: 0px 0px 0px 5px;
    background: #EEE;
    color: #000000;
}

.body_ueberuns a {
    color: #222;
}

.body_ueberuns a:hover {
    color: #000;
}


.body_ueberuns ul
{
        padding-left: 5px;
	margin-left:20px; 
	list-style-image: url(../img/shared/icon-check.gif);
}


/*Seitenstruktur-Elemente*/


#wrapper {
position:relative;
min-height:100%;
height:auto !important;
height:100%;
}

#header
{
        top: 0px;
left: 0px;
	height: 130px;
	width: 990px;
	background-image: url(../img/shared/header/header.jpg);
	background-color: white;
background-position: left;

}

/*Infomenü rechts oben*/

#infothek
{
        position:absolute;
	top: 5px;
	left: 655px;
	height: 20px;
	width: 300px;
}

#infothek ul
{
	margin: 0;
	padding: 2px;
	list-style-type: none;
}

#infothek ul li
{
	display: block;
	float: left;
	font: 8pt "Georgia", Lucida Grande, Verdana, Tahoma;
	font-weight: 300;
	text-align: right;
	padding: 0px 0px 0px 2px;
	vertical-align: bottom;
}

/* Aussehen der Links im Infomenü */

#infothek a:link
{
	text-decoration: none;
	color: #000;
	display: block;
	border-right: none;
}

#infothek a:active
{
	text-decoration: none;
	color: #8EADE3;
}

#infothek a:visited
{
	text-decoration: none;
	color: #000;
}

#infothek a:hover
{
	text-decoration: none;
	color: #8EADE3;
}

/*Sprachenbox*/


#sprachentext
{ 
position: absolute;
font-size: 7pt;
color: #fff;
top: 65px;
left: 10px;
}

#sprachen
{
	position: absolute;
	width: 140px;
	height: 20px;
	top: 70px;
	left: 10px;
	margin: 5px 0 0 0px;
}

#sprachen img
{
	float: none;
	vertical-align: middle;
}

#sprachen ul
{
	margin: 0;
	padding: 3px;
	list-style-type: none;
}

#sprachen ul li
{
	display: block;
	float: left;
	font: 10px/20px "Georgia", Lucida Grande, Verdana, Tahoma;
	font-weight: 100;
	text-align: left;
	padding: 0px 0px 0px 2px;
	vertical-align: bottom;
}

#sprachen a
{
	text-decoration: none;
	color: #000;
	display: block;
	border-right: none;
}

/*Horizontales Menü*/

#menu
{
	height: 47px;
	background-image: url(../img/shared/header/menu_bg.gif);
	background-repeat: repeat-x;
         width:990px;
}

#navi
{
	width: 990px;
	background-repeat: repeat-x;
	left: 0px;
}

#navi ul
{
	margin: 0;
	padding: 1px 0px 0px 0px;
	list-style-type: none;
}

#navi ul li
{
	display: block;
	float: left;
	font: 14px "Georgia", Lucida Grande, Verdana, Tahoma;
	text-align: center;
}

#navi a
{
	text-decoration: none;
	padding: 6px 1.5em 5px 1.5em;
	color: #000;
	display: block;
	width: auto;
        font-variant: small-caps;
	border-left: 1px solid #A8B090;
}

#navi a:hover
{
	background: url(../img/shared/header/menu_bg_rollover.gif) repeat-x 20px;
	color: black;
}

#navi a.current
{
	background: url(../img/shared/header/menu_bg_active.gif) repeat-x 20px;
}

/*Contentbereich*/

#container
{
left: 0px;
width: 990px;
position: relative;
}

#linke_spalte
{
        position: relative;
        float: left;
	width: 170px;
	padding: 0 0 0 2px;
	background-image: url(../img/shared/divider.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: right;
	border-bottom: 1px solid #fff;
}

#content
{
        position: relative;
        float: left;
	width: 590px;
	/*background-image: url(../img/shared/back_middle.gif);
	background-repeat: no-repeat;*/
	padding: 0px 5px 40px 5px;
	margin: 5px 0px 0px 2px;
	overflow: visible;
	z-index: 2;
}

#content h1, h2, h3
{
	color: #000000;
}

#content p
{
	line-height: 1.5em;
}

#content ul, #content li
{
	font-size: 10pt;
	line-height: 1.5em;
}


#content.normal
{
	font-size: 8pt;
	line-height: 14px;
	color: #333333;
}

#starttext
{
	width: 138px;
	height: 285px;
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 1;
	overflow: hidden;
	float: right;
}

/* Rechte Spalte auf der Startseite */

#rechte_spalte
{
	width: 200px;
        position: relative;
        top: 0px;
	background-image: url(../img/shared/divider.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: left;
        margin: 0px 0px 0px 4px;
	border-bottom: 1px solid #fff;
        float: right;

}

#anfrageFormArea
{
    padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background-color: #F7F7F7;
	}

div.clear {
	clear:both;
}

#footer
{
	position: absolute;
        bottom: 0;
        background-image: url(../img/shared/footer.gif);
        background-repeat: no-repeat;
        background-position: bottom;
	width: 990px;
	height: 20px;
        text-align: center;
        vertical-align: bottom;
        padding: 10px 0 0 0;
        margin: 0;
        font-size: 8pt;
        color: #666;
}


/* Rechte Spalte News auf der Startseite */

.boxentitel_r, .boxentitel_l {
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 5px;
	color: #FFF;
        background-color: #11174A;
	font-weight: bold;
	text-align: left;
	display: block;
        font-size: 10pt;
}



.boxentitel_l {
	margin: 0px 5px 5px 2px;
}

.boxtitle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.news {
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
border-bottom: solid 1px #BBB;
}

.newstitleStart {
  font-weight: bold;
  line-height: 120%;
  margin: 10px 0 3px 0;
  font-size: 10pt;
}

.newsStart a {
  color: #000;
}

.newstextStart {
 line-height: 140%;
}

.newstextStart a{
 color: #0000FF;
}

.newstitle {
  padding: 0px 0px 0px 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 10pt;
  display: block;
  background-image: url(../img/blog/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;

}


.newstitle a {
  color: #000000;
  border-bottom: 1px dashed #82B2EF;

}

.newstitle a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dashed #82B2EF;
}

.newstitle:hover {
  background-image: url(../img/blog/pfeil_hover.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}



/*Suche*/

#suchFormular { 
	width: 220px;
height: 28px;
        border-left: 1px solid #A8B090;
        padding: 0 0 0 20px;
	}

#suchFormular input#s { 	
height: 18px;
margin: 3px 0 0 0;
	border: 1px solid #000; 
background: url(../img/shared/header/search.png) no-repeat 95px 1px #FFEAEA;  
	}
#suchFormular input#searchsubmit {
	height: 22px; 
        font:10px/10px "Georgia", Lucida Grande, Verdana, Tahoma;
}
	
#suchFormular input#s:focus, #suchFormular input#s:hover { 
	background: #FFFFFF; 
	}

/* Tooltip */

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../img/shared/header/tooltip.gif) no-repeat top;}

.tooltip b.bottom{padding:3px 8px 10px;color: #548912;
    background: url(../img/shared/header/tooltip.gif) no-repeat bottom;
z-index:100;}