/**
 * Body
 **/
html {}
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	font-family:verdana;
	color:#000000;
	background:url(/resources/images/background.gif);
	background-color:#ffffff;
}

/**
 * Alle Standardformatierungen auf 0 setzen // font-size:0px;
 **/
h1, h2, h3, h4, h5, h6, p, td, blockqoute, div, span {
	margin:0px;
	padding:0px;
	font-size:12px;
}

/**
 * Clear for Floats
 **/
.clear {
	clear:both;
}

/**
 * Main
 **/
 div#main {
	 margin:0 auto;
	 width:950px;
 }

/**
 * Header
 **/
 div#header {
	width:950px;
	height:124px;
	background:url(/resources/images/background_head.gif) no-repeat;
 }

 div#header img#headerLeft {
	 margin:16px 0px 0px 23px;
 }
 
 div#header img#headerRight {
	 margin:0px 0px 0px 11px;
 }
 
/**
 * SubHeader
 **/
 div#subHeader {
	width:950px;
	height:145px;
	background:url(/resources/images/background_head_sub.gif) no-repeat;
 }
 
 div#subHeader img#subHeaderLeft {
	 margin:4px 0px 0px 23px;
 }
 
 div#subHeader img#subHeaderRight {
	 margin:0px 0px 0px 9px;
 }
 
/**
 * Navigation
 **/
 div#navigation {
	 width:927px;
	 height:30px;
	 padding:4px 0px 0px 23px;
	 background:url(/resources/images/background_navigation.gif) no-repeat;
 }
 
 div#navigation a {
	 display:block;
	 float:left;
 }
 
 div#navigation a.profil {
	 width:128px;
	 height:20px;
	 background:url(/resources/images/but_low_profil.gif) no-repeat;
 }
 
 div#navigation a:hover.profil,
 div#navigation a.profilActive {
	 width:128px;
	 height:20px;
	 background:url(/resources/images/but_high_profil.gif) no-repeat;
 }
 
 div#navigation a.leistungen {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_low_leistungen.gif) no-repeat;
 }
 
 div#navigation a:hover.leistungen,
 div#navigation a.leistungenActive {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_high_leistungen.gif) no-repeat;
 }
 
 div#navigation a.koepfe {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_low_koepfe.gif) no-repeat;
 }
 
 div#navigation a:hover.koepfe,
 div#navigation a.koepfeActive {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_high_koepfe.gif) no-repeat;
 }
 
 div#navigation a.kunden {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_low_kunden.gif) no-repeat;
 }
 
 div#navigation a:hover.kunden,
 div#navigation a.kundenActive {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_high_kunden.gif) no-repeat;
 }
 
 div#navigation a.referenzen {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_low_referenzen.gif) no-repeat;
 }
 
 div#navigation a:hover.referenzen,
 div#navigation a.referenzenActive {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_high_referenzen.gif) no-repeat;
 }
 
 div#navigation a.kontakt {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_low_kontakt.gif) no-repeat;
 }
 
 div#navigation a:hover.kontakt,
 div#navigation a.kontaktActive {
	 width:128px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_high_kontakt.gif) no-repeat;
 }
 
 div#navigation a.impressum {
	 width:129px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_low_impressum.gif) no-repeat;
 }
 
 div#navigation a:hover.impressum,
 div#navigation a.impressumActive {
	 width:129px;
	 height:20px;
	 margin-left:1px;
	 background:url(/resources/images/but_high_impressum.gif) no-repeat;
 }
 
/**
 * ContentHeader
 **/
 div#contentHeader {
	 width:950px;
	 height:27px;
	 background:url(/resources/images/background_head_content.gif) no-repeat;
 }
 
 div#contentHeader img#contentHeaderLeft {
	 margin:5px 0px 0px 23px;
 }
 
 div#contentHeader img#contentHeaderRight {
	 margin:0px 0px 0px 10px;
 }
 
/**
 * MainContent
 **/
 div#mainContent {
	 width:950px;
	 background:url(/resources/images/background_content.gif) repeat;
	 float:left;
	 margin-top:-1px;
	 padding-bottom:30px;
 }

 html>body div#mainContent {
	 margin-top:0px;
 }
