@charset "utf-8";
/* CSS Document */


/*  INHALT:

	Farben-Übersicht
	Global
	Typographie / Klassen
	Header Layout
	Content Layout
	Navi Layout
	Footer Layout
		
*/


/* Farben-Übersicht
---------------------------------------------------------------------------------------

	weiß (BG) 				#ffffff
	dunkelgrau (TXT)		#333333
	gelb (Rahmen, hover) 	#eda327

*/


/* Global
---------------------------------------------------------------------------------------
*/

body 
{
	background: #fafafa;
	border: 0;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase; 	
}

#container
{
	background: #ffffff;
	text-align:left;
	width: 950px;		
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover, a#current
{
	color: #eda327;
}

h1
{
	color: #eda327;
	font-size: 10px;
	font-weight: strong;
	margin-bottom: 6px;
	margin-top: 0;
}

img
{
	border: 0;
}

li
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}	

p
{
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 0px;
}

table
{
	border: 0;
	text-align: center;
	margin: 10px 0;
}

ul 
{
	margin: 0;
}


/* Typographie / Klassen
--------------------------------------------------------------------------------------- 
*/

.ab_links
{
	padding-left: 20px;
}

.gelb
{
	color: #eda327;
}

.line15
{
	line-height: 11px;
}

.pfeile
{
	color: #eda327;
	font-size: 14px;
	font-weight: bold;
}


/* Header Layout
--------------------------------------------------------------------------------------- 
*/

#header 
{
	height: 78px;	
}


/* Content Layout
--------------------------------------------------------------------------------------- 
*/

#content 
{
	height: 370px;
	padding-left:34px;
}

#text_imp, #text_leist, #text_vertrag 
{
	background: #ffffff;
	border: 2px solid #eda327;
	font-size: 10px;
	line-height: 16px;
	padding: 1em;
}

#text_imp
{
	position:absolute; left:360px; top:385px; width: 540px;
}

#text_leist
{
	position:absolute; left:420px; top:400px; width: 460px;
}

#text_vertrag
{
	position:absolute; left:360px; top:385px; width: 520px;
}


/* Navi Layout
--------------------------------------------------------------------------------------- 
*/

#box_unten_1 /* für navi etc. */
{
		
}

.navi, .navi2, .navi3, .navi4
{
	float: left;
	margin-top: 20px;	
}

.navi2, .navi3, .navi4
{	
	font-size: 10px;
	line-height: 17px;			
}

.navi
{	
	font-size: 14px;
	height: 180px;
	line-height: 23px;
	padding-left: 78px;	
	width: 180px;
}

.navi2
{
	width: 179px;	
}

.navi3
{
	height: 220px;
	width: 189px;	
}

.navi4
{
	width: 260px;	
}


/* Footer Layout
--------------------------------------------------------------------------------------- 
*/

#footer , #footer2, #footer3
{
	clear: left;
	font-size: 10px;
	height: 500px;
}

#footer li, #footer2 li, #footer3 li
{
	display: inline;
	padding-right: 3px;
	padding-left: 8px;
}

