/* Kommentar */

/* Abstände für alle Elemente auf NULL setzen */
/* { padding: 0px; margin: 0px; } */

body {
	background: #ffffff; /* Hintergrundfarbe */
	font-family: Arial, Verdana, Helvetica, sans-serif;  /* Schriftart */
	font-size: 12px;	/* Schriftgröße */
	font-style: normal; /* normale Schrift */
	color: #90001B;  	/* Schriftfarbe rot*/
	margin: 30;
	padding-top: 0px;
}

/* LINKS ANFANG */
a{font-family:Arial; font-size:14px; font-style:normal; font-weight:bold; color: #F88302; text-decoration:none;}
a:hover{font-family:Arial; font-size:14px; font-style:normal; color: #F88302; text-decoration:underline;}
/* LINKS Ende */



/* ====================================================================== */

/* UEBERSCHRIFTEN ANFANG */
h1 { 
	font-size:14px; 	/* Schriftgröße */
	font-weight:bold; 	/* Schriftgewicht: fett*/
	color:#90001B; 		/* Schriftfarbe rot */
	margin-bottom: 0;
	}

h2 { 
	font-size:13px; 	/* Schriftgröße */
	font-weight:bold; 	/* Schrfitgewicht: fett*/
	color:#F88302; 		/* Schriftfarbe orange */
	}

.Historie { 
	font-size: 12px; 		/* Schriftgröße */	
	font-weight: bold; 		/* Schrfitgewicht: fett */
	padding-bottom: 0px; 	/* Innenabstand unten */
	color: #90001B; 		/* Schriftfarbe rot */		
	}
	
.Ueberschrift {
	font-size: 14px; 		/* Schriftgröße */	
	font-weight: bold; 		/* Schrfitgewicht: fett */
	padding-bottom: 0px; 	/* Innenabstand unten */
	color: #90001B; 		/* Schriftfarbe rot */
	}
	
/* UEBERSCHRIFTEN ENDE */

/* ====================================================================== */

/* TEXTLINKS ANFANG */
.LeistungDetail a{font-size:14px; text-decoration:none; color: #F88302;}
.LeistungDetail a:hover{font-size:14px; text-decoration:underline; color: #F88302;}
/* TEXT LINKS ENDE */

/* ======================================================================= */

/* LISTEN ANFANG */
ul{list-style-image:url(../images/pfeil.gif); list-style-type:none; line-height: 18px; }
.Leistungen a{font-size:12px; color:#F88302; text-decoration:none;}
.Leistungen a:hover{font-size:12px; color:#F88302; text-decoration:underline;}
.Leistungen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: F88302;
	margin-botton: 0px;
	line-height: 18px;
	}
/* LISTE LEISTUNGEN ENDE */

ol{list-style-image:url(../images/list_bullet.gif); list-style-type:none; line-height: 18px; list-style-position:outside; }
.Referenzen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: F88302;
	line-height: 18px;			/* Zeilenabstand */
	padding-left: 0px;
	margin-right: 20px; 

	}
/* LISTE ENDE */

/* ======================================================================= */

/* NAVIGATION ANFANG */
.NavigationTab{padding-bottom:15px; }
.NavigationSymbol{padding-left:1px; padding-bottom:15px;}
.NavigationText a{font-size:12px; text-decoration:none; color: #F88302;}
.NavigationText a:hover{font-size:12px; text-decoration:underline; color: #F88302;}
.NavigationText{
	padding-left:12px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: F88302;
	}
/* NAVIGATION ENDE */

/* ======================================================================= */



/* TABELLEN ANFANG */
/* width: 398px */

#TabInhalt {
	padding-top:20px;				/* Innenabstand oben */
	}

#TabBild { 
	width: 260px; 					/* Breite */					
	padding-bottom: 25px;			/* Abstand Text zum unteren Tabellen-Rahmen */
	}

#TabText { 
	padding-top: 0px; 				/* Innenabstand oben */				
	padding-right: 50px; 			/* Innenabstand rechts */
	padding-bottom: 25px;			/* Innenabstand unten */
	padding-left: 25px; 			/* Innenabstand links */
	}

#TabNavigation {
	width:122px; 					/* Breite */
	padding-top:33px;				/* Innenabstand oben */
	}

#TabFusszeile {
	border-top: 1px solid #F88302; 
	padding-top:10px; 
	text-align:right;
	} 

/* TABELLEN ENDE */
