@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#bg {
	background-image: url(../images/bg.jpg);
	position: absolute;
	height: 72px;
	width: 100%;
	top: 116px;
}
#kop {
	position: absolute;
	height: 26px;
	width: 216px;
	top: 46px;
	right: 20px;
	float: left;
}
#content {
	position: absolute;
	width: 688px;
	margin-left: -344px;
	left: 50%;
	top: 190px;
}
.fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
#menu {
	height: 178px;
	width: 466px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -233px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
#menu2 {
	height: 0px;
	width: 688px;
	margin-left: -344px;
	position: absolute;
	left: 50%;
	top: 190px;
}
#menu2 ul {
	margin-top: 0px;
	position: relative;
	height: 32px;
	left: -30px;
	width: 100%;
	overflow: hidden;
}
#menu2 ul li {
	margin-top: 9px;
	float: left;
	list-style: none;
}
#menu2 ul li.back {
	width: 9px;
	height: 22px;
	z-index: 8;
	position: absolute;
	background-image: url(../images/layout_menu_slider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu2 ul li.back .left {
	height: 22px;
	margin-right: 19px;
	background-image: url(../images/layout_menu_slider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu2 ul li a {
	outline: none;
	text-align: center;
	top: 5px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	margin: auto 10px;
}
#menu2 ul li a:hover, #menu ul li a:active, #menu ul li a:visited {
	border: none;
}
#gallery {
	position: absolute;
	width: 688px;
	margin-left: -344px;
	left: 50%;
	top: 230px;
}
#gallery2 {
	position: absolute;
	width: 688px;
	margin-left: -344px;
	left: 50%;
	top: 230px;
}
legend {display: none;}
fieldset {border: none;}
label {width: 50px; display:inline; float:left; margin-bottom: 10px;}
input {margin-bottom: 10px;}
input {
	background: url('../images/textfield.png') no-repeat;
	width: 152px;
	height: 14px;
	border: 0px;
	padding: 7px;
}
input.submit {
	background: url('../images/submit.png') no-repeat;
	width: 116px;
	height: 30px;
	padding: 3px 7px 7px 7px;
	margin-top: 10px;
	left: 60px;
	position:absolute;
}
input.submit:hover {
	background: url('../images/submit.png') no-repeat;
}
textarea {
	background: url('../images/textarea.png') ;
	width: 567px;
	height: 91px;
	border: 0;
	padding: 7px;
}
