ul,ol,li,h2,h3,h4,h5,h6,pre,form,html,blockquote,fieldset,input, dl, dt, dd,div, p
{ margin:0; padding:0 }

body {
	 font-size: 100.01%;
	font-family:"Arial","Verdana","Times New Roman","serif";
	background-color:#ffffff;
	margin-top:0pt;
	padding-left:5px;
}

/* Bannerbereich und Menü */

.kopf {
	margin:20px 2px 0 0px;
	font-size:.85em;
	text-align:right;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
}

.menue {
	background-color:#E2E2E2;
}

.menue p {
	text-align:center;
	padding:5px 5px 5px 5px;
}

.menue a {
	text-decoration:none;
	color:#F33F26;
	font-weight:bold;
	font-size:.9em;
	display:block;
	border:1px solid #F33F26;
}

.menue a:hover {
	color:#000000;
	background-image:url(/_img/kopf-hintergrund.gif);
}


/* Bilderspalte links */

div#img-l {
	margin:20px 30px 0 5px;
	float:left;
	background-color:#E2E2E2;
	border:1px solid #656565;
	padding:5px 0px 5px 0px;
	width:137px;
	text-align:center;
}

div#img-l-repeat {
	margin:20px 30px 0 5px;
	float:left;
	background-color:#E2E2E2;
	border:1px solid #656565;
	padding:5px 0px 5px 0px;
	width:137px;
	text-align:center;
	background-image:url(/_img/anschluss.jpg); 
	background-repeat:repeat-y;
}

/* Spalte rechts */

div#menue-r {
	float:right;
	width:137px;
	background-color:#E2E2E2;
	margin: 20px 5px 0 30px;
	border:1px solid #656565;
	padding:5px 0px 5px 0px;
	text-align:center;
	
}

div#menue-r ul {
	padding:3px;
	margin: 5px 0 0;
}

div#menue-r li {
	margin-left:0px;
	padding:5px 5px 5px 5px;
	list-style:none;
	font-size:.8em;
}

div#menue-r p {
	font-size:.8em;
}

div#menue-r a {
	border:none;
	text-decoration:none;	
	color:#F33F26;	
}

div#menue-r a:hover {
	text-decoration:none;	
	color:#000000;
}

div#menue-r img {
	color:#656565;
	text-align:center;
	border:1px solid #656565;
	padding:0 3px 3px 4px;
	border:none;
}

div#menue-r strong {
	font-size:.9em;
	color:#656565;
}



/* Mittelteil Text */



a {
	color:#F33F26;
}

a:hover {
	color:#000000;
}



li {
margin:0 0 0px 20px;
padding:0px 19px 0px 5px;
font-size:.8em;
}



hr {
	margin:3px 0 3px 0;
}


h1 {
	font-size:1.15em;
	color:#656565;
	font-weight:normal;
}

h2 {
	font-size:.9em;
	color:#656565;
	margin:5px 0 10px 0;
}

div#text {
	margin:15px 157px 0 174px;

}

div#text p {
	line-height:1.3em;
	font-size:.8em;
	margin-bottom:10px;
}

div#text .linie {
	padding:5px 0 15px 0;
}

div#text a {
	color:#F33F26;
}

div#text a:hover {
	color:#000000;
}



div#text li {
margin:0 0 0px 20px;
padding:0px 19px 0px 5px;
font-size:.8em;
}

.service {
	font-size:.85em;
	font-weight:bold;
}

.techno {
	color:#F33F26;
}

.gmbh {
	font-size:.85em;
}

/* Referenzen - Mittelteil und Bilder */

div#referenzen  {
	margin:20px 5px 0 175px;
}

div#referenzen p {
	line-height:1.3em;
	font-size:.8em;	
}


div#referenzen .linie {
	padding:0 0 15px 0;
	text-align:left;
}

.img-r {
	margin:0px 0px 10px 30px;
	float:right;
	background-color:#E2E2E2;
	border:1px solid #656565;
	padding:4px 0px 5px 1px;
	width:137px;
	text-align:center;
}

.img-r img {
	border:none;
}

.img-r a {
	text-decoration:none;
}



/* Fußzeile */

