@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #E8E8E8;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	/*color: #747474;*/
	height:100%;


}
.twoColFixRt #container { 
	width: 778px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 1px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding:0 36px 0 36px;
}


.twoColFixRt #header { 
	margin: 30px 0 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	height: 50px;
	width: 778px;
	text-align:right;
}



.twoColFixRt #menue { 
	margin: 10px 0 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	height:50px;
	width:778px;
}




.twoColFixRt #content { 
	margin: -10px 0 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 30px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:718px;
	min-height:310px;
	background-color:#FFF;
}


.twoColFixRt #footer { 
	margin: 15px 0 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width: 778px;
}




.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/************************ Maari ********************************/

* {margin:0;
 padding:0;
 }
 
/******************* Schriften ***************************/



h1 {
 font-size:24px;
 font-weight: normal;
 padding: 0 0 20px 0;
 }
 
h2 {
 font-size:18px;
 font-weight: normal;
 padding: -10px 0 15px 0;
 } 

p {
 font-size: 15px;
 padding: 0 0 15px 0;
 color: #707173;
   line-height: 150%;
 }

.gross24 {
 font-size:24px;
 font-weight: normal;
 }
 
.gross16 {
 font-size:16px;
 font-weight: normal;
 }
 
 
.tableReferenzen {
 font-size: 14px;
 color: #686868;
 line-height:130%;
 }

table.tableReferenzen td{
	padding: 20px 0;
}


.footer {
 font-size: 13px;
 color: #747474;
 }

.footerBildabstand {
 padding-bottom: 10px; 
 }

.quadrat {
 list-style-type: square;
 padding: 0 0 10px 20px;
 line-height:150%;
 font-size: 14px;
 color: #686868;
 }


/******************** Farben ********************************/

.textgrau {
  color: #707173;	
}


.weiss {
 color: #FFFFFF;
 }

/*Menue-Farben*/

.gruen {
 color: #6EA500;
 }
 
.blau {
 color: #0096E1;
 }
 
.rot {
 color: #C30013;
 }
 
.orange {
 color: #EA7F21;
 } 
 
.dunkelblau {
 color: #446D8C;
}


/************** Navi *********************************/


a.navistart:link, a.navistart:visited, a.navistart:active {
 text-decoration: none;
 color: #707173;
 }

a.navistart:hover {
 color: #6EA500;
 text-decoration: none;
}

.aktuell-navistart {
 color: #6EA500;
 text-decoration: none;
}



a.navileistungen:link, a.navileistungen:visited, a.navileistungen:active {
 text-decoration: none;
 color: #707173;
 }

a.navileistungen:hover {
 color: #0096E1;
 text-decoration: none;
}

.aktuell-navileistungen {
 color: #0096E1;
 text-decoration: none;
}



a.navireferenzen:link, a.navireferenzen:visited, a.navireferenzen:active {
 text-decoration: none;
 color: #707173;
 }

a.navireferenzen:hover {
 color: #C30013;
 text-decoration: none;
}

.aktuell-navireferenzen {
 color: #C30013;
 text-decoration: none;
}



a.navinetzwerk:link, a.navinetzwerk:visited, a.navinetzwerk:active {
 text-decoration: none;
 color: #707173;
 }

a.navinetzwerk:hover {
 color: #EA7F21;
 text-decoration: none;
}

.aktuell-navinetzwerk {
 color: #EA7F21;
 text-decoration: none;
}



a.navikontakt:link, a.navikontakt:visited, a.navikontakt:active {
 text-decoration: none;
 color: #707173;
 }

a.navikontakt:hover {
 color: #446D8C;
 text-decoration: none;
}

.aktuell-navikontakt {
 color: #446D8C;
 text-decoration: none;
}

/**************************** Links *****************************/

a:link, a:visited, a:active, a:hover  {
 text-decoration: none;
 }



a img {
border : 0 none;
}


a.text:link, a.text:visited, a.text:active {
 text-decoration: none;
 color: #2e2e2e;
 }

a.text:hover {
 color: #707173;
 text-decoration: none;
}


a.textgruen:link, a.textgruen:visited, a.textgruen:active {
 text-decoration: none;
 color: #6EA500;
 }

a.textgruen:hover {
 color: #2e2e2e;
 text-decoration: none;
}


a.textblau:link, a.textblau:visited, a.textblau:active {
 text-decoration: none;
 color: #0096E1;
 }

a.textblau:hover {
 color: #2e2e2e;
 text-decoration: none;
}


a.textrot:link, a.textrot:visited, a.textrot:active {
 text-decoration: none;
 color: #C30013;
 }

a.textrot:hover {
 color: #2e2e2e;
 text-decoration: none;
}



a.textorange:link, a.textorange:visited, a.textorange:active {
 text-decoration: none;
 color: #EA7F21;
 }

a.textorange:hover {
 color: #2e2e2e;
 text-decoration: none;
}

 
a.textdunkelblau:link, a.textdunkelblau:visited, a.textdunkelblau:active {
 text-decoration: none;
 color: #446D8C;
 }

a.textdunkelblau:hover {
 color: #2e2e2e;
 text-decoration: none;
}

 



a.header:link, a.header:visited, a.header:active {
 text-decoration: none;
 color: #707173;

}

a.header:hover {
 text-decoration: none;
 color: #707173;

}



/*********************** Kontaktformular *************************************/

.formStyle{
        width:280px;
        border-color:#9A9A9A;
        border-width:1px;
        border-left-width: 8px;
        border-left-color: #7dafbe;
        border-left-style:solid;
        border-style:solid;
        background-color:#EBEBEB;
        padding:5px;
}

.formText{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
        margin-bottom:1px;
        width:200px;
}

.formTextArea{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
        margin-bottom:2px;
        width:200px;
}

.formSubmit{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        background-color:#E0E0E0;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
}

.table{
 font-family: verdana;
 text-align: left;
 font-size: 12px;
 color: #505050;
 margin: 0 0 0px;
 line-height: 20px;
 }



/********************* Bilder *************************************/


img {
border : 0 none;
}


img.imgReferenzen {
border : 1px;
border-color:#c7c5c2;
border-style:solid;
}





/************************* Sonst noch ***************************************/



	
