body {
}

body, table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

table, table td {
	vertical-align: top;
}

div {
	text-align: left;
}

a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.sectionMain a, .sectionAlternate1 a, .sectionAlternate2 a, .sectionAlternate3 a, .sectionAlternate4 a {
	color: #426fc2;
	font-weight: normal;
	text-decoration: underline;
}
	 
p {
	margin: 0px;
}

.headline, h1 {
	font-size: 16px;
	font-weight: bold;
	color: #426FB3;
	margin: 0px;
	padding: 0px;
}

.headline a, h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #426FB3;
	text-decoration: underline;
}
.headlineSub, h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
}

#topLogo {
	height: 98px;
	background: transparent url(../images/topLogo.gif) no-repeat top left;
}
#frontLogo {
	float: left;
	width: 152px;
	height: 33px;
	margin: 33px 20px 0px 22px !important;
	margin: 33px 20px 0px 11px;
}


/* Clear Floats */

.clearFloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearFloat:after {
	content: "."; 
	display: block;  
	clear: both; 
	visibility: hidden;
}

/* Related list styling */

.relatedList {
	font-weight: bold;
	color: black;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 0px 2px;
	margin-top: 3px;
}
.relatedList a {
	font-weight: bold;
	color: black;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 0px 10px;
	margin-top: 3px;
	background-image: url(../images/menuArrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* SItemap */

.sitemap {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitemap DIV {
	padding-top: 2px;
}
.sitemap A {
	padding-left: 5px;
	color: #426FB3;
	margin-left: 5px;
	margin-top: 5px; 
}
.sitemap SPAN {
	margin-left: 5px;
}

/* Knapper og Input */

.newsletterSignup .frontendInput, .managerInput, .forumTopBar .forumSearchInput, .searchBox .searchInput, .shopProduct input, .basketAddress input, .forumInput, .metaSearchInput {
	margin-right: 5px;
	border: 1px solid #426fc2;
}

.newsletterSignup .frontendButton, .managerButton, .forumTopBar .forumSearchButton, .searchBox .searchButton, .forumButton, .metaSearchButton {
	padding: 1px;
	background-color: #426fc2;
	border: 1px solid #426fc2;
	color: white;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	margin-top: 1px;
}

/* NEWSLIST */

.newsList .listTable {
	display: block;
	
	
	background-color: none;
}	

.newsList .listTable .newsListDateTime {
	color: #808080;
	padding-right: 50px;
}

.newsList .listTable .newsListCategory {
padding-right: 50px;
	color: #808080;
}

.newsList .listTable .newsListTitle {
padding-right: 50px;
}

.newsList .listTable .newsListHead td {
	font-weight: bold;
	color: #000000;
}

.newsList .listTable .newsListSeperator td {
	height: 1px;
	line-height: 1px;
	background-color: #426fc2;
	
}

.newsList .listTable td {

	padding: 5px;
}

.newsList .teaserBox {
	padding-bottom: 20px;
}

.newsList .teaser {
	padding-bottom: 10px;
}

