/* 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 */
		background-image:url(/_images/background.png);
				
		/* Seitenabstand */
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
		/* Sonstige Parameter */
		height: 100%;

		/* Standard Schrifttyp und Eigenschaften */
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px; 
		color:#33332E;
		text-decoration:none;
	}
	
	/* Links */
	a:link    { text-decoration:none; color:#33332E; }
	a:visited { text-decoration:none; color:#33332E; }
	a:hover   { text-decoration:none; color:#33332E; }
	a:focus   { text-decoration:none; color:#33332E; }
	a:active  { text-decoration:none; color:#33332E; }
	

/* ********************************************************************************************
 * General
 ******************************************************************************************* */	
	.clearFloat {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	
	#main {
		width:800px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
/* ********************************************************************************************
 * Header construction
 ******************************************************************************************* */
	#header {
		width:800px;
		height:100px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	

/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */
	#body {
		width:800px;
		height:380px;
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;
		margin-bottom:10px;
		position:relative;
		overflow:hidden;
	}
	
	#content {
		width:790px;
		height:370px;
		margin:5px;
		padding:0px;
		overflow:hidden;
		background-color:#dddfd6;
		line-height:13px;
	}
	

/* ********************************************************************************************
 * Navigation construction
 ******************************************************************************************* */	
	#navigation {
		width:800px;
		height:100px;
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;
		position:relative;
		left:0px;
		top:0px;
	}