@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: url(../images_intro//bg_top.jpg) repeat-x #fddddd;
	font-family: Arial;
	font-size: 12px; 
	color: #444348;
}

/**
* 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 {}

strong, b {
	font-weight:bold !important;
}

/**
* Absatz Formatierung
*/
p				{
	font-family:Arial; 
	font-size:12px; 
	line-height:18px; 
	margin: 0 0 15px 0;
}

/**
*	Definition der Listen Stile
*/
ul {	
}

li {
	margin:0 0 0 15px;
	font-family: Arial;
	font-size: 12px; 
	color: #444348;
}


/**
* Definition der Link Stile
*/ 
a {
	color:#7a7882;
	font-size:12px;
	outline: 0;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #444348;
}

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;
}
