 

@CHARSET "ISO-8859-1";
/**
* 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: url(../images/rep_bg.jpg) #fff repeat-x;
	font-family: Arial;
	color: #3ba389;
}

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

h1 {
	color:#ff0000;
	margin: 20px 0 15px 0;
	_margin: 20px 0 15px 0;
}


h2 {	
	color:#3ba389;
	margin: 20px 0 15px 0;
	_margin: 20px 0 15px 0;
}

h3 {
	color:#3ba389;
	margin: 20px 0 8px 0;

}

h4 {}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Arial; 
	margin: 0 0 8px 0;
	color:#6c6c6c;
}
p.bold{
	font-weight:bold;
}
p.ueber{
	font-family:Arial; 
	margin: 0 0 8px 0;
	color:#3ba389;
	margin: 22px 0 0 21px;
	_margin: 22px 0 0 21px;
}

p.ueber2{
	font-family:Arial; 
	margin: 0 0 8px 0;
	color:#3ba389;
	margin: 22px 0 15px 21px;
	_margin: 9px 0 15px 21px;
}

p.schrift{
	font-family:Arial; 
	color:#6c6c6c;
	margin: 0 0 0 21px;
	_margin: 10px 0 0 21px;
	line-height:16px;

}

p.schrift2{
	font-family:Arial; 
	color:#6c6c6c;
	margin: 7px 0 0 21px;
	padding-right:40px;
	line-height:16px;
}

p.grosserabstand {
	font-family:Arial; 
	color:#3ba389;
	font-size:12px;
	word-spacing: 118px;
	margin:0 0 -5px 10px;
	padding:0;
}
p.grosserabstand_tel {
	font-family:Arial; 
	color:#6c6c6c;
	font-size:12px;
	word-spacing: 70px;
	margin:0 0 -5px 10px;
	padding:0;
}

p.fehler {
	font-family:Arial; 
	color:#ff0000;
	font-size:14px;
	padding:0;

}

/**
*	Definition der Listen Stile
*/
ul {	
	list-style-type:disc;
	margin-bottom:5px;
}
li {
	font-family:Arial;
	margin: 0 0 0 17px;
	color: #6c6c6c;
}
ul.square {	
	list-style-image:url(../images/listenpunkt.gif);
}

ul.square li {
	font-family:Arial;
	margin: 0 0 0 36px;
	padding:0;
	color: #3ba389;
	line-height:14px;
}
ul.square li a {
	line-height:14px;
	padding:0;
	margin:0;
}


.content ul li{
	width: 90%; 
	font-family:Arial; 
	color:#6c6c6c;
	font-size:12px;
	list-style-image:url(../images/listenpunkt_table.gif);
	
}

.content a 
	{
	color:#3ba389;
	outline: 0;
	text-decoration:none;
}

/**
* Definition der Link Stile
*/ 
a {
	color:#3ba389;
	outline: 0;
	text-decoration:none;
}

a.mail {
	color:#3ba389;
	outline: 0;
	text-decoration:none;
 	margin: 7px 0 0 21px;
}


a:hover {
	text-decoration: underline;
}

table { 
	width: 90%; 
	font-family:Arial; 
	color:#3ba389;
	font-size:12px;

}

table  p{ 
	width: 90%; 
	font-family:Arial; 
	color:#6c6c6c;
	font-size:12px;
	margin-left:10px;

}
table.kont{
	font-family:Arial; 
	color:#6c6c6c;
	margin: 7px 0 0 21px;
	line-height:16px;
}
table.kont td{
	margin:0;
	padding:0;
	line-height:14px;
}
table ul li{ 
	width: 90%; 
	font-family:Arial; 
	color:#6c6c6c;
	font-size:12px;
	list-style-image:url(../images/listenpunkt_table.gif);
	margin: 0 0 -6px 30px;
	}

tbody { margin: 20px 0 15px 0; }

tr { vertical-align: top; }

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

td { }

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 "ISO-8859-1";


