body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: gray;
}


#komplett {
	float:left;
	border-style: none;
	position: fixed;
	visibility: visible;
	top:50%;
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	margin-top: -300px;
	padding: 0px;
	background-color: white;
	height: 600px;
	width: 800px;
	overflow-y: hidden;
	background-image: url('/images/bgstart.jpg');
}

#komplett2 {
	float:left;
	border-style: none;
	position: fixed;
	visibility: visible;
	top:50%;
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	margin-top: -300px;
	padding: 0px;
	background-color: white;
	height: 600px;
	width: 800px;
	overflow-y: hidden;
	background-image: url('/images/bgkl.jpg');
}

img {border: 0;}

#imagebar {
	float:left;
	border-style: none;
	position: relative;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 600px;
	width: 196px;
}


#menustart {
	float:left;
	border-style: none;
	position: relative;
	visibility: visible;
	top: 450px;
	left: 200px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 105px;
	width: 184px;
}

#homelink {
	float:left;
	border-style: none;
	position: absolute;
	visibility: visible;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 284px;
}


#menu {
	float:left;
	border-style: none;
	position: absolute;
	visibility: visible;
	top: 485px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 184px;
}

#content {
	float:left;
	border-style: none;
	position: absolute;
	visibility: visible;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	height: 580px;
	width: 580px;
}

#contactform {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 40px;
	top: 40px;
	visibility: visible;
	margin-left: 50px;
	padding: 0px;
	height: 400px;
	width: 400px;
}


.textbigblue {
	font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:  white;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	text-shadow: grey;
}
a.textbigblue:link {
	font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:  white;
	font-variant: normal;
	text-decoration: underline;
	line-height: normal;
	font-style: normal;
	text-shadow: grey;
}
a.textbigblue:hover {
	font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:  black;
	font-variant: normal;
	text-decoration: underline;
	line-height: normal;
	font-style: normal;
	text-shadow: grey;
}

#contactform input, #contactform textarea {
	padding: 5px;
	width: 204px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #9e9e9e;
	background: white;
	font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:  #1e3478;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}

#contactform textarea {
	height: 90px;
	width: 204px;
}


#contactform input.button {
	width: 246px;
	padding: 0px;
	margin: 0px;
	border: 1px solid white;
	font-family: Futura, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}



