@import url(style2.css);
@media screen {
/************************************************************************/
/* Her starter de primære div-styles - primært positioner og størrelser */
/* De primære farver er:						*/
/* Første menu-celle (blå): #83CFF0;					*/
/* Anden menu-celle (sort): #003652;	 				*/
/* Orange: #F08A00;							*/
/* Hvid: #FFFFFF;							*/
/* Grå: #;							*/
/* blå i søgefelt (skal måske ikke bruges): #48B9E9;			*/
/************************************************************************/

body { background: white url(../images/web_grafik_start_side.gif) top left no-repeat scroll; }
H1, H2, H3, .bodytext, p {	color:white; }
.latinsk_top_tekst_overskrift { color:#888; }
.latinsk_top_tekst_body { color:#888;  }
H1 { margin:20px 32px 20px 20px; padding-left:30px; text-indent:-30px;}

#topindholdcelle p { font-size:14px; line-height:1.5; }
#topindholdcelle ul { font-size:14px; line-height:1.6; color:white; font-weight:bold;}
.logotekst {color:#333;} 
.logotekst a { color:#333;}

#wrapper2_bund p.bodytext { color:white; }

#bundindholdcelle_venstre { padding:0 0 10px 20px; width:170px; }
#bundindholdcelle_midt { padding:0; margin:0;  }

#foerstebilled_celle, #andenbilled_celle, #trediebilled_celle, #fjerdebilled_celle  { border:1px white solid; }

.enkelt_karakter_div { font-size:100px;  line-height:1; text-align:center; color:white; font-weight:bold; }
.forsidebilleder_bundtekst {font-size:11px; text-align:left; color:white; font-weight:bold; margin:0px 0 2px 5px; height:15px;}
.enkelt_karakter_div a, .forsidebilleder_bundtekst a { color:white; padding-bottom:0px; padding-top:0px; }
/* #foerstekarakter_div a:hover, .forsidebilleder_bundtekst a:hover { color:#F08A00; }*/


/* NEWS LATEST TIL FORSIDEN */

.news-latest-container { margin:0 0 10px 0;	padding:0; }

/*
.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px 0;
	margin:3px 0;
	text-decoration:underline;
	font-size:16px;
	text-align:left;
}
*/
h3.news-latest-header { 
	color:#fff;
	padding:3px 0;
	margin:0;
	font-size:11px;
	text-align:left;
}

.news-latest-container p.bodytext {	color:#fff;	padding:3px 0;	font-size:11px;	text-align:left; margin:0; }

.news-latest-item {	padding:0px;	margin:0 20px 10px 20px;	border-bottom:1px solid white; }

.news-latest-item IMG {	margin-bottom:5px;	margin-right:5px;	border:1px solid white;	float:left; }

.news-latest-date,.news-latest-morelink,.news-latest-category {	font-size:9px;	color:#ccc;	text-align:right; }

.news-latest-morelink {	margin: 0px 0px 10px 0px; }

/* SLUT NEWS LATEST */

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 110px;    /*** Critical left col dimension value ***/
width: 331px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
border-left: 0px solid #000;   /*** Critical left divider dimension value  LARS den var sat til en er ikke korrigeret***/
border-right: 0px solid #000;   /*** Critical right divider dimension value ***/
}
* html .outer {   /*** IE5.x/win box model fix ***/
width: 332px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
wid\th: 331px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
float: left;
width: 331px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-right: -1px;   /*** Static fix ***/
}

.center {
float: right;
width: 331px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
/* \*/
margin-left: -1px; 
/* Hidden from IE-mac */
}

.left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 112px;    /*** Critical left col/divider dimension value ***/
margin-left: -111px;    /*** Critical left col/divider dimension value ***/
}
* html .left {
float:left;	
}
*>html .left {width:111px;}   /*** Fix only for IE/Mac ***/

.container-left {
width: 110px;    /*** Critical left col dimension value ***/
padding-bottom: 0px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
padding-left:0px;
}

.right {
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 334px;    /*** Critical right col/divider dimension value ***/
margin-right: -332px;    /*** Critical right col/divider dimension value ***/
margin-left: -1px;   /*** Static fix ***/
}
/* \*/
* html .right {
margin-left: 0px; 
margin-right: -500px; 
mar\gin-right: -334px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/
/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

.container-right-forside { 
/* \*/width: 332px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 3px;    /*** Critical right divider dimension value ***/
padding-bottom: 0px;   /*** To keep content from going underneath the AP bottom boxes ***/
}

/* \*/
* html .container-right-forside {
fl\oat: right;
margin-left: 2px; 
mar\gin-left: 0px; 
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/
/* \*/
* html h2 {height: 1%;}
/* */


/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */

/* Slut klumme til skærm version  print version konfigureret i style2.css */
}
