﻿
/**********************************
** PageHeader Control
**********************************/

#PageHeader { 
 	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#HeaderLogoContainer {
	background:#FFFFFF url('../../images/layout/jensens_nyt_venstre_de.jpg') no-repeat;
	height:210px;  
	width:185px;   
	text-align:center;
	vertical-align:top;
}
.HeaderLogo 
{
	margin-top: 5px;	
}
#HeaderNavContainer 
{
 	width:575px;
	height:40px;
	top:0px;
	left:185px;
	border: none;
	vertical-align:middle;
	text-align:right;				
	background:#FFFFFF url('../../images/layout/jensens_bg_menu.gif') repeat-x;
}

#header_promotional {
	width:350px;
	height:170px;
	top:40px;
}

#header_language_menu {
	width:225px;
	height:170px;
	top:40px;
}

#language_bar {
	height:23px;
	width:100%;
	top:0px;
	background-color:#FFFFFF;
	border-top: 0;
	border-bottom: 0;
	text-align:center;
	color:#1646D0;
	font-weight:normal;
	font-size:12px;
	font-family:Arial Narrow;
	overflow:hidden;
}
	   
#language_bar a {
	font-size: 11px; 
	color: #0b2a10; 
	font-family: Arial; 
	text-decoration: none;
}

#language_bar a:hover {
	font-size: 11px; 
	color: #f8981c; 
	font-family: Arial; 
	text-decoration: none;
}

#language_bar img
{
	border: none;
}

#language_spacer {
 	top:30px;
	height:110px;
	width:100%;
	background: #FFFFFF url('../../images/layout/jensens_boef_hojre[225x110].jpg') no-repeat;
}

#language_bar_promotional_banner {
	top:140px;
	height:35px;
	width:100%;
	background-color:#FFFFFF;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
} 

/* holy grail 3 column settings */
.adactus {
    background:#FFF none no-repeat;    	/* Right column background colour */
}

/* Nest level 1 */
.adactus .colmid {
    float:left;
    width:200%;
    margin-left:-200px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#FFF;    	/* Centre column background colour */
} 
				  
/* Nest Level 2  - the left-hand column placeholder*/
.adactus .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;         	/* Left column width + right column width */
    background:#FFFFFF;    	/* Left column background colour */
}			   

/* Centre column Wrapper */
.adactus .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:185px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
 
/* Centre column */
.adactus .col1 {
    margin:0px 250px 0px 185px;     	/* Centre column side padding:
                        				Left padding = left column width + centre column left padding width
                        				Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
}				

/* Left-hand column content placeholder */
.adactus .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:180px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:5px;         		/* Width of the left-hand side padding on the left column */
}

/* Right-hand column content place-holder*/
.adactus .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:230px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:0px;  		/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
}

.menu_links UL
{
	width:100%;
	display:block;
	clear:both;
	margin:10px 0 10px 0;

}

.menu_links LI
{
	float:left;
	list-style:none; 
	margin:0;
	padding:0 8px 0 8px;
	text-align:center;
}

.menu_links A, .menu_links A:visited
{
	overflow:hidden;
	color:#1646D0;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	font-family:Arial Narrow;
}

.menu_links A:hover
{
	float:left;
	overflow:hidden;
	color:#1E90FF;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	font-family:Arial Narrow;
}

.language_links A, .language_links A:visited {
	color:#1646D0;
	font-weight:normal;
	font-size:12px;
	font-family:Arial Narrow;
	text-decoration:none;
	margin:0;
	padding:0;
}

.language_links A:hover	{
	color:#1E90FF;
	text-decoration:none;
	font-family:Arial Narrow;
}

.footer_list UL {
	width:100%;
	display:block;
	clear:both;
	margin:1px auto 1px 0;
}

.footer_list LI {
	float:left;
	list-style:none; 
	margin:0;
	padding:0 8px 0 8px;
	text-align:right;
	color:Lime;
}  