/* 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:#ffffff;
		
		/* Hintergrundbild */
		
				
		/* Seitenabstand */
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
		/* Sonstige Parameter */
		height: 100%;
		max-height:100%;
		border:0px;
		overflow:hidden;

		/* Standard Schrifttyp und Eigenschaften */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:14px;
		color:#0024a5;
		font-weight:normal;
		text-decoration:none;
	}
	
	/* Links */
	/* a { text-decoration:none; color:#bcaf9b; } */
	a:link    { text-decoration:none; color:#0024a5; }
	a:visited { text-decoration:none; color:#0024a5; }
	a:hover   { text-decoration:underline; color:#0024a5; }
	a:focus   { text-decoration:none; color:#0024a5; }
	a:active  { text-decoration:none; color:#0024a5; }
	

/* ********************************************************************************************
 * General
 ******************************************************************************************* */	
	.clearFloat {
		clear:both;
		height:0px;
		overflow:hidden;
	}

	
/* ********************************************************************************************
 * Header construction
 ******************************************************************************************* */
	#header {
		position:absolute; 
		top:40; 
		width:886px; 
		margin-left:14px;
		height:60px; /*Height of top frame div*/
		overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	}
	

/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */

	
/* ********************************************************************************************
 * Footer construction
 ******************************************************************************************* */
	#footer {
		position:relative;
		width:886px;
		margin-left:14px;
		height:16px; /*Height of bottom frame div*/
		overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		margin-top:5px;
	}