* {
	margin:0;
	padding:0;
	border:none;	
}

body {
	font-family: "helvetica neue","helvetica",helvetica, arial, sans-serif;
	background:#FFF;
	font-size:12px;
	text-align:center;
}

ul {
	list-style-type:none;
}


div#page {
	/* billedstørrelse = 565 x 380. Flash størrelse = billedstørrelse + 27 X 114 */
	/* #page = billedstørresle + 40 X 95  */
	width: 827px;
	min-height:652px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

a {
	color: #000;
}

a:hover {
	color: #E67109;
}

hr {
	height:1px;
	border-top:1px solid;
	color: #E67109;
	margin:10px 0px;
}

div#logobox {
	height:45px;
	text-align:left;
}

div#logobox img {
	margin-top:17px;
}

/******
* content
*******/

div#content {
	/* width = billedstørrelse+38 */	
	width:838px;
	border:1px solid;;
}

div#content.text {
	/* width = billedstørrelse - 2 */		
	width:798px;
	overflow:auto;
	/* width = billedstørrelse - 15 */			
	height:523px;
	padding:20px;
	border-bottom-width:20px;
	border-bottom-color:#4D4D4D;
}

div#content.series {
	padding:0px;
}

div.submenu {
	height:25px;
	padding-top:5px;
	text-align:right;
}

div.pad {
	padding-bottom:20px;
}


div.submenu a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

div.submenu a:hover {
	text-decoration: underline;
}

div.submenu a.selected {
	color: #E67109;
}



/******
* menu
*******/

ul.menu {
	/* width = billedstørrelse + 40 */			
	width:840px;
	background-color:#4D4D4D;
	text-align:right;
	padding:3px 0px;
}

ul.menu li {
	display:inline;
	margin-right:10px;	
}

ul.menu a {
	padding:0px 6px;
	color:#FFF;
	text-decoration:none;
}

ul.menu a:hover {
	background-color:#FFF;
	color:#000;
}

ul.menu a.selected {
	color:#E67109;
}

ul.menu a.selected:hover {
	color:#E67109;
}

/******
* util
*******/


.clear {
	clear:both;
}





