/*
#ececec - lys grå
rød 	#CF002A
blå 	#00A1E8
grøn 	#008A25
gul	#F8F400
skygray 	#C2B8BA

*/

html, body {
	margin:10px;
	padding:0;
	font-family:verdana, arial, Helvetica , sans-serif;
	font-size:90%;
	/*background-color:green;*/
	text-align:center;
	/*background-image:url("grafik/background-red.png");
	background-repeat:repeat; */
	}

/* ID starter med #*/
#side {
	position:relative;
	text-align:left;
	width:900px;
	font-size:normal;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	border: 2px solid #ececec;
	background-color:#fff;
background-color:#ffffff;
border-width:1px;
border-color:#999999;

-moz-border-radius:28px;

-webkit-border-radius:28px;
border-radius:28px;
/*IE DOES NOT SUPPORT BORDER RADIUS*/

-moz-box-shadow:0px 0px 2px #000000;

-webkit-box-shadow:0px 0px 2px #000000;
box-shadow:0px 0px 2px #000000;
/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/


}

#foot {
	
	clear:both;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	font-size:80%;
	padding-top:1em;
	text-align:right;
	color:#999;
	background-color:transparent;

}

#header {
	
	height:165px; /* højden skal svare til logo i venstre side */

	margin:10px;

	
}



#navigation {
	
	position:relative;
	top:0px;
	float:right;

	
}

#landeflag {
	
	float:right;
	


}


/* roundcorner med light yellow color */	
.bl {background: url(grafik/00a1e8/bl.png) 0 100% no-repeat #00a1e8; width: 200px; color:#fff;} 
.br {background: url(grafik/00a1e8/br.png) 100% 100% no-repeat} 
.tl {background: url(grafik/00a1e8/tl.png) 0 0 no-repeat} 
.tr {background: url(grafik/00a1e8/tr.png) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px} 


#left {
	position:relative;
	top:0px;
	float:left;
	font-size:x-small;
	width:200px;
	
	padding:5px;
	background-color:transparent;

	
}


#right {
	position:relative;
	top:0px;
	margin-left:220px;
	padding:5px;

}


.show_links {
	width:200px;
	padding:0 5px 5px 0;
	margin-bottom:5px;
	/*background-color:#e4fada;*/
	/*overflow:auto;*/

}

.show_news {
	/*height:260px;*/
	padding:5px;
	margin-bottom:5px;
	background-color:#e4fada;
	/*overflow:auto;*/

}

.scroll_right {
	/*height:300px;
	overflow:auto;*/


}



.data_table {
	font-size:1.0em;
	width:190px;
	border:outset 1px;

}

#content p {
	font-size:80%;
	line-height:1.8em;
}

.img_logo {
	float:left;
}

.img_bungaruda {
	float:right;
}

.left_img {
	width:200;
	margin-top:10px;
	margin-bottom:10px;
	border:5px;
}



.pic_rightcol {
	position:relative;
	top:-100px;
	float:right;
	width:300px;
	padding:1.0em 0 1.0em 1.0em 0;
}


.formular {
	font-size:1.0em;
	background-color:beige;

}


h3 {
	position:relative;
	width:95%;
	/*height:30px;*/
	font-size:24px;
	line-height:25px;
	color:#CF002A;
	border-bottom: 1px solid #C2B8BA;
	
}

h4 {
	position:relative;
	height:30px;
	font-size:150%;
	color:#CF002A;
	border-bottom: 1px solid #C2B8BA;
}


h5 {
	position:relative;top:0px;
	font-size:90%;	color:#666;
	margin:0px 0px 10px 0px;
}
