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

body {
	background: url(../../img/layout/bg.jpg) repeat-x #2c2c2c;
	font-family: Tahoma;
	font-size: 12px; 
	color: #333333;
}

/**
* Format der �berschriften
*/
h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma; 
	color:#333333;
	font-weight:bold;
}

h1 {
	margin: 20px 0 10px 0;
	font-size:16px; 
	line-height:20px; 
}

h2 {
	margin: 10px 0 10px 0;
	font-size:15px; 
	line-height:19px; 
}

h3 {
	margin: 10px 0 10px 0;
	font-size:14px; 
	line-height:18px; 
}

h4 {
	margin: 10px 0 10px 0;
	font-size:13px; 
	line-height:18px; 
}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Tahoma; 
	font-size:11px; 
	line-height:18px; 
	color:#333333;
	margin: 0 0 11px 0;
}

/**
*	Definition der Listen Stile
*/
ul {	
	margin:0 0 11px 0;
}

li {
	font-family:Tahoma; 
	font-size:12px; 
	line-height:18px; 
	color:#333333;
	padding: 0 3px 0 3px;
	margin:0 0 0 15px;
}


/**
* Definition der Link Stile
*/ 
a {
	font-family:Tahoma; 
	color:#f48c05;
	font-size:12px;
	outline: 0;
	text-decoration:none;
}

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

table { 
	width: 100%; 
	font-size:12px; 
	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 "ISO-8859-1";
