@charset "utf-8";
h1{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

html{
overflow:scroll;
}

html, body{
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
}

input.button{
background: #4ABDFF url(../images/Untitled-1_03.jpg) center;
border: 3px solid #4ABDFF;
height: 22px;
color:#fff;
font-weight: bold;
padding: 0px;
}

#paginahouder{
width: 100%;
}

#pagina{
width: 100%;
margin: 0px auto;
}

.clr{
clear: both;
}

#top{
height:320px;
background:#12689a;
} 

#bottom{
	margin: 27px auto 10px auto;
	padding: 15px 0px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
	width:950px;
	}
	
#bottom2{
margin: 27px auto 10px auto;
padding: 5px 0px; 
border-left: #333333 solid 1px;
border-right: #333333 solid 1px;
border-bottom: #333333 solid 1px;
width:950px;
}

#midden{
width: 950px;
margin: 0px auto;

}
#midden2{
width: 950px;
margin: 0px auto;

}
#midden3{
	width: 950px;
	margin: 0px auto;
	height: 200px;

}

.style1 {
font-size: 18px;
color: #4abdff;
}

#nav {	
height: 48px; 
}

#nav li {
list-style-type:none;
float:left;
height: 48px; 
width: 92px; 
}

#nav li a {
background-image:url('../images/menu_03.jpg');
background-repeat:no-repeat; height: 48px;  display:block;
}

#nav li a.item1 {background-position:0px 0px;}
#nav li a:hover.item1 {background-position:0px -48px;}

#nav li a.item2 {background-position:-92px 0px;}
#nav li a:hover.item2 {background-position:-92px -48px;}

#nav li a.item3 {background-position:-184px 0px;}
#nav li a:hover.item3 {background-position:-184px -48px;}

#nav li a.item4 {background-position:-276px 0px;}
#nav li a:hover.item4 {background-position:-276px -48px;}

#nav li a.item5 {background-position:-368px 0px;}
#nav li a:hover.item5 {background-position:-368px -48px;}

#nav li a.item6 {background-position:-460px 0px;}
#nav li a:hover.item6 {background-position:-460px -48px;}

#pijl{
background: url('../images/arrow_03.jpg') repeat-x; 
height:86px;
	}
	
.style2 {color: #FFFFFF}

.tekst{
	width: 625px;
    padding: 0px 0px 0px 10px;
}
#navi{
	padding-left:110px;	
}

a:link, a:visited{
color: #4abdff;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #346BA3;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.style6{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }

#margin{
margin: 10px;
}
label{width:120px; }

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: auto;
margin-right: auto;
margin-top: 17px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
width: 952px;
font-size: 11px;
line-height: 14px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 0px;
margin-right: 0px;
color: #2d2b2b;
display: block;
width: 81px;
float: left;
text-align: center;
border-right: #333333 solid 1px;
border-left: #333333 ;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
background:  url(../images/Untitled-1_03.jpg) center;
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
background: url(../images/Untitled-1_03.jpg) center;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background: url(../images/Untitled-1_03.jpg) center;
}

.tabcontent{

}

@media print {
.tabcontent {
display:block !important;
}
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#demo{
width: 100px;
float:left;
}
.style7 {color: #4ABDFF}

.STPD{
width:303px; float:right;
}

#pagefooter {
text-align: center;
font-size: smaller;
}

fieldset{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	border: 1px #bde8f8 solid;	
}