/* 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:#f2f2f3;
		background-image:url(/_images/background.jpg);
		
		/* Hintergrundbild */
		
				
		/* 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;
		line-height:15px;
		color:#767676;
		font-weight:normal;
		text-decoration:none;
	}
	
	/* Links */
	/* a { text-decoration:none; color:#bcaf9b; } */
	a:link    { text-decoration:none; color:#767676; }
	a:visited { text-decoration:none; color:#767676; }
	a:hover   { text-decoration:underline; color:#767676; }
	a:focus   { text-decoration:none; color:#767676; }
	a:active  { text-decoration:none; color:#767676; }
	

/* ********************************************************************************************
 * General
 ******************************************************************************************* */	
	#vCenter {
		position:absolute;
    top: 50%;
    left:0px;
    width:100%;
		height:683px;
		margin-top:-341px;
	}
	
	#page, #footer {
		position:relative;
		width:1000px;
		height:683px;
		margin-right:auto;
		margin-left:auto;
		overflow:hidden;
	}
	
	#footer {
		height:25px;
		text-align:left;
		padding-left:35px;
		margin-top:10px;
	}
	
	.clearFloat {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	
	
/* ********************************************************************************************
 * Header construction
 ******************************************************************************************* */
	.logo {
		position:absolute;
		top:35px;
		left:68px;
		overflow:visible;
	}

/* ********************************************************************************************
 * Content construction
 ******************************************************************************************* */
	.borderTop {
		position:absolute;
		top:0px;
		left:0px;
		overflow:visible;
	}
	
	.borderRight {
		position:absolute;
		bottom:22px;
		right:0px;
		overflow:visible;
	}
	
	.borderBottom {
		position:absolute;
		bottom:0px;
		left:0px;
		overflow:visible;
	}
	
	.borderLeft {
		position:absolute;
		bottom:22px;
		left:0px;
		overflow:visible;
	}
	
	.content {
		position:absolute;
		width:920px;
		height:645px;
		top:18px;
		left:39px;
		overflow:visible;
		background-color:#000000;
	}
	
	.content #text {
		position:absolute;
		top:130px;
		left:29px;
		overflow:visible;
	}
	
	#text h1 {
		font-family:'Gillies Gothic W01 Light';
		font-size:40px;
		color:#fff;
		margin-bottom:50px;
	}
	
	#text p {
		font-family:'Gillies Gothic W01 Light';
		font-size:25px;
		color:#fff;
		line-height:36px;
	}
	
	
	
/* ********************************************************************************************
 * Footer construction
 ******************************************************************************************* */

