/* CSS Document */
/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: hidden;
	}
	
	#container {
		width: 100%;
		background-color: #FFF;
	}
	
	#flash {
	position: absolute;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	}
	
	#bgImgLeft {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 291px;
		height: 690px;
		margin-left: -800px;
		margin-top: -345px;
		background-image:url(img/hintergrund_left.jpg); background-repeat:no-repeat;
	}
	
	#bgImgRight {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 290px;
		height: 690px;
		margin-left: 509px;
		margin-top: -345px;
		background-image:url(img/hintergrund_right.jpg); background-repeat:no-repeat;
	}
	
	#main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-left: -800px;
	margin-top: -602px;
	background-repeat:no-repeat;
	z-index: 2;
	height: 100%;
	}
	
	#bgImgBottom {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1600px;
		height: 252px;
		margin-left: -800px;
		margin-top: 345px;
		background-image:url(img/hintergrund_bottom.jpg); background-repeat:no-repeat;
	}
	
	#noFlash {
	position:relative;
	top: 30%;
	width: 400px;
	color: #000;
	background-color: #67688A;
	padding: 15px;
	border:1px solid #999;
	z-index: 2;
	left: 50%;
	}
	
	.copy {
	color: #333333;
	font-size:13px;
	line-height: 20px;
	}

	/* end hide */
	body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: VAG Round;
	font-size: 13px;
	line-height: 15px;
	}
	
/* For Text only */
	
.headline {
   	font-family:VAG Round;
	font-size: 25px;
  	font-weight: bold;
	}
	
	
.subHeading {
    color: #666666;    
    font-size: 12px;     
	}
	
.quotes {
    font-family: VAG Round;
	color: #FFFFFF;    
    font-size: 24px;     
	}
	
	
p {
	font-family: VAG Round;
	font-size: 14px;
	color: #FFFFFF;
	display: compact;
	font-weight: normal;
	line-height: 30px;
}	


a:link {
  	color: #FFFFFF;
 	text-decoration: underline;	
}

a:hover {
  	color: #ff6600;  
	
}

.emphasized {
    font-weight: bold; 
	color: #67688A; 
	font-size: 15px;
		
}

