*
		{
		margin: 0;
		padding: 0;
		border: 0;
		}

html, body
		{
		min-height: 100%;
		}

body
		{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		background-color: #e2e2e2;
		background-image: url(../wsimages/body_bg.jpg);
		background-repeat: no-repeat;
		}

	#mainwrapper
			{
			width: 880px; /* burde være 880*/
			margin-left: 110px;
			min-height: 90%;
			display: block;
			}
	
		#banner
				{
				padding-top: 10px;
				width: 880px;
				text-align: center;
				clear: both;
				}
				
				#banner *
						{
						display: block;
						float: none;
						margin: 0 auto;
						}
		
		#header
				{
				background-image: url(../wsimages/header_bg.png);
				background-repeat: no-repeat;
				width: 880px;
				height: 124px;
				}
		
		#contentWrapper
				{
				background-image: url(../wsimages/contentwrapper_bg.png);
				width: 865px;
				float: left;
				padding-left: 15px;
				min-height: 400px;
				}
		
			#menuWrapper
					{
					float: left;
					}
		
				#searchbox
						{
						width: 216px;
						height: 19px;
						border-bottom: solid 1px #fefefe;
						background-color: #e6ffa0;
						padding: 8px;
						}
						
						#searchbox input
								{
								height: 13px;
								width: 135px;
								padding: 3px;
								margin-right: 7px;
								font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
								font-size: 10px;
								vertical-align: middle;
								}
						
						#searchbox input.submit_btn
								{
								height: 19px;
								padding: 0;
								margin: 0;
								background-color: #616161;
								text-transform: uppercase;
								color: #fff;
								width: 60px;
								text-align: center;
								}
					
					form#bigSearchBox
							{
							background-color: #e6ffa0;
							padding: 10px;
							margin-bottom: 15px;
							display: block;
							}
							
						form#bigSearchBox input, form#bigSearchBox select
								{
								height: 13px;
								width: 320px;
								padding: 3px;
								margin-right: 7px;
								font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
								font-size: 10px;
								vertical-align: middle;
								}
								
								form#bigSearchBox select
										{
										height: 17px;
										padding: 0;
										vertical-align: middle;
										}
						
						.searchItem
								{
								margin-bottom: 10px;
								}
						
						form#bigSearchBox input.submit_btn
								{
								height: 19px;
								padding: 0;
								margin: 0;
								background-color: #616161;
								text-transform: uppercase;
								color: #fff;
								width: 60px;
								text-align: center;
								}
			
			#content
					{
					padding: 10px;
					float: left;
					width: 438px;
					}
					
					div.newsItem
							{
							width: 189px;
							padding: 10px;
							min-height: 150px;
							border: dotted 1px #E8E8E8;
							float: left;
							overflow: hidden;
							}
							
							div.newsItem h3 a, div.monthItem h3 a
									{
									text-decoration: none;
									text-transform: uppercase;
									}
							
							div.newsItem a.readmore_btn, div.monthItem a.readmore_btn
									{
									background-image: url(../wsimages/readmore_btn_bg.gif);
									width: 60px;
									height: 17px;
									padding-top: 3px;
									padding-left: 10px;
									padding-right: 10px;
									text-decoration: none;
									text-transform: uppercase;
									display: block;
									font-size: 0.9em;
									clear: both;
									}
							
							div.newsItem a.readmore_btn:hover
									{
									background-image: url(../wsimages/readmore_btn_hover_bg.gif);
									}
					
				.xmlfeed
						{
						float: left;
						margin-right: 12px;
						width: 205px;
						overflow: hidden;
						margin-bottom: 15px;
						}
				
				.xmlitem
						{
						border-bottom: dotted 1px #e4e4e4;
						margin-bottom: 3px;
						}
				
				.xmlitem a
						{
						text-decoration: none;
						}
		
		#sponsorWrapper
				{
				width: 169px;
				float: right;
				padding: 25px 0px 25px 0px;
				margin-left: -10px;
				margin-top: -82px;
				margin-bottom: 15px;
				}
		
		#contentBottom
				{
				background-image: url(../wsimages/footer_bg.png);
				background-repeat: no-repeat;
				background-position: top left;
				clear: both;
				width: 880px;
				height: 31px;
				}

		#footer
				{
				padding-top: 1px;
				padding-left: 10px;
				margin-bottom: 10px;
				width: 711px;
				height: 30px;
				color: #828282;
				text-align: center;
				}
				
/* Diverse */
.clear
		{
		clear: both;
		display: block;
		height: 1px;
		overflow: hidden;
		}

div#newsletter
		{
		margin: 10px 0px 10px 0px;
		width: 216px;
		padding: 8px;
		border-bottom: solid 1px #fefefe;
		border-top: solid 1px #fefefe;
		background-color: #e6ffa0;
		}
		
		div#newsletter input
				{
				height: 13px;
				padding: 3px;
				margin-right: 7px;
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				vertical-align: middle;
				width: 135px;
				}
				
		.searchItem
				{
				margin-bottom: 10px;
				}
		
		div#newsletter input.submit_btn
				{
				height: 19px;
				padding: 0;
				margin: 0;
				background-color: #616161;
				text-transform: uppercase;
				color: #fff;
				width: 60px;
				text-align: center;
				}
