﻿@import url("Typografi.css");

/* Generelt
-----------------------------*/
#page {
	height:auto;
	min-height:480px;
	width:320px;
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#logo {
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
}

#top {
	height:68px;
	width:320px;
	background-color:#ff9900;
}

/* TopMenu
-----------------------------*/
#topmenu {
	height:27px;
	width:320px;
	background-color:ff9900;
	border-top:1px solid #ffbd59;
	margin-bottom:5px;
}

#topmenu ul {
	padding:0px;
	margin:0px;
	line-height:27px;
}

#topmenu ul li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	float:left;
	height:27px;
}

#topmenu ul li a:hover, #activeitem , .inpath {
	padding:6px 7px 5px 7px;
	_padding:7px 7px 6px 7px;
	background-color:#e68a00;
	text-decoration:none;
}

#topmenu ul li a:link, #topmenu ul li a:visited {
	color:#FFF;
	padding:6px 7px 5px 7px;
	_padding:7px 7px 6px 7px;
	text-decoration:none;
}

#topmenu ul li a {
	background-image:url(/Files/System/Grafik/topmenu_border.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#topmenu ul li .lastitem {
	background-image:none;
	background-image:url(/Files/System/Grafik/topmenu_borderx.gif);
}

/* Content
-----------------------------*/
#content {
	width:314px;
	height:295px;
	padding-top:3px;
}

.leftmargin {
	height:0px;
}

/* Husk at gange columnwidth med 6 */
.coloumnwidth {
	width:47px;
}

/* Husk at gange columnspace med 5 */
.coloumnspace {
	width:5px;
}

/* Footer, Powered by
-----------------------------*/
#poweredby {
	padding:5px 0px 5px 0px;
}

#poweredby a {
	color:#ccc;
	text-decoration:none;
	font-size:9px;
}

/* Typografi
-----------------------------*/
body, td, table, p {
	font-size:14px;
	line-height:17px;
}

h3, .h3 {
	font-size:14px;
	line-height:17px;
}

/* Alternativ Nyhedsvisning 2/2 (Se standard ccs)
------------------------------------------------*/
tr.news_mobil {
	display: none;
}

body#page_364 td.news_mobil {
	display:table-row;
}

tr.news_page {
	display:table-row;
}

body#page_364 td.news_page {
	display: none;
}
