/* CSS Document */
body,html
{
	padding-top:0px;
}
body
{
background-color:#3A5372;
margin:0px;
background-image:url(bilder/bg.jpg);
}


#topnav
{
	width:500px;
	font-family:Courier, Arial;
	padding:3px;
	font-weight:bold;
	font-size:22px;
	color:#d42020;
}

#wrapper
{
	width:500px;
	border-bottom:1px solid black;
	margin:39px;
	padding:5px;
	position:absolute;
	top:1px;
	left:14%;
}

#content
{
	border:1px solid blue;
	position:absolute;
	top:159px;
	left:12%;
	width:950px;
	height:600px;
	background-color:#eaba54;
	filter: alpha(opacity=40);
	  -moz-opacity: 0.4;
	  opacity: 0.4;
	z-index:1;
	
}

.logo
{
position:absolute;
left:0px;	
	
}

.borderd
{
	border:1px solid black;
	margin-top:10px;
}

h2
{
font-family: 'cb', Arial, Helvetica, sans-serif;
font-size:70px;
margin-top:30px;
margin-bottom:15px;
}

h1
{
	font-family: 'hw', Arial, Helvetica, sans-serif;
	text-align:right;
	margin-right:20px;
	font-size:35px;
	
}

.text
{
	margin-top:10px;
	width:530px;
	float:left;
	line-height:155%;
	font-family:Helvetica;
	
}
.over
{
	position:absolute;
	top:162px;
	left:13%;
	width:910px;
	height:590px;
color:#000000;
	z-index:2;
}



.lang
{
margin:0px;
padding:0px;
width:65px;
height:36px;
}

.count
{
border-right:1px solid black;
border-bottom:1px solid black;
font-family:Arial;
font-size:11px;
}

.cover
{
	border:1px solid black;
	margin-right:20px;
}

a:active,a:visited,a {
	font-family:Courier, Arial;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	color:#d42020;
}

a:hover {
color:#000000;
}


