/* CSS Document */

body{
	background-color:#FF9900
	color: #FF9900;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.navigation:link {
            color: #000000;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #000000;
}
a.navigation:hover {
            text-decoration: none;
            color: #FFFFFF;
}
a.navigation:active {
            text-decoration: none;
            color: #000000;
}
.sytle1{
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}
.style2{
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}
#container{
	position: relative;
	width:1000px;
	height:800px;
	margin:auto;
}
#content{
	position:absolute;
	width:1000px;
	height:600px;
	top:280px;
	left:100px;
	z-index:2;
}
div.menubackground{
	position:absolute;
	width:1000px;
	height:1000px;
	left:0px;
	top:0px;
	z-index:1;
	background-image:url(images/menu_backgroung.png);
}
div.skiforeground1{
position:absolute;
width:402px;
height:298px;
top:0px;
left:0px;
z-index:8;
}
div.skiforeground2{
position:absolute;
width:256px;
height:254px;
top:210px;
left:743px;
z-index:1;
}
div.stages{
position : absolute;
top: 220px;
left: 415px;
z-index: 8;
}
div.tests{
position : absolute;
top: 270px;
left: 115px;
z-index: 8;
}
div.titleforeground{
	position:absolute;
	width:984px;
	height:420px;
	top:0px;
	left:0px;
	z-index:2;
	background-image:url(images/back_background.png);
}
div.logoimage{
	position:absolute;
	width:252px;
	height:252px;
	top:50px;
	left:490px;
	z-index:7;
}
div.navigation{
	position:absolute;
	width:188px;
	height:420px;
	top:0px;
	left:792px;
	z-index:10;
	text-align:right;
}
div.contact{
	background-image:url(images/contact-background.png);
	position: absolute;
	top: 780px;
	left: 0px;
	height: 40px;
	width: 1000px;
	z-index:10;
	font: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	text-align:center;
}