.fuss p {
	font-size:.75em;
	margin:0 5px 0 5px;
	padding-top:10px;
}


/**************************
* form.css
* Felder des Formulars formatieren
* 
* 24-10-2005 12:41
**************************/


/* Angaben für das gesamte Formular */
.fForm {
	background-color:#fff;
 }

/* Tabelle, in der das Formular aufgebaut wird */	
.fTable {
	padding:1px;
	background-image:url(/_img/kopf-hintergrund.gif);
	border:3px solid #656565;
	}
	
.fTable td {
	vertical-align:top;
}	
	

/* Rückmeldungen bei falscher Eingabe */
.fUserfeedback {
	padding:8px;
	color:#F33F26;
	background-color:#E2E2E2; }

/* Tabellenspalte für Bezeichnung der Felder, Eingabe ok oder nicht ok */
.fInputNotOk {
	padding:8px;
	background-color:#E2E2E2;
	color:#000000;
	font-weight:bold;
	 }
	
.fInputOk {
	padding:8px;
	background-image:url(/_img/kopf-hintergrund.gif);
	color:#000000;
 }	

/* Tabellenspalte für Eingabefelder */	
.fContent {
	padding:8px;
	background-color:#E2E2E2;
	color:#000000; }

/* Eingabefelder */	
.fContent input {
	background-color:#fff;
	color:#000000; }

/* Eingabefeld "TEXTAREA" */	
.fTextareaCaption {
	background-color:#E2E2E2;
	border:1px solid #656565;
	padding:4px;
	color:#fff;
	width:50%;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;	 }

/* Inhalt von TEXTAREA */		
.fTextareaContent {
	font-family:"Courier New", Courier;
	font-size:12px;
	background-color:#fff;	}		

/* Beschriftung und Rahmen Absendeknopf */

.fSubmit {
	padding:10px;
	background-color:#E2E2E2;
	font-weight:bold;
	color:#ffffff; }

.fSubmit input {
	margin-top:5px;
	border:1px solid #F33F26;
	background-color:#E2E2E2;
	color:#F33F26;
	font-weight:bold;
	width:140px;
 }

/* Einsendenknopf "hover" */	
.fSubmit input:hover {
	text-decoration:none; 
	background-image:url(/_img/kopf-hintergrund.gif);
		color:#000000;
	}
	
	
/* neue */



.fReq {
	padding-top:10px;
	text-align:center;
	background-color:#656565;
	color:#ffffff;
}

.fTDLeft, .fTDRight {
	padding:2px;
	font-size:.9em;
}

.fTDLeft {
	width:30%;
	padding:10px;
	background-color:#E2E2E2;
	color:#000000;
	
}
.fTDRight {
	background-color:#ffffff;
	width:70%;
}

.daten a {
  color:#F33F26;
	text-decoration:none;
	font-weight:bold;
	padding:0 5px 0 5px;
	background-color:#ffffff;
	display:block;
	font-size:.9em;
}

.daten a:hover {
	background-image:url(/_img/kopf-hintergrund.gif);
		color:#000000;
	display:block;
}	

/*Formatierungen für eine seiteninterne Suchfunktion*/
	
/*button Suche*/

.button input {
	border: 1px solid #808080;
	background-color:#FCFCFE;
	color:#275050;
	width :125px;
}

.button input:hover {
	background-color : #F1F1F9;
	color : #82235f;
	border-color: #808080;
}

.suche input {
	background-color:#FCFCFE;
	margin-top:5pt;
 	border : 1px solid #808080;
 	width : 123px;
 	text-align:center;
}
	
/* Suche */



.output li {
margin: .8em 1.5em; 
text-align:left;
}
 

.output a {
font-weight: bold;
	line-height: 1.2em;
	color: #275050;
}

.output a:hover {
  color:#ffffff;
	background-color:#82235f;
}

.output {
	line-height: 1.2em;
		font-size: .8em;
	line-height: 1.2em;
	color: #000000;
}

.output p {
 font-size:1em;
}

.searchword {
	color: #82235f;
	font-weight:normal;
	font-style:normal;
}

.mod {
display: block; 
font-size: .8em;
}




