body, div, p, th, td
{
	color: #FFFFFF;
	font-family: Arial; 
	font-size: 12px;
	line-height:14px;
	
	margin:0;
	padding:0;
}

body 
{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-color:#003366;
}

p { margin-top:14px; }
div { position: absolute; }

#Logo
{
	width: 100%;
	height: 66px;
	background-color:#b0242a;
}

#MainText
{
	left:50px;
	top:130px;
	
	width:360px;
}

#ARContainer 
{
	width:580px;
	height:600px;
	
	left: 410px;
	top:66px;
	
	background-color:#003366;
	margin-bottom:20px;
}


#Teaser01
{
	z-index:1;
	
	left:50px;
	top:361px;
	
	width:360px;
	height:80px;
	
	background-image:url(../images/teaser_bg_01.jpg);
	cursor:hand;
}

#Teaser02
{
	z-index:1;
	
	left:50px;
	top:451px;
	
	width:360px;
	height:80px;
	
	background-image:url(../images/teaser_bg_02.jpg);
	cursor:hand;
}

#Teaser01 a, #Teaser02 a
{
	position: absolute;
	z-index:10;
	
	width: 360px;
	height:80px;
	
	display:block;
}

#Teaser01 div, #Teaser02 div
{
	z-index:2;
	
	left:110px;
	top:11px;	
	
	width:236px;
}

#Footer
{
	left:50px;
	top:680px;
}

img { border:0px; }

a:link				{ text-decoration: underline; color: #FFFFFF; }
a:visited 			{ text-decoration: underline; color: #FFFFFF; }
a:active, a:hover	{ text-decoration: none; color: #FFFFFF; }

h1
{
	margin:0px;
	margin-bottom:6px;
	color:#FFFFFF;
	font-size:12px;
}

h2 
{
	margin:0px;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
}
