body,
a,
table,
td,
input,
select {
	font-family:			arial,sans-serif;
	font-size:			11px
}

/* Base setup of the body tag */
body {
	background:			white;
	color:				black;
}

h1,
h1 a {
	font-size:			16px;
}

h2,
h2 a {
	font-size:			14px;
}

h3,
h3 a {
	font-size:			12px;
}

h1 {
	margin:				5px 0px;
}

h2,
h3,
h4 {
	margin:				0px;
	margin-bottom:		3px;
}

h4,
h4 a {
	font-size:			11px;
}

/* Byline styling and positioning needed to achieve the "line" effect */
.byline {
	margin-bottom:		10px;
	border-bottom:		1px solid #C7C7C7; 
}
.byline span {
	top:					2px;
	background-color:	white;
}
.byline img {
	margin:				0px;
}

/* Fakta boks opsætning*/
.facts {
	width:				245px;
	overflow:			hidden;
}

.facts-padding {
	margin:				0px 0px 5px 5px;
	padding:				5px;
	background-color:	#F5F5E7;
}

.box-head {
	font-weight:		bold;
	color:				white;
	background-color:	#666666;
	padding-left:		5px;
	padding-bottom:	2px;
	padding-top:		2px;
	letter-spacing:	1px;
}

.box-body {
	background-color:	#F1F1F0;
	padding:				5px;
	margin-bottom:		5px;    
	* height:			1px;    /* IE Holy Hack avoids float with background-color bug */
}

.clear {
	background-color:	transparent !important;
}

.story {
	font-size:			12px;
	margin-bottom:		10px;
}

.story img {
	margin-top:			3px;
	margin-bottom:		2px;
}

.story-small {
	padding:				0px 5px;
	margin-bottom:		5px;
}

