/* CSS Document */

/* ********************************************************************************************
 * Farbcodes
 ******************************************************************************************* *
  Rot:		        #96141e     
  dunkel Grün:	  #26606C     (Kopfzeile, ...)
	helleres Grün:  #2C7180     (Link im Contentbereich, ...)
  Grau:		        #7d7d7d     (Datum, ...)
  Geld dunkel:	  #eeeabb  
	Gelb hell: 	    #faf8e0     
*/


/* ********************************************************************************************
 * 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: #f5f5f5;
				
		/* Seitenabstand */
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
		/* Sonstige Parameter */
		height: 100%;

		/* Standard Schrifttyp und Eigenschaften */
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #5a5a5a;
		text-decoration: none;
	}
	
	/* Links */
	a:link    { text-decoration: none; color: #5a5a5a; }
	a:visited { text-decoration: none; color: #5a5a5a; }
	a:hover   { text-decoration: none; color: #5a5a5a; }
	a:focus   { text-decoration: none; color: #5a5a5a; }
	a:active  { text-decoration: none; color: #5a5a5a; }
	

	
	
/* ********************************************************************************************
 * Side construction
 ******************************************************************************************* */
	#main { 
		width: 986px;
		padding-top: 22px;
		background-image: url(/_images/background.jpg);
		background-repeat: repeat-y;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header {
		width: 950px;
		background-color: #f5f5f5;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer {
		width: 986px;
		height: 10px;
		background-image: url(/_images/backgroundBottom.jpg);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
	}
	
	.clearFloat {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	
	
/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */
	#content {
		width: 950px;
		padding-top: 25px;
		padding-bottom: 12px;
		margin-left: auto;
		margin-right: auto;
		vertical-align: top;
	}
	
	#contentLeft {
		float: left;
		width: 160px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		overflow: hidden;
	}
	
	#contentMiddle {
		float: left;
		width: 574px;
		margin: 0px 18px 0px 18px;
		vertical-align: top;
		overflow: hidden;
		line-height: 18px;
	}
	
	#contentRight {
		float: right;
		width: 180px;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		overflow: hidden;
		line-height: 16px;
	}
	

/* ********************************************************************************************
 * Footer Content
 ******************************************************************************************* */