/**
 * InnerContent
 **/
 div#mainContent div#innerContent {
	 width:707px;
	 margin-top:10px;
	 float:left;
 }
 
 div#mainContent div#innerContent h1 {
	 height:19px;
	 margin-left:0px;
	 margin-top:0px;
	 padding:0px 0px 0px 0px;
	 width:619px;
	 /*background:url(/resources/images/h1.gif) no-repeat;*/
	 /*color:#7E7E7E;*/
	 background-color:#f3f3f3;
	 margin-bottom:10px;
	 font-size:14px;
 }
 
 
  div#mainContent div#innerContent h2 {
	 height:19px;
	 margin-left:0px;
	 margin-top:0px;
	 padding:0px 0px 0px 0px;
	 width:619px;
	 /*background:url(/resources/images/h1.gif) no-repeat;*/
	 /*color:#7E7E7E;*/
	 background-color:#f3f3f3;
	 margin-bottom:10px;
	 font-size:14px;
 }
 
 div#mainContent div#innerContent div#topLine {
	 height:1px;
	 width:620px;
	 display:block;
	 margin-left:68px;
	 margin-top:-1px;
	 font-size:1px;
	 background:url(/resources/images/bullet_line.gif) repeat-x;
 }
 
 div#mainContent div#innerContent div#linkListContent {
	 margin-left:68px;
	 width:620px;
	 padding-top:4px;
	 padding-bottom:6px;
	 margin-bottom:0px;
	 color:#7E7E7E;
	 background:url(/resources/images/bullet_line.gif) left bottom repeat-x;
 }
 
  div#mainContent div#innerContent div#linkListContent2 {
	 margin-left:68px;
	 width:620px;
	 padding-top:0px;
	 padding-bottom:7px;
	 margin-bottom:12px;
	 color:#7E7E7E;
	 background:url(/resources/images/bullet_line.gif) left bottom repeat-x;
 }
 
 div#mainContent div#innerContent div#linkListContent p {
	 padding-left:9px;
	 padding-right:17px;
 }
 
 div#mainContent div#innerContent div#linkListContent p a {
	 color:#313131;
	 text-decoration:none;
	 padding-left:3px;
	 padding-right:3px;
 }
 
 div#mainContent div#innerContent div#linkListContent p a:hover {
	 color:#FF9A0C;
	 text-decoration:none;
	 padding-left:3px;
	 padding-right:3px;
 }
 
/**
 * Content
 **/
 div#mainContent div#innerContent div#content {
	 width:609px;
	 color:#313131;
	 padding-left:68px;
	 padding-right:30px;
 }
 
 div#mainContent div#innerContent div#content div.line {
	 height:1px;
	 width:620px;
	 display:block;
	 font-size:1px;
	 margin-top:0px;
	 margin-bottom:12px;
	 background:url(/resources/images/bullet_line.gif) repeat-x;
 }
 
 
 /* Neu 01.07.09 */
  div#mainContent div#innerContent div#content div.ueberlinks {
float:left;
padding-top:10px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
width:290px;
border:0px solid #840;
 }
 
   div#mainContent div#innerContent div#content div.ueberrechts {
float:right;
padding-top:10px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
width:290px;
border:0px solid #840;
 }
 
 
div#mainContent div#innerContent div#content div.kundenlinks {
float:left;
/*height:56px;*/
vertical-align:middle;
padding-top:15px;
padding-bottom:20px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
width:205px;
border:0px solid #840;
}
 
