@import url(/CPH/CSS/cph_main.css);
@import url(/CPH/CSS/cph_pagetop.css);
@import url(/CPH/CSS/cph_sectionmenu.css);
@import url(/CPH/CSS/cph_flightschedule.css);

a { color: #001C54; }

.ForsideOverskrift {
	font: bold 13px Arial, sans-serif;
	padding-left: 5px;
}

/*Indeholder tekst der står over flyplanen*/	
#column2 {
	width: 314px;
	top: 0; left: 338px;
}

/*Indeholder Column2 samt flyplanen midt på siden*/
#mainPlaceholder {
	/*width: 605px;*/ /* 770 - 143 - 11 - 11 */ 
	width:598px;
	margin-top: 15px;
	padding:    0;
	display: inline;
}

#article {
	/*border: solid green 1px;*/
    width: 350px;
    padding: 0px;
    float: left;
}

#article .middleColBox{
	background: url(../Images/scheme.box.top.gif) top left no-repeat;
	padding: 4px 0px 2px 10px;	
	margin-top: 20px;
}
#article .middleColBoxBottom {
	background: url(../Images/scheme.box.bottom.gif) bottom left no-repeat;
	padding-top: 3px;
	margin-bottom: 10px;
}

/* Weahterpresentation */
#weatherTable {
	padding: 0;
	border: none 0;
	width: 149px;
	height: 78px;
	background-image: url(../Images/weatherbox_background.gif);
	table-layout: fixed;
}
#weatherTable td { border: none 0; padding: 0 0 0 5px; }
#weatherTable td img { margin: 0 0 0 -5px;}

.WeahterIconNight { background-color: #92A8B5; }
.WeahterIconHand {  cursor:hand; }

/*Divs on MainHeadpage*/

#leftColumn {
	width: 152px;
	padding: 25px 0px 13px;
}

#rightColumn {
	width: 225px;
	float: right;
	padding: 15px 0 0 0;
	
}

#specialoffer {
	margin-top:24px;
	margin-right:0px;
	padding-right:0px;
}


#specialofferBottom {
	margin-bottom: 10px;
	
}

#rightColumn .rightColBoxTop {
	background: url(../Images/scheme.box.top.gif) top left no-repeat;
	padding: 4px 20px 2px 10px;	
}
#rightColumn .rightColBoxBottom {
	background: url(../Images/scheme.box.bottom.gif) bottom left no-repeat;
	padding-top: 3px;
	margin-bottom: 10px;
}

#rightColBoxNavigation{
	padding: 0px 0px 0px 0px;
	width:2px;
}

#rightColBoxNavigation table{
	padding: 0px 0px 0px 0px;
	width:100%;
}
#rightColBoxNavigation td {
	padding-top: 100px;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 0px
}

#newsblock {
	background: url(../Images/scheme.news.top.gif) top right no-repeat;
	padding: 9px;
	overflow: hidden; /* Avoid long lines extending the box in IE */
}

#OtherNews {
	background: url(../Images/scheme.news.bottom.gif) bottom right no-repeat;
	padding: 5px 7px;
	margin: 1px 0 0;
	text-align: right;
	font-weight: bold;
}

a.IconLink {
	padding: 0 16px 0 0;
	background: url(../Images/icon.9x9.arrow2.gif) 100% 50% no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
}
/* Apply IE Holy Hack */
* html a.IconLink {
	height: 1%;
}


.widgetContainer {
	float:left;
	width:150px;
	height:auto;
	background-color:Transparent;
	margin-top:10px;
}


.widgetContent {/*This class might need modifications for the content to fit in*/
	background-image:url(../Images/bg.gif); 
	background-repeat:repeat-x; 
	background-position:left top; 
	background-color:#4d90b1;
	float:left;
	clear:both;
	
}

.widgetTop
{
	float:left; 
	width:151px; 
	height:3px; 
	font-size:0; 
	background-image:url(../Images/Top.gif);
	}
	
.widgetBottom
 {
	float:left; 
	width:151px; 
	height:3px; 
	font-size:0; 
	background-image:url(../Images/bottom.gif);
}
	
	
	
.widgetContent h2 {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffd608;
	/*line-height:22px;
	padding-left:35px;*/
	vertical-align:middle;
}


.LeftMenuSpace
{
    height:10px;
    background-color:Transparent;
}
