 

@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 {
	background:#fbd38b;
	height:100.1%;
}

body {
	font-family:Verdana;
	font-size:11px;
	color:#1f1f1f;

}

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

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

h2 {
	font-family:Arial;
	font-size:18px;
	color:#ff7200;
	font-weight:bold;
}

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

h4 {
	font-family:Verdana;
	font-size:12px;
	color:#cd4712;
	font-weight:bold;
}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Arial; 
	font-size:14px; 
	line-height:14px; 
	margin:0 0 0 0;
}
p.abstand_u				{
	font-family:Arial; 
	font-size:14px; 
	line-height:14px; 
	margin:0 0 20px 0;
}

.versendet				{
	font-family:Verdana; 
	font-size:11px; 
	line-height:14px; 
	padding:100px 0 0 0;
}


/**
*	Definition der Listen Stile
*/
ul {	
	list-style-type:none;
	list-style:disc;
	font-size:11px;
		padding:0 0 0 12px;
}

li {
	padding:0 0 0 0;
}


/**
* Definition der Link Stile
*/ 
a {
	color:#cd4712;
	font-size:14px;
	outline:0;
	text-decoration:none;
}

a:hover {
	color:#fff5da;
}

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

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

tr { 
	vertical-align:top;
}

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

td { 
	padding-bottom:5px;
}

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

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

img { 
	border:0;
}

.img_container {
	padding:30px 0 0 0;
	position: relative;
	z-index:100;
	overflow: hidden;
}

.dick{
color:#cd4712;
font-size:11px;
font-weight:bold;
}


.markiert{
color:#752100;
}
/*------------------------------------------------------------------------------------------
	
	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";


