 

@CHARSET "UTF-8";
/**
* alle margin und padding werte auf 0 setzen um render probleme zu minimieren
*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/**
* standard schriftart-, größe und scrollbalken erzwingen um "springen" der seite zu verhindern
*/ 
html, body {
	height: 100%;
}

body {
	background: #dad1bb url(../images/layout/bg_rep.jpg) repeat-x;
	font-family: Arial;
	font-size: 11px; 
	color: #484848;
}

/**
* Format der Überschriften
*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 1.6em;
	line-height: 2em;
}

h2 { color:#9f2821;}

h3 {
	margin: 20px 0 8px 0;
	line-height: 20px;
}

h4 {}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Arial; 
	font-size:11px; 
	line-height:16px; 
	margin: 0 0 8px 2px;
}

p.startseite_text				{
	font-family:Arial; 
	font-size:11px; 
	line-height:16px; 
	margin: 0 0 8px 15px;
}

p.leistungen				{
	font-family:Arial; 
	float:left;
	font-size:11px; 
	line-height:16px; 
	width:43%;
	margin: 0 20px 8px 2px;
}


p.leistungen_right				{
	font-family:Arial; 
	float:left;
	font-size:11px; 
	line-height:16px; 
	width:49%;
}

.spalten {
	width:48%;
	float:left;
	margin-right:10px;
	_margin-right:5px;
	overflow:hidden;
}

.spalten_flash {
	width:90%;
	float:left;
	margin-right:10px;
	_margin-right:5px;
	overflow:hidden;
}

p.blaettern {
	margin: 0 8px 8px 2px;
	float:right;
}

p.blaettern2 {
	margin: 79px 8px 8px 2px;
	float:right;
}

p.blaettern3 {
	margin: 92px 23px 8px 2px;
	float:right;
}

p.blaettern_x {
	margin: 30px 20px 8px 2px;
	float:right;
	text-align:right;>
}

p.blaettern_x1 {
	margin: -10px 20px 8px 2px;
	float:right;
}

/**
*	Definition der Listen Stile
*/
ul 			{
	font-family:Arial;
	font-size:11px; 
	list-style-image:url(../images/pfeil.gif);
	margin:0 2px 10px 18px;
}

ul.ebene2			{
	font-family:Arial; 
	font-size:11px; 
	list-style-image:url(../images/pfeil2.gif);
	margin:0 20px 0 14px;
	_margin:0 20px 0 16px;
}

li {
	padding: 0 3px 0 3px;
	color: #484848;
}


/**
* Definition der Link Stile
*/ 
a {
	color:#9f2821;	
	line-height:16px; 
	font-size:11px;
	outline: 0;
	text-decoration:none;
}

a:hover {
	color:#c15a54;
}

table { 
	width:99%; 
	font-size:11px; 
	line-height:18px; 
}

table.impr { 
float:left;
	width:60%; 
	_width:60%; 
	font-size:11px; 
	line-height:18px; 
}

table.impr2 { 
	width:99%; 
	_width:70%; 
	font-size:11px; 
	line-height:18px; 
}

tbody { margin: 0 !important; }

tr { vertical-align: top; }

td, th { 
	text-align: left;
	vertical-align: top;
}

td { padding-bottom: 0;}

th { 
	font-weight: bold;
	padding-top: 20px;
}

td.label, th.label {
	width: 25px;
}

img { 
	border: 0;
}


/*------------------------------------------------------------------------------------------
	
	Clearing Container zum auflösen von floatenden Bereichen
	
------------------------------------------------------------------------------------------*/

/*  CLEARING DES MAIN CONTENT */
.clearing {
	clear: both;
	overflow: hidden;
}

* html .clearing {
	height: 1%;
} /* IE HACK */@CHARSET "UTF-8";


