html{
	margin: 5px;
	padding: 0px;
	color: #000;
}
body{
	background: url(bg.png);
	text-align: left !important;
	font-family: arial;
	font-size: 10pt;
}
img{
	padding: 0px;
	border: none;
	margin: 0px;
}
ul{
	margin:  0px;
	padding-left: 0.35em;
	list-style-type: none ;
}
li{
	margin: 0px;
	padding-bottom: 10px;
	list-style-type: none ;
}
a{
	color: #FF6300;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#wrapper{
	width: 600px;
	height: auto;
	background: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
}
#header{
	width: 590px;
	height: 250px;
	background: url(header.png);
	position: relative;
}
	#logo{
		position: absolute;
		top: 100px;
		left: 100px;
		margin: 50px;
	}
#menu{
	width: 590px;
	height: 30px;
	background: url(bg.jpg) repeat;
	border-bottom: 4px solid #f6914f;
}	
#links{
	width: 500px;
	height: 20px;
	padding-top: 5px;
}
#links a{
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	width: 60px;
	height: 30px;
}
#links a:hover{
	text-decoration: underline; 
}
.blok1{
	width: 590px;
	height: 150px;
	margin-top: 20px;
	background: #EB5600;
}
.blok2{
	width: 590px;
	height: 150px;
	margin-top: 20px;
	background: #FF8C00;
}
.blok_afb{
	width: 150px;
	height: 99px;
	float: left;
	margin: 25px 0 0 10px;
}
.blok_afb2{
	width: 150px;
	height: 99px;
	float: right;
	margin: 25px 10px 0;
}
.blok_text{
	width: 400px;
	height: 130px;
	float: right;
	text-align: left !important;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 10px;
}
.blok_text a{
	text-decoration: none;
	color: #fff;
}
.blok_text2{
	width: 400px;
	height: 130px;
	float: left;
	text-align: left !important;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	
}
.blok_text2 a{
	text-decoration: none;
	color: #fff;
}
#content{
	height: auto;
	background: #fff;
	margin-top: 20px;
}
#content_afb{
	float: left;
	margin-right: 10px;
	padding: 10px;
}
#content_tekst{
	text-align: justify;
	margin-right: 10px;
	padding: 10px 10px 10px 0;
}
#paddo{
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}









