/* CSS Document */
/* hide from ie on mac \*/
body {
	text-align: center;
	background-color: #000000;
}
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;
	}
h3 {
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}
	
/* For Text only */
	
.headline {
   	font-family: Arial ,Helvetica,sans-serif;
	font-size: 25px;
  	font-weight: bold;
	}
	
	
.subHeading {
    color: #666666;    
    font-size: 12px;     
	}
	
.quotes {
    font-family: Impact,Arial,Helvetica,sans-serif;
	color: #FFFFFF;    
    font-size: 24px;     
	}
	
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: compact;
	font-weight: normal;
	line-height: 30px;
}	


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

a:hover {
  	color: #FF00FF;  
	
}

.emphasized {
    font-weight: bold; 
	color: #FF00FF; 
	font-size: 15px;
		
}
.copyHilite {
	color: #FF00FF;
	font-size:13px;
	line-height: 20px;
}

