/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */

div{
	margin:0;
	padding:0;
}	
	
body{
	font: 11px Arial,Verdanan,Helvetica;
	padding:0;
	color:#000;
	margin: 0;
	background:url(../images/body_bg.jpg) no-repeat center top #160028;
}

.container{
	margin:0 auto;
	padding:0;
	margin-top:48px;
	width:887px;
}

.header{
	float:left;
	width:100%;
	margin-bottom:20px;
}

	.logo a{
		float:left;
		width:146px;
		height:149px;
		margin-left:20px;
		background:url(../images/logo.png) no-repeat;
	}
	*html .logo a{
		background:url(../images/logo.gif) no-repeat;
	}
	
	.slogan{
		float:right;
		width:229px;
		height:151px;
		margin-right:100px;
		background:url(../images/header_tekst.png) no-repeat;
	}
	*html .slogan{
		margin-right:50px;
		background:url(../images/header_tekst.gif) no-repeat;
	}
	
.content{
	float:left;
	width:100%;
}

	.menu{
		float:left;
		overflow:hidden;
		width:143px;
		min-height:184px;
		margin-right:10px;
		padding:20px;
		background:url(../images/menu_bg.gif) repeat-x center center #a79567;
	}
	*htm .menu{
		height:184px;
	}
	
		.menu ul{
			margin:0;
			padding:0;
		}
		.menu li{
			margin:0;
			padding:0;
			color:#000;
			font-size:35px;
			list-style:none;
		}
		.menu li a{
			margin:0;
			padding:0;
			color:#83fa22;
			font-size:35px;
		}
	
	.tekst{
		float:left;
		width:454px;
		padding:15px;
		min-height:335px;
		
		background:url(../images/trans_bg.png);
	}
	*html .tekst{
		background:#fff;
		height:327px;
	}
	
	.spons{
		float:right;
		width:180px;
		padding:10px;
		padding-top:13px;
		min-height:335px;
		background:url(../images/trans_bg.png);
	}
	*html .spons{
		background:#fff;
		height:327px;
	}
		.spons ul{
			margin:0 auto;
			padding:0;
		}
		.spons li{
			margin:0;
			padding:0;
			font-size:11px;
			line-height:17px;
			font-weight:bold;
			text-align:left;
			color:#000;
			list-style:none;
			margin-bottom:2px;
		}
		.spons li a{
			text-align:left;
			color:#000;
		}
		.spons li a:hover{
			color:#a79567;
		}
		
/* ----------------------------------------------
	CLEARER, it will not stretch otherwise
	____________________________________________ */

	
.clearer{ 
	clear: both;
} 

/* ----------------------------------------------
	CONTENT STYLES
	____________________________________________ */

h1{
	font-size:25px;
	margin:0;
	padding:0;
	color:#000;
	margin-bottom:10px;
}

h2{
	font-size:16px;
	margin:0;
	padding:0;
	color:#a79567;
	margin-bottom:10px;
}

h3{
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
	margin-bottom:10px;
}

h4{
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h5{
	font-size:11px;
	margin:0;
	padding:0;
	color:#000	;
}

hr{
	height:1px;
	border:0px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
}

a {
	color:#280049;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/****************************************************** SIFR
   These are standard sIFR styles... do not modify 
***************************************************** SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .menu li a{
	visibility: hidden;
}

