body {
	background-image: url(bilder/background.gif);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
}
#logo {
	color: #F0788C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#hoved {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	margin-bottom: auto;
}

input {
	background-color: #111;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color:#FFF;
	padding-top: 2px;
	margin-top:3px;
}
textarea {
	background-color: #111;
	height: 100px;
	width: 300px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
		border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #FFFFFF;
 }

.bilde {
	padding-right: 20px;
}
#kontakt {
	float: left;
	width: 400px;
}

a:link {
	color: #BC0D35;
	text-decoration: none;
}
a:visited {
	color: #BC0D35;
	text-decoration: none;
}
a:hover {
	color: #F6B1C3;
	text-decoration: none;
}
#contact {
	height: 300px;
	width: 300px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

