 

@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.1%;
}

body {
	background: url(../images/bg_oben.jpg) repeat-x #546e2d;
	font-family: Trebuchet MS;
	font-size: 11px; 
	color: #d8dbc4;
}

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

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

h2 {}

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

h4 {}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Trebuchet MS; 
	font-size:13px; 
	line-height:18px; 
	margin: 0 0 18px 0;
	text-align:justify;
}

p.preise_txt				{
	text-align:left;
	margin: 0 0 8px 0;
}

p.preise_txt_bottom				{
	text-align:left;
	margin: 0 0 5px 0;
	width:99%;
}


/**
*	Definition der Listen Stile
*/
ul {	
	list-style-type:disc;
}
ul.preise_liste {	
	list-style-type:disc;
	margin:0 0 10px 10%;
}

li {
	padding: 0 3px 0 3px;
	font-family:Trebuchet MS; 
	font-size:13px; 
	line-height:18px; 
	color: #d8dbc4;
	margin:0 0 0 15px;
}

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

a:hover {
	text-decoration: none;
	color:#d8dbc4;
}

table { 
	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;
}


/*------------------------------------------------------------------------------------------
	
	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";

