/* CSS Document */

/* ********************************************************************************************
 * Farbcodes
 ******************************************************************************************* *

*/


/* ********************************************************************************************
 * HTML Body
 ******************************************************************************************* */
	body {
		/* Scroller Eigenschaften (nur IE) */
		/* scrollbar-arrow-color: rgb(0,0,0);	
		scrollbar-base-color: rgb(250,250,250); 
		scrollbar-face-color: rgb(255,255,255);
		scrollbar-3d-light-color: rgb(102,102,102);
		scrollbar-highlight-color: rgb(102,102,102);
		scrollbar-darkshadow-color: rgb(255,255,255);
		scrollbar-shadow-color: rgb(102,102,102);
		scrollbar-track-color: rgb(255,255,255); */
		
		/* Hintergrundfarbe */
		background-color:#e0e3e9;
		
		/* Hintergrundbild */
		background-image:;
				
		/* Seitenabstand */
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 0px;
		
		/* Sonstige Parameter */
		height: 100%;

		/* Standard Schrifttyp und Eigenschaften */
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px; 
		color:#666666;
		font-weight:normal;
		text-decoration:none;
	}
	
	/* Links */
	a:link    { text-decoration:underline; color:#66cc33; }
	a:visited { text-decoration:underline; color:#66cc33; }
	a:hover   { text-decoration:underline; color:#66cc33; }
	a:focus   { text-decoration:underline; color:#66cc33; }
	a:active  { text-decoration:underline; color:#66cc33; }
	

/* ********************************************************************************************
 * General
 ******************************************************************************************* */	
	.clearFloat {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	
	#page {
		width:800px;
		position:relative;
		background-color:#ffffff;
		margin-left:auto;
		margin-right:auto;
		overflow:visible;
		padding-bottom:10px;
	}
	
	
/* ********************************************************************************************
 * Header construction
 ******************************************************************************************* */
	#header {
		width:780px;
		height:250px;
		position:relative;
		background-image:url(/_images/header/background_top.jpg);
		background-position:top;
		background-repeat:no-repeat;
		margin:10px 10px 0px 10px;
	}
	
	#headerLogo {
		position:absolute;
		width:780px;
		top:8px;
		text-align:center;
	}	


/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */
	#body {
		width:780px;
		min-height:440px;
		position:relative;
		margin:0px 10px 0px 10px;
	}	
	
	#body #home {
		min-height:260px;
		width:780px;
		background-image:url(/_images/background_bottom_main.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:180px;
	}	