body {
	text-align: center;
	background-color: #eceae9;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-family: "Lucida Grande", "Calibiri", Verdana, Arial;
	line-height: 190%;
	color: #444;
	}


/***** Diverse *****/

h1 {
	display: none;
	}

h2 {
	font-weight: 100;
	letter-spacing: -1px;
	font-size: 18px;
	margin-left: 15px;
	color: #405769;
	margin-top: 15px;
	}
	
h3 {
	color: #405769;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 100;
	line-height: 15px;
	margin-left: 15px;
	}
	
a {
	color: #405769;
	text-decoration: underline;
	}

a img {
	border: 0;
	}

a:hover {
	text-decoration: none;
	}


/***** Top *****/

#top {
	width: 850px;
	height: 85px;
	background: url(images/menubg.jpg) repeat-x center bottom;
	margin: 0px auto;
	}
	
#top img {
	float: left;
	}
	
#top #search {
	float: right;
	color: #777;
	}
	
	
/***** Menu *****/
	
#menu {
	width: 850px;
	height: 26px;
	clear: both;
	padding-top: 12px;
	*padding-top: 2px;
	}
	
#menu a {
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding: 0 27px;
	*padding: 0 15px;
	height: 26px;
	background: url(images/menuright.jpg) no-repeat right center;
	line-height: 25px;
	}
	
#menu a:hover {
	background: url(images/menuhover.jpg) repeat-x;
	}
	
#menu a#sub {
	display: none;
	}

	
/***** Submenu *****/	
	
#submenu a {
	color: #666;
	float: left;
	padding: 0px 15px;
	font-size: 9px;
	text-decoration: none;
	}
	
#submenu a:hover {
	color: #333;
	}
	
#submenu a { 
	display: none; 
	}	

#submenu a#sub {
	display: block;
	}


/***** Content *****/
	
#content {
	width: 850px;
	margin: 10px auto 0 auto;
	background: url(images/mainbg.jpg) no-repeat center top #fff;
	}
	
#left {
	width: 626px;
	float: left;
	text-align: left;
	
	}
	
#left p, table {
	margin-left: 15px;
	margin-right: 15px;
	}

#right {
	width: 215px;
	float: right;
	text-align: left;
	}
	
#right p {
	margin-left: 15px;
	margin-right: 15px;
	margin: 15px;
	}

	
/***** Frontpage *****/	
	
#fronttop {
	width: 850px;
	background-image: url(../media/Image/fronttop.jpg);
	}
	
#fronttop h2 {
	text-align: left;
	margin: 15px 0;
	font-size: 19px;
	}
	
#fronttop h2 a {
	text-decoration: none;
	}

#frontleft {
	width: 285px;
	text-align: left;
	float: left;
	margin-right: 10px;
	*margin-left: 0px;
	padding: 10px;
	}

#frontnews {
	float: left;
	margin: 3px 0 0 18px;
	*margin: 15px 0 0 18px;
	text-align: left;
	width: 184px;
	}

#frontbottom {
	background: url(../media/Image/frontbottom.jpg) no-repeat;
	width: 850px;
	height: 128px;
	}

#bottomleft {
	width: 306px;
	margin-right: 12px;
	float: left;
	}
	
#bottomleft a {
	display: block;
	width: 306px;
	height: 128px;
	}
	
#frontnewsletter {
	float: left;
	padding: 0px 10px;
	text-align: left;
	width: 190px;
	}
	
#frontnewsletter table {
	margin: 0;
	}
	
#frontnewsletter .textfield {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	width: 140px;
	height: 16px;
	}
	
#frontnewsletter h2 {
	text-align: left;
	margin: 10px 0 10px 0;
	font-size: 19px;
	}

#split {
	width: 850px;
	height: 36px;
	margin-top: -5px;
	background: url(../media/Image/frontsplit.jpg);
	}


/***** Search *****/
	
#search table {
	margin-bottom: -5px;
	}

#search .submit {
	border: none;
	}	

.searchfield {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-right: none;
	width: 130px;
	height: 16px;
	}
	
	
/***** Inputboxe *****/
		
.send_succes {
  	font-size: 10px;
  	color: #197B30;
	text-align: center;
	}

.send_fiasko {
  	font-size: 10px;
  	color: #9E0B0E;
  	text-align: center;
	}
	
.textfield {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	width: 250px;
	height: 20px;
	}
	
.textarea {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	width: 533px;
	height: 150px;
	}
	
.submit {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	font-size: 11px;
	color: #444;
	}