body {
	background-color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div {
	text-align: left;
}

.linkText, .linkText a {
	color: #92918C;
}
table {
	font-size: 0.9em;
}

.text LI {
	margin-top: 10px;
	margin-bottom: 10px;
}
.text TABLE .marked, .text TABLE .marked TD {
	border: 1px solid #A5ACB2;
}

#siteContainer {
	margin: auto;
	width: 855px;
	padding: 0px;
}

#siteTopPadding {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/topGrey.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#siteTopLogo {
	height: 169px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#siteTopImage {
	font-size: 0px; 
	line-height: 0px;
	float: left;
	width: 430px;
	background-image: url(../images/topImageStd.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 169px;
	cursor: pointer;
}
#siteTopMenu {
	float: right;
	line-height: 42px;
}
#siteMenu {
	background-image: url(../images/siteMenuBg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#siteBreadCrumb {
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 7px;
	height: 20px;
	line-height: 20px;
}
#siteBottom {
	background-image: url(../images/bottomBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 47px;
	padding-top: 15px;
	color: #7E7F72;
}
#siteFrontTop {
	background-image: url(../images/frontpageTopBorderFill.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.siteFrontTopBorderFence {
	background-image: url(../images/frontpageTopBorderStart.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}
.siteFrontBottomBorderFence {
	background-image: url(../images/frontpageBottomBorderFence.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}
.subpageBorderFence {
	background-image: url(../images/subpageBorderFence.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

#siteFrontBottom {
	margin-top: 7px;
	background-image: url(../images/frontpageBottomBorderFill.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#siteTop {
	height: 179px;
}
/* mainContent Box tools */
.boxSeperator {
	font-size: 0px;
	line-height: 0px;
	width: 13px;
	float: left;
	height: 1px;
}
.boxNormal {
	width: 202px;
	float: left;
	padding: 4px 0px 4px 0px;
}
.boxNormal {
	width: 202px;
	float: left;
	padding: 4px 0px 4px 0px;
}
.boxLarge {
	padding: 4px 0px 4px 0px;
	width: 417px;
	float: left;
}
#subpageRight {
	float: right;
	width: 640px;
}
#siteMenuText {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 7px;
}
#siteMenuText a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}



/* Subpage Styling */

#subpageBorder {
	background-image: url(../images/subpageBorderFill.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#subpageRightPadding {
	padding: 5px;
	padding-top: 4px;
}

/* ArticleLists */

/* For W3C validation */
.articleList .articleTitle.read, .articleList .articleLocation, .articleList .keepTheMargin, .articleList .articleDate, .articleList .articleText, .articleList .infoText {
	display: block;
}

.noLinkDecoration, .noLinkDecoration a {
	text-decoration: none;
	padding-bottom: 0px;
	border: none;
	color: #302e2e;
}
a.noLinkDecoration:hover  {
	color: #302e2e;
}



.articleList .headline, .articleList H1 {
	font-size: 1em;
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	background-color: #7bb6e5;
	font-weight: bold;
	color: white;
}

.articleList .headlineBg, .articleList .headlineBg a {
	background-color: #7bb6e5;
	color: white;
	padding-right: 2px;
}	
.articleList .headlineBorder {
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	padding-bottom: 4px;
}

.articleList .articleTitle {
	font-weight: bold;
	cursor: pointer;
}

.articleList .articleImage {
	padding: 4px;
	border: 1px solid #d4e0eb;
	background-color: white;
	float: left;
	cursor: pointer;
}
.articleList .articleText, .articleList .articleText a {
	cursor: pointer;
	font-family: tahoma;
}
.articleList .articleSeperator {
	margin: 10px 0px 10px 0px;
	background-color: #d4e0eb;
	height: 1px;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}

.articleList .articleReadMore {
	padding-top: 5px;
	text-decoration: underline;
	font-weight: normal;
	color: #41749c;
	cursor: pointer;
}

.articleList .noArticles {
	font-weight: bold;
}
.articleList .articleExtra {
	margin-top: 10px;
}
.articleList.arrangementer .articleImage {
	padding: 0px;
	border: none;
}
.articleList.largeImage .articleImage {
	float: none;
}

.articleList.list .articleTitle {
	font-weight: bold;
	text-decoration: underline;
	color: #005968;
}
.articleList.list .articleSeperator {
	display: none;
}
.articleList.list .keepTheMargin {
	margin-left: 2px;
	margin-top: 10px;
}
.articleList.largeImage .keepTheMargin {
	margin-left: 3px;
	margin-top: 5px;
}
.articleList.mediumImage .keepTheMargin {
	margin-left: 138px;
}
.articleList.smallImage .keepTheMargin {
	margin-left: 71px;
}
.articleList.noImage .keepTheMargin {
	margin-left: 2px;
}
.articleList.singleTeaser .keepTheMargin {
	margin-left: 71px;
}
.articleList.arrangementer H3 {
	margin-bottom: 2px;
	height: 30px;
}


/* Article */
.article H1 {
	padding-bottom: 10px;
}
.article .articleAuthor {
	padding-top: 20px;
	font-style: italic;
}

/* fakta box */
.fakta.box {
	background-color: #f3f1ea;
	width: 140px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Tools */

.clearFloat {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.esPaddingFix {
	margin-left: 10px;
	margin-right: 10px;
}
.rightFloat {
	float: right;
}
.leftFloat {
	float: left;
}

.vMenu {
	padding: 0px;
}

.vMenu a {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 1em;
	line-height: 20px;
}

.vMenu a:hover, .vMenu .selected {
	color: #808080;
}

.vMenu a.submenu {
	margin-top: 0px;
	padding-left: 20px;
	font-weight: normal;
}

.levelOneMenu {
	height: 22px;
}

.levelOneMenu a {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.levelOneMenu a:hover, .levelOneMenu .selected {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.twoLevelMenu {
	width: 758px;
	height: 44px;
}

.twoLevelMenu a {
	
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.twoLevelMenu a:hover, .twoLevelMenu .selected {
	text-decoration: none;
}

.twoLevelMenu .level1 {
	width: 100%;
	display: block;
	height: 22px;
}

.twoLevelMenu .level1 a:hover, .twoLevelMenu .level1 .selected {
	background-color: #000000;
	color: #FFFFFF;
}

.twoLevelMenu .level2 {
	display: block;
	height: 22px;
	background-color: #F2F2F2;
}

.twoLevelMenu .level2 a {
	color: #FC9836;
	padding-right: 0px;
}

.twoLevelMenu .level2 a:hover, .twoLevelMenu .level2 .selected {
	color: #000000;	
}

#dropDownMenu {
	display: block;
	height: 22px;
}

/* SECTIONS */

/* FORMS */
.emailformclass .infoText {
	font-weight: bold;
}
.formularSpacer {
	height: 1px;
	line-height: 0px;
	font-size: 0px;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: tahoma, arial;
	font-size: 1em;
	padding: 2px;
	font-weight: normal;
}

.frontendInput, .tellAFriend .frontendInput, .newsletterSignup .frontendInput, .managerInput, .forumTopBar .forumSearchInput, .searchBox .searchInput, .shopProduct input, .basketAddress input, .forumInput, .metaSearchInput {
	margin-right: 3px;
	border: 1px solid #186976;
	color: #333022;
	width: 96px;
	height: 12px;
}

.blackBoxSearchButton, .managerSubmitButton, .frontendButton, .tellAFriend .frontendButton, .newsletterSignup .frontendButton, .managerButton, .forumTopBar .forumSearchButton, .searchBox .searchButton, .forumButton, .metaSearchButton {
	width: 92px;
	border: 1px solid #186976;
	background-color: white;
	color: #333022;
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	line-height: 4px;
}
.emailformclass .managerButton {
	float: right;
	margin-right: 10px;
}
.frontendTextarea, .basketAddress textarea, .forumTextArea {
	border: 1px solid #186976;
	color: #333022;
}

/* NEWSLETTER SIGNUP */

.newsletterSignup {
}

.newsletterSignup .frontendInput {
	width: 180px;
}

/* NEWSLIST */

.newsList .listTable {
	display: block;
	width: 545px;
	background-color: red;
}	

.newsList .listTable .newsListDateTime {
	width: 100px;
}

.newsList .listTable .newsListCategory {
	width: 100px;
}

.newsList .listTable .newsListDateTime {
	width: 100px;
}

.newsList .listTable .newsListTitle {
	width: 345px;
}

.newsList .listTable .newsListHead td {
	font-weight: bold;
}

.newsList .listTable .newsListSeperator td {
	height: 2px;
	line-height: 2px;
	background-color: #FFFFFF;
	width: 545px;;
}

.newsList .listTable td {
	background-color: #F2F2F2;
	padding: 5px;
}

.newsList .teaserBox {
	padding-bottom: 20px;
}

.newsList .teaser {
	padding-bottom: 10px;
}

/* NAVIGATION */

.naviclass {
	font-weight: bold;
	font-size: 9px;
	padding-bottom: 20px;
}

.naviclass a {
	font-weight: bold;
	font-size: 9px;
}

/* FORUM */

.forum {
}

.forum .frontendInput, .forum .frontendTextarea {
	width: 300px;
}

.forum .frontendTextarea {
	height: 150px;
	margin-bottom: 10px;
}

.forum .frontendButton {
	padding: 1px;
	width: 70px;
}


.forumNavigation {
	margin-bottom: 10px;
	font-weight: bold;
}

.forumTopBar {
	padding-bottom: 20px;
}

.forumTopBar .left {
	width: 60%;
	text-align: left;
}

.forumTopBar .right {
	width: 40%;
	text-align: right;
}

.forumItemBox {
	display: block;
	border:1px solid #C1C1C1;
	background-color:#F2F2F2;
	padding:5px;
}

.childs .forumItemBox {
	display: block;
	border:1px solid #C1C1C1;
	background-color:#F2F2F2;
	padding:5px;
}

.forumItemBoxSingleBox {
	display: block;
	border:1px solid #C1C1C1;
	background-color:#F2F2F2;
	padding:5px;
}

.forumPostList {
	padding-top: 20px;
	padding-left: 30px;
	background-image: url(../images/dummy.gif);
	background-position: 8px 0px;
	background-repeat: repeat-y;
}

.forumPostListLast {
	padding-top: 20px;
	padding-left: 30px;
	background-image: url(../images/dummy.gif);
	background-position: 8px 0px;
	background-repeat: repeat-y;
}

.forumItemDate {
	float: right;
}

.forumItemAuthor {
	float: left;
	font-style: italic;
}

.forumSearch {
	padding-bottom: 20px;
}

.forumSearch .left {
	padding: 2px;
	width: 33%;
}

.forumSearch .center {
	padding: 2px;
	width: 33%;
}

.forumSearch .right {
	padding: 2px;
	width: 33%;
}

.forumLatestList .listRow {
	padding: 3px;
}

.forumLatestList .listRow .topicTitle {
	float: left;
}

.forumLatestList .listRow .topicTitle img {
	bottom: -4px;
	padding-left: 3px;
	padding-right: 3px;
}

.forumNewPost {
	margin: 10px;
	margin-top: 5px;
}

.topicList, .forumList {
	padding-bottom: 20px;
}

.topicList table, .forumList table {
	width: 100%;
}

.topicList table thead, .forumList table thead {
	background-color: #F2F2F2;
	font-weight:bold;
}

.topicList table td, .forumList table td {
	padding:3px;
}

.forumList table td
{
	padding-left: 5px;
	border-bottom: 1px solid white;
}

.forumList table .adjustCenter {
	text-align: center;
	vertical-align: top;
}

.forumAngle {
	position:absolute;
	top:-21px;
	left:-23px;
}

.forumItemTop {
	padding-bottom:5px;
	margin-bottom:5px;
}

.forumItemHeadline {
	font-weight: bold;
	float: left;
}

.forumPost {
	margin: 10px;
}

.forumPost .headline {
	background-color: #ffffff;
}

.answerLinkClass {
	text-align:right;
}

.forumItemBottom {
	border-top:1px solid #C1C1C1;
	margin-top:5px;
	padding: 5px 5px 1px 0px;
}

.forum #answerTextContainer {
	margin: 5px 0px 5px 0px;
}

/* PICTURE GALLERY */

.pictureGallery {
	padding-bottom: 30px;
}

.pictureGallery img {
	border: 1px solid #C1C1C1;
	margin: 30px;
	margin-top: 0px;
	padding: 10px;
	background-color: #F2F2F2;
}

/* SCROLL TEXTFIELD */

.textScroll {
	margin-bottom: 10px;
}

/* POLL */

.pollText {
}

.pollBarBack {
	background-color: #F2F2F2;
	height: 15px;
	margin-bottom: 5px;
}

.pollBarFront {
	background-color: #FED2A7;
	border: 1px solid #F37C2C;
	height: 13px;
}

/* SEARCH */


/* sitemap */
.sitemap {
	line-height: 16px;
}
.sitemap .tree SPAN {
	margin-left: 4px;
	margin-right: 8px;
}
.sitemap .list .letterBox {
	margin: 20px 0px 20px 0px;
}
.sitemap .list a.anchorLink {
	padding-right: 5px;
}
.sitemap .list a.linkIndent {
	padding-left: 13px;
}

/* esForm */

.esForm .esFormSpacer {
	height: 5px;
}

.esForm .esFormSpacer.radioButtonGroup {
	height: 2px;
}

.esForm .esFormButtons {
}

.esForm .esFormOkBox {
}

.esForm .esFormDescription {
	float: left;
}

.esForm .esFormElement {
	float: right;
}

.esForm .esFormContent {
}

/* Opening hours */

#aaConatiner {
	width: 140px;
	margin: auto;
	text-align: left;
}
#aaTop {
	text-align: center;
	margin-bottom: 15px;
}
#aaArrowLeft {
	float: left;
	width: 14px;
	cursor: pointer;
}
#aaArrowLeft a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
#aaArrowRight {
	width: 14px;
	float: right;
	cursor: pointer;
}
#aaArrowRight a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
.aaBox {
}
.aaExtra {
	display: none;
}
.aaTimes {
}

#aaDate {
	font-weight: bold;
}

/* Search Highlight */
.highlight {
	background-color: yellow;
}