div#mainContent div#innerContent div#content div.kundenrechts {
float:right;
/*height:56px;*/
vertical-align:middle;
padding-top:15px;
padding-bottom:15px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
width:400px;
border:0px solid #840;
}
 
 
 
  /* Neu 01.07.09 */
 
 
 
 div#mainContent div#innerContent div#content p, 
 div#mainContent div#innerContent div#content table {
	 margin-left:17px;
	 margin-right:4px;
 }
 
 /** Neu 07/05/28**/
  div#mainContent div#innerContent div#content p.foot,{
	 font-size:11px;
 }
  /** Neu 07/05/28**/
  
  
  
 html>body div#mainContent div#innerContent div#content ul,
 html>body div#mainContent div#innerContent div#content ol {
	 margin-left:-4px;
	 margin-right:4px;
 }
 
 *+html>body div#mainContent div#innerContent div#content ul,
 *+html>body div#mainContent div#innerContent div#content ol {
	 margin-left:40px;
 }
 
 div#mainContent div#innerContent div#content p {
	 line-height:145%;
 }

 div#mainContent div#innerContent div#content a#goTop {
	 text-align:right;
	 display:block;
	 padding-right:20px;
	 background:url(/resources/images/bullet_top.gif) top right no-repeat;
	 text-decoration:none;
	 color:#313131;
	 font-weight:bold;
 }
 
 /* Neu 01.07.09 */
  div#mainContent div#innerContent div#content a#goRueck {
	 text-align:left;
	 display:block;
	 padding-left:20px;
	 background:url(/resources/images/bullet_rueck.gif) top left no-repeat;
	 text-decoration:none;
	 color:#313131;
	 font-weight:bold;
 }
  /* Neu 01.07.09 */
 
  div#mainContent div#innerContent div#content a {
	 color:#313131;
 }
 
   div#mainContent div#innerContent div#content a:hover {
	 color:#FF9A0C;
 }
 
 
 
 
 
 
 
/**
 * MWC
 **/
 div#mainContent div#mwc {
	 width:174px;
	 color:#313131;
	 margin-top:30px;
	 margin-left:20px;
	 margin-right:15px;
	 float:left;
 }
 
 html>body div#mainContent div#mwc {
	 margin-left:30px;
 }
 
 div#mainContent div#mwc div.line {
	 height:1px;
	 width:174px;
	 display:block;
	 font-size:1px;
	 margin-top:0px;
	 margin-bottom:12px;
	 background:url(/resources/images/bullet_line.gif) repeat-x;
 }
 
 div#mainContent div#mwc div.newsBlock {
	 padding-bottom:12px;
 }
 
 div#mainContent div#mwc div.newsBlock h1 {
	 height:12px;
	 color:#313131;
	 padding:0px 0px 0px 15px;
	 margin-bottom:3px;
	 background:url(/resources/images/mwc_h1.gif) no-repeat;
	 font-size:11px;
 }
 
 div#mainContent div#mwc div.newsBlock p {
	 color:#313131;
	 font-size:11px;
	 margin-top:0px;
 }
 
 div#mainContent div#mwc div.newsBlock a.goForward {
	 text-align:right;
	 display:block;
	 text-decoration:none;
	 color:#313131;
	 font-size:11px;
	 font-weight:bold;
 }
 
/**
 *
 **/
 div#footer {
	 float:left;
	 width:950px;
	 height:60px;
	 background:url(/resources/images/background_footer.gif) no-repeat;
	 background-color:#535353;
 }
 
 div#footer img#footerLeft {
	 margin:1px 0px 0px 23px;
 }
 
 div#footer img#footerRight {
	 margin:0px 0px 0px 10px;
 }
 
 div#footer p#linkListLeft {
	 width:684px;
	 margin-left:23px;
	 float:left;
 }
 
 div#footer p#linkListRight {
	 width:205px;
	 margin-left:14px;
	 float:left;
 }
 
 div#footer p {
	 padding:18px 0px 0px 0px;
	 font-size:11px;
	 color:#E0E0E0;
	 text-align:center;
 }
 
 div#footer p a {
	 color:#E0E0E0;
	 text-decoration:none;
	 padding-left:8px;
	 padding-right:8px;
 }
 
 div#footer p a:hover {
	 color:#E0E0E0;
	 text-decoration:underline;
	 padding-left:8px;
	 padding-right:8px;
 }
/* Test 10.07.2009 */
 div#content label.input {
	float:left;
	display:block;
	margin:10px 1px 10px 0px;
	padding:2px 5px 4px 120px;
	font-size:12px;
	width:120px;
}

div#content input.input, div#content textarea.input {
    font-family:verdana;
	margin:10px 0px 10px 0px;
	font-size:12px;
	width:260px;
	border:1px solid grey;
}

div#content .formularLine {
	background:url(/resources/images/bullet_line.gif) repeat-x;
	height:1px;
	width:620px;
	display:block;
	font-size:1px;
	margin-bottom:5px;
	margin-top:6px;
}

div#content span.red {
	color:#ff0000;
}