@charset "utf-8";

img
{  
	border-style: none;
}
body {
	background-image: url();
	background-repeat: repeat-x;
	background-position: '14% 84%';
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
a:link {
	color: #BACDDD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #94AFC9;
}
a:hover {
	text-decoration: underline;
	color: #94AFC9;
}
a:active {
	text-decoration: none;
}
.top {
	background-image: url(bilder/top.png);
}

#onlinemeny {
	width: 450px;
	height: 120px;
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 3;
	background-color: #000000;
	font-size: 12px;
	}

.onlinemeny2 {
	font-family:  Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	}


.TextNormal {
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	text-align: left;
}
.TextHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
}
.WebDuo {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BED0DE;
	font-size: 13px;
}
.input {   
	border: 1px solid #000000;
	color: #000000;
 	background-color: #BACDDD;
 	font-size: 13px;
}
.HeaderText {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}