body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	background-image:url(/imgs/design/bg.gif);
	background-repeat:repeat-x;
	background-color:#e86f34;
}

div.logoAndStars {
	width:704px;
	margin:0px auto;
	padding:156px 28px 0px 28px;
	
	background-image:url(/imgs/design/logo_and_stars.gif);
	background-repeat:no-repeat;
}

div.contentTop {
	width:704px;
	height:9px;
	margin:0px auto;
	
	background-image:url(/imgs/design/content_bgTop.gif);
	background-repeat:no-repeat;
	
	font-size:1px; /*IE HACK*/
}
div.contentBottom {
	width:704px;
	height:9px;
	margin:0px auto;
	
	background-image:url(/imgs/design/content_bgBottom.gif);
	background-repeat:no-repeat;
	
	font-size:1px; /*IE HACK*/
}
div.content {
	width:652px;
	margin:0px auto;
	
	padding:10px 26px;
	
	background-color:white;
}

div.bottom {
	width:704px;
	height:32px;
	padding-top:10px;
	margin-bottom:25px;
	
	background-image:url(/imgs/design/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	color:white;
	font-family:Arial;
	font-size:11px;
}
div.bottom a {
	color:white;
	text-decoration:none;
}
div.bottom a:hover {
	text-decoration:underline;
}

/* Standard skrift og billeder */
img{border:0px}
h1 {
    font-family:Arial, Verdana;
    font-size:24px;
    margin-top:0px;
    margin-bottom:10px;
    color:#e86f34;
}
p {
    font-family:Arial, Verdana;
    line-height:16px;
    font-size:14px;
    margin:0px;
    padding:0px;
    color:#58595b;
}

a {
	color:#e86f34;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

td.box {
	width:282px;
	
	padding:0px 17px;
	
	background-repeat:no-repeat;
	
	font-family:Arial, Verdana;
	font-size:13px;
	color:#58595b;
}

td.epgsales {
	background-image:url(/imgs/design/box_epgsales.gif);
	
	height:165px;
	vertical-align:bottom;
}
td.epgplanning {
	background-image:url(/imgs/design/box_epgplanning.gif);
	
	height:165px;
	vertical-align:bottom;
}
td.xion {
	background-image:url(/imgs/design/box_xion.gif);
	
	height:225px;
	vertical-align:bottom;
}
td.contact {
	background-image:url(/imgs/design/box.gif);
	
	height:225px;
	vertical-align:middle;
}
td.contact h1 {
	font-family:Arial, Verdana;
	font-size:16px;
	color:#db672f;
	margin:0px;
	padding:0px;
}
td.contact h2 {
	font-family:Arial, Verdana;
	font-size:14px;
	color:#58595b;
	margin:18px 0px 5px 0px;
}