﻿html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

* {
	font-family:Verdana, Geneva, Tahoma, Sans-Serif
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-position: top;
	background-color: #150101;
	position:fixed
}

	#navi {
	position:absolute;
	left: 453px; top: 264px; width: 643px; height: 34px
}
	#es {
	position:absolute;
	left: 38px; top: 6px
}			

	#uk {
	position:absolute;
	left: 188px; top:6px
}
	#de {
	position:absolute;
	left:335px; top:6px
}
	#other {
	position:absolute;
	left:485px; top:6px
}
a {
	color: black;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:gray;
}

#container {
	width: 1200px;
	height:351px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 140px;
	position: relative;
	border:thin gray solid;
	background-image:url('pics/index.jpg');
	background-repeat:no-repeat;
}


