@charset "utf-8";
html {
min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/containerBg.jpg);
	background-color: #950505;
	min-height: 100%;
	background-repeat: repeat-y;
	background-position: center;	

	
}

#wrapper {
	height: 100%;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	
}

#head {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#menu {
	height: 20px;
	width: 200px;
	margin: 20px auto 0px auto;
	
}

#menu a {
	margin: 0px 5px 0px 5px;
	display: block;
	width: 56px;
	height: 20px;
	border: 0px;
	float: left;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #CCC;
	line-height: 50px;
	
}

#menu a:hover {
	color: #000;
}

.swe {
	background-image:url(../images/flagSwe.png);
	background-position: left bottom;
}

.swe:hover {
	background-position: left top;	
}
/*
.eng {
	background-image:url(../images/flagEngStatic.png);
	background-position: left top;
}

.eng:hover {
	background-image:url(../images/flagEng.png);
}
*/
.uk {
	background-image:url(../images/flagUk.png);
	background-position: left bottom;
}

.uk:hover {
	background-position: left top;
}

.ger {
	background-image:url(../images/flagGer.png);
	background-position: left bottom;
}

.ger:hover {
	background-position: left top;
}

#content {
	width: 600px;
	margin: 40px 0px 100px 0px;
	padding: 0px 30px 0px 30px;
	color: #999;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	min-height: 400px;
}

#contact {
	
}

a {
	text-decoration: none;
	color:  #960505;
	font-weight: bold;
}
a:hover {
	color:#999;
}

img {
	border: 0px;	
	
}

h4 {
	font-weight: bold;
	font-size: 10px;
	
}

#webmaster {
	height: 20px;
	background-color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	
	padding-top: 5px;
}

