/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 101%; /* Resets 1em to 10px */
  font-family: Verdana, Arial, Sans-Serif;
  background: #26bad8;
  text-align: center;
}

div {
	margin:0;
	padding:0;
}
#bgPage {
	color: #000;
	 background: #e8eef0 url('../images/bg.gif') repeat-x top left;
	 overflow:hidden;
}
#page {
	max-width: 990px;
	min-width: 770px;
	margin: 0 auto;
	padding: 0;	
	text-align: left;
}

#header {
  text-align: left;
  margin: 0 30px;
  padding: 0;
  background: url('../images/logo.gif') no-repeat top left;
  cursor:pointer;
  height: 80px;
}

#header h1 {
	position:absolute;
	margin-top:54px;
	margin-left: 237px;
	text-transform:uppercase;
	color: #FFF;
	font-size: .7em;
}

#logo {
	float: right;
	display: none;
}
#bgFooter {	
	color: #fff;
	background: #26bad8 url('../images/bg-footer.gif') repeat-x;
	overflow:hidden;
}
#footer {
	max-width: 990px;
	min-width: 770px;
	margin: 0 auto;
	padding: 0;	
	text-align: left;
}
/* --- MAINBLOCK --- */
#contentwrapper {
	padding: 0;
	margin: 35px 0 10px 0;
	min-height: 20.5em;
	position:relative;
	left:0;
	top:0;
	}
	
#spalte1 { position:relative; top:0; left:0; width:24%; height:1%; } 
#spalte1abs { position:absolute; top:0; left:0; width:24%; } 
#spalte2 { position:absolute; top:0; left:24%; width:25%; } 
#spalte2rel { position:relative; top:0; left:24%; width:25%; height:1%; } 
#spalte3 { position:absolute; top:0; left:49%; width:24%; } 
#spalte3rel { position:relative; top:0; left:49%; width:24%; } 
#spalte4 { position:absolute; top:0; left:73%; width:27%; }
#spalte4rel { position:relative; top:0; left:73%; width:27%; }
#spalte5 { position:absolute; top:0; left:49%; width:51%; }

.abstand30 {
	margin-left:30px;
}

#spalte1 p, #spalte1abs  p, #spalte2 p, #spalte2rel p, #spalte3 p, #spalte3rel p, #spalte4 p, #spalte4rel p, #spalte5 p { 
	margin: 0 0 15px 30px;
	font-size: .7em;
	line-height: 1.2em;
 }
#spalte4 p, #spalte4rel p, #spalte5 p{ 
	margin-right: 30px;
 }
#spalte1 h2, #spalte1abs h2, #spalte2 h2, #spalte3 h2, #spalte3rel h2, #spalte4 h2, #spalte4rel h2, #spalte1 h3, #spalte1abs h3, #spalte2 h3, #spalte2rel h3, #spalte3 h3, #spalte4 h3 {
	margin: 0 0 15px 30px;
	font-size: .7em;	
}

/* footer mit Servicemenue */
#footerwrapper {
	position:relative;
	left:0;
	top:0;
	margin: 0 auto;
	padding:0;
	clear: both;
}


#breadcrumb{
	float: left;
	margin-top: 3px;
	padding: 0 5px 0 30px;
	text-align:left;
	line-height: 2.5em;
	font-size: 0.7em;
	font-weight: bold;
}
#servicemenue{
	float:right;
	margin-top: 1px;
	padding: 0 25px 0 0;
	text-align: right;
	line-height: 2.5em;
	font-size: 0.7em;
	font-weight: bold;
}

/* LISTEN */
ul, ol {
 margin: 0;
 padding: 0;
}

.referenzliste ul  {
	text-align: left;
	font-size: .7em;
	line-height:1.2em;
	margin: 0 0 0 30px;
}
.referenzliste ul li{
	display: block;	
	list-style: none;
	padding: 0;
	margin: 2px 0 1px 0;
}

.referenzliste ul li.titel { margin-top:15px;}

/* Links  */

a {
	text-decoration: none;
}

a:link, a:visited { 
	color: #000; 
	text-decoration: none;
	background-color: transparent;	
}

a:hover, a:active, a:focus {
	color: #000;
	background-color: #a1c9d8;
	text-decoration: none;
}

/*  display block bringt den IE zum tillen! */
.referenzliste ul li a:hover, .referenzliste ul li a:focus  {
	display: block;
	text-decoration: none;
	background-color: #A1C9D8;
	color: #000;
}

#footer a{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #000;
  	text-decoration: underline;
	background-color:#e8eef0;
	border-width: medium;
}

.footeraktiv {
	color: #FFF;
	background-color: transparent;
	border-bottom: thin solid #FFF;
}
/* Ueberschriften, Textformatierung */

.block {
	display: block;
}
.aktiv {
	color: #000000;
	background-color: #a1c9d8;	
	display: block;
}
.noblock {
	display: inline;
}
.aktivfooter {
	color: #000;
	background-color: #e8eef0;	
	display: inline;
}

/* skalierte bilder bei voller breite*/
img {
	border: 0;
}

img.hundert {
	display: block;
	width: 100%;
	border-top: 1px solid #22BAD8;
	border-bottom: 1px solid #22BAD8;
	margin-bottom: .6em;
}

img.noborder {
	border:0px;
}

#loader { position:absolute; top:120px; left:130px; width:16px;}


/* stilauswahl  */
.fsSmall {
	font-size:smaller;
}

.fsBig {
	font-size: 1.2em;
}

.line {
	background-image:url(../images/spacer_grey.gif);
	background-repeat: repeat-x;
	font-size: 0;
	height:1px;
	width:100%;
}

/* helpers  */
.floatAus {
  display: block;
  clear: both;
  content: ".";
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  visibility: hidden;
}

hr {
    display: none;
}

.unsichtbar, .sprunglinks, .summary {
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
}

.sprunglinks a:hover, .sprunglinks a:active, .sprunglinks a:focus {
  color:#000;
  position: absolute;
  display: block;
  top: 6005px;
  left: 6030px;
  height: auto;
  width: auto;
  font-size: 70%;
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
  background-color: transparent;
}

.right {
	text-align:right;
}
.abstand50 {
	display: block;
	height: 20px;
	width: 1px;
	font-size: 1px;
  	line-height: 1px;
}

.fett, .more, .pdf {
	font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    border-bottom: 1px dashed #666666;
    cursor: help;
}

.clearleft {
	clear:left;
}

/* -------*/