@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
html, body {
	background-color:#d9dadc;
	color:#000;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 1;
	height:100%;

}

a {
outline-style: none;
outline-width: 0px;
}
#counter_start {
	font-size:14px;
	position: relativ;
	z-index: 100;
	color: #F60;
	font-weight:bold;
	text-decoration:blink;
	left: 273px;
	top: 135px;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:2px 20px 2px 20px;
	background-color: #fff;
	opacity:0.8;
	filter: alpha(opacity=90); /* needed for IE */
}


#counter_start a {
		color: #003368;

}
#counter_start a:hover {
		color: #0064ae;
}

.counter {
	color: #003368;
}

/* Seitenelemente*/
#distance {
	width:1px;
	height:51%;
	margin-bottom:-320px; /* half of container's height */
	float:left;
}


#container_start {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:826px;
	height:629px;
	padding:10px 0 0 28px;
	clear:left;
	background-color:#fff;
	background-image: url(pixs/woc2010.org_hintergrund.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#container_start img {
	border:none;
}

#start {
	width:800px;
	height: 490px;
	background-image: url(pixs/woc2010.org_start.jpg);
}
#start_button {
	width:auto;
	height: 65px;
}
#start_picture {
	width:620px;
	float:left;
	height: 65px;
	background-image: url(pixs/woc2010.org_pictures.jpg);
}
#start_next {
	width:180px;
	float:right;
	background-color: #FFF;
}
#start_navi {
	height:30px;
	width:800px;
	}


ul {
	padding: 15px 0 0 25px;
	color: #f57d05;

}
li {
	text-decoration: none;
	color: #f57d05;
}

a { 
	text-decoration: none;
	color: #f57d05;
	font-size: 14px;	
}

a:hover {
		color: #003368;
}