/* 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:#B4B4B4;
		
		/* Hintergrundbild */
		background-image:none;
		background-repeat:no-repeat;
		
		/* Seitenabstand */
		margin:60px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
		/* Sonstige Parameter */
		height: 100%;

		/* Standard Schrifttyp und Eigenschaften */
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#ffffff;
		font-weight:normal;
		text-decoration:none;
	}
	
	/* Links */
	a         { color:#ffffff; text-decoration:none; }
	a:link    { }
	a:visited { }
	a:hover   { color:#8AAED7; }
	a:focus   { }
	a:active  { }
	
	a.noFormat       { }
	a.noFormat:hover { color:#8AAED7;}
	
	a.internal-link          { }
	a.internal-link :hover   { color:#8AAED7; }
	

/* ********************************************************************************************
 * General
 ******************************************************************************************* */	
	#page {
		position:relative;
		width: 924px;
		margin-left: auto;
		margin-right: auto;
		background-image:url(/_images/bgMiddle.png);
		background-repeat:repeat-Y;
		height:auto;
		overflow:visible;
		z-index:100;
	}
	
	#page #bgTop {
		position:absolute;
		top:-20px; left:0px;
		width:924px; height:20px;
		background-image:url(/_images/bgTop.png);
		background-repeat:no-repeat;
	}
	
	#page #bgBottom {
		position:absolute;
		bottom:-40px; left:0px;
		width:924px; height:40px;
		background-image:url(/_images/bgBottom.png);
		background-repeat:no-repeat;
	}
	
	#page #bgMenu {
		position:absolute;
		top:60px; left:5px;
		width:900px; height:41px;
		background-image:url(/_images/bgMenu.png);
		background-repeat:no-repeat;
	}
	
	.clearFloat {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	
	img {
		border:none;
    padding:0px;
    margin:0px;
		line-height:0px;
		vertical-align:bottom;
	}
	
	
/* ********************************************************************************************
 * Header construction
 ******************************************************************************************* */
	#header {
		position:absolute;
		top:-15px; left:5px;
		width:900px;
		height:130px;
		overflow:hidden;
		z-index:300;
	}
	

/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */
	#body {
		position:relative;
		width:640px;
		height:auto;
		overflow:visible;
		margin-left:55px;
		padding-top:145px;
		padding-bottom:20px;
		min-height:500px;
		z-index:200;
	}
	
	.schweif {
		position:absolute;  
		top:77px; right:0px;
		width:270px; height:608px;
		overflow:hidden;
		z-index:150;
	}
	
	
/* ********************************************************************************************
 * Footer construction
 ******************************************************************************************* */
  #footer {
		
	}
