/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
/*** tilføjer box-sizing */
* {
  box-sizing: border-box;
}
/* tilføj slut */

html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #fff url(img/bg.jpg) repeat-x;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }
div.boks  {
	width: 130px;
	border: 1px solid #0099CC;
	background: white;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	/* background: url(img/header_top.gif) no-repeat 100% 5px; 
 background: url(img/header_top.gif) no-repeat 100% 5px; */
	width: 90%; /*1000px;*/
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
/*	background: url(img/top.jpg) no-repeat 0px 70px; */
background: url(img/top.jpg) no-repeat 0px 5px;
	text-align: center;
	padding: 0px 0 0px 20px;
/*	padding: 45px 0 144px 20px;	
 background-color: #637bab; */
	}	
#header h1 {
	margin: 0; 
	clear: both;
/*	padding: 43px 0 0 40px;	*/
	padding: 1px 0 0 1px;
	font-size: 4em;	
	letter-spacing: 0.1em;
	z-index: -9;
	}
#header h1 a { 
	padding: 0;
	color: #FABC03;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	z-index: -9;
/*	color: #fff;	*/
	}	
#header h1 a:hover { background-color: #637bab; }	/* transparent */
* html #header h1 { padding-top: 23px; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	/*margin: 0 40px;*/
	margin: 0 0px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	/*	margin: 0 5px;
	font-size: 1.2em; */
	margin: 0 1px;
	font-size: 1em;
	font-weight: 600;
	/*background: url(img/nav.gif);*/
	background-repeat: no-repeat;
	background-color: #FABC03;
	/*width: 114px;*/
	width: 8%;/*95px;*/
	min-width: 90px;
	height: 67px;/* 35 */
	float: left;
	text-align: center;
	border-bottom: solid white 3px;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-bottom: 7px;
	}	
	
/*#header li a.on,*/
#header li a:hover { background-color: #637bab; color: #FABC03; height: 67px; z-index: 800 !important;}
#header li a:active { background-color: #637bab; color: red; height: 67px; z-index: 800 !important;}
/* denne active har jeg selv tilfojet  */
/*#header li a:active { background-color: #637bab; color: red; height: 100px; }*/

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 90%; /*740px;*/
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #FABC03; /*#09C; */
	font-style: normal;
	}
#content p {
	/*text-indent: 3em;*/
	text-indent: 1em;
	/*line-height: 2.5em;*/
	line-height: 2em;
	letter-spacing: 0.1em;	
	/*ny;*/
	font-weight: 600;
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

#content hr	{
	color: #000080;
	background-color: #000080;
}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	/*margin: 20px 0;*/
	margin: 10px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 2px;
	padding: 0;
	background-image: url(img/nav.gif); /* none */
	background-repeat: no-repeat;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: #637bab; } /* transperent */
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	/*width: 225px;*/
	width: 170px;
	text-align: left;
	margin-right: 35px;
	background-color: #FABC03;
	}

/*------------------------------------------------------------*
**  right  - sum 663 nu er content +40 dvs 740
**------------------------------------------------------------*/
#right {
	float: right;
	/*width: 438px;	*/
	width: 70%; /*530px;*/
	max-width: 740px;
	text-align: left;	
	}
/*------------------------------hele bredden ---------------*/
#all {
	width: 90%; /*100%;*/
	text-align: left;	
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	}	
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #666;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }

/*------------------------------------------------------------*
**  INPUT
**------------------------------------------------------------*/
input {
	font-size: 8pt;
}

/*------------------ VIDEO -------------------------------------*/
.youtubevideowrap {
	width:80%;
	max-width: 800px;
/*	margin: 0 auto;*/
}


.videoWrapper {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
     height: 0;
     overflow: hidden;
/*     padding-top: 25px;*/
/*     width: 800px; *//* You can set this width to whatever suits your needs */
/*     margin: 0 auto;*/
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
} 

.videoWrapper video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.resp-container {
	max-width: 720px;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


    /* For mobile phones: */
@media screen and (max-width: 640px) {

img {
	width: 100%  !important; 
	height: auto !important;
	clear: both !important;
	display: block !important;
}
a.hover, a.active {
	/*color: #color; */
	font-weight: 700;
	text-decoration: underline;
}

#left {
clear: both;
float: none;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	background-color: #FABC03;
}

#right {
	float: none;
	width: 100%;
	max-width: 740px;
	text-align: left;	
	}
	
img[src*="smiley"] {
	width: 18px !important;
	max-width: 18px !important;
	height:auto;
	clear: none !important;
	display: inline !important;
}
	
img[src*="xml.gif"] {
	width: 36px !important;
	max-width: 36px !important;
	height:auto;
}




img[src*="rss.gif"] {
	width: 36px !important;
	max-width: 36px !important;
	height:auto;
}

}