@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(images/bg.png);
	font-family: "Myriad Pro", Helvetica;
}

.footer a, .footer a:link, .footer a:hover, .footer a:visited {
	text-decoration: none;
	color: #FFF;
}

body {
	
	font-family: "Myriad Pro", Helvetica;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#logo {
	float: left;
}

#facebook {
	float: right;
	position: absolute;
	margin-left: 965px;
}

#facebook a img, #facebook a:link img, #facebook a:hover img, #facebook a:visited img, #facebook img {
	border: 0px;
	text-decoration: none;
}

#menu {
	float: right;
	margin-top: 45px;
	margin-left: 90px;
}

#midden-left {
	float: left;
}

#midden-right {
	float: left;
	width: 330px;
	height: 510px;
	background-color: #FFF;
}

#midden-right2 {
	float: left;
	width: 500px;
	height: 510px;
	background-color: #FFF;
}

.tekst {
	padding: 25px;
	text-align: center;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.tekst2 {
	padding: 25px;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.tekst-titel {
	color: #fc2654;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
	font-family: "Myriad Pro", Helvetica;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 17px;
	float: left;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #fff;
	background-color: #937450;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

.footer {
	padding-top: 10px;
	color: #FFF;
}


.way2web {
	float: right;
}

.way2web a:link img, .way2web a:hover img, .way2web a:visited img {
	border: 0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


.img1, .img2, .img3 {
	float: left;
}

#bottom a:link, #bottom a:hover, #bottom a:visited {
	border: 0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#bottom a:link img, #bottom a:hover img, #bottom a:visited img {
	border: 0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}