table, tr, td, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, span, a, em {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	margin: 0; padding: 0;
	font-style: normal;
}

.column-content ul,
.column-content ol,
.content ul,
.content ol,
.contentright ul,
.contentright ol {
	padding: 5px 0 5px 20px;	
}

table tr td {
	vertical-align: top;
}

a {
	color: #7f3e00;
}

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

.button-normal {
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	color: #333;
	padding: 4px 8px;
}

.button-loud {
	border: 0px solid #333;
	background: #F7A623;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px;
}

.info-text {
	padding: 10px 0;
}

/*
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/

/* strict img indstillinger til Mozilla/Opera */
img { border: 0; margin: 0; padding: 0; }
/* strict img indstillinger til IE6.0 (IE7.0 ok) */
*img { float: none; border: 0; margin: 0; padding: 0; }

/**** side indstillinger ****/
body {
	text-align: center;
	margin: 0;
	background: #fbfbfb;
}
#pagecontainer {
	width: 950px;
	margin: 0px auto 0px auto;
	background: #fff;
	padding: 0px 20px;
}
#pagecolor {
	float: left;
	background: #fff url(../images/background.gif);
	padding-left: 30px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}




/**** servicespan ****/
#servicespan {
	height: 30px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-top: 5px solid #a4a5a9;
}

#service {
	float: right;
	height: 30px;
}


.serviceitem {
	float: left;
	padding: 0px 0px;
	border-left: 1px solid #e4e4e4;
}

.serviceitem a {
	color: #333;
	line-height: 30px;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;
}

.serviceitem a:hover {
	color: #f7a623;
}

#login {
	margin-left: 20px;
	border: 0;
}

.serviceitem a#login-button {
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	background: url(../images/login.png) center left no-repeat;
}

/**** topspan ****/
#topspan {
	float: left;
	width: 100%;
	border-bottom: solid 0px #f7a623;
	height: 120px;
	background: #4a4b54;
}
#logospan {
	float: left;
}
#moodspan {
	float: right;
	border-left: solid 1px #f7a623;
}


/**** topnavspan ****/
#topnavspan {
	position: absolute;
	top: 120px;
	margin-left: 159px; /* Can't be left!?! */
	background: #33363b;
	
}
#topnav {
	float: left;
	height: 35px;
	/*width: 761px;*/
	border: solid 1px #f7a623;
}
#topnavborder {
	width: 759px;
}

#topnav ul {
	list-style-type: none;
}
#topnav li {
	float: left;
	border-right: solid 1px #f7a623;
}
#topnav li a {
	display: block;
	line-height: 35px;
	padding: 0 15px;
	color: #ffffff;
	font-size: 14px;
}

#topnav li a:hover,
#topnav li.act_menu a {
	background: #4a4b54;
	color: #f7a623;
	text-decoration: none;
}

#topnav li.act_menu a {
	color: #f7a623;
}

/** topsearch **/
#topsearch {
	float: right;
}
.searchspan {
	width: 160px;
}
/* searchboxspan */
.searchboxspan {
	float: right;
	border: 0;
	border-left: solid 1px #f7a623;
	border-right: solid 1px #f7a623;
	margin: 0;
	padding: 0;
}
.searchboxspan input {
	background: #717171;
	border: 0;
	height: 35px;
	/**height: 22px;*/
	vertical-align: middle;
	color: #ffffff;
	margin: 0;
	padding: 0px 0px 0px 3px;
	*margin: -2px 0 0 0;
	*padding: 0px 0px 0px 3px;
	width: 85px;
}

/* searchsubmit */
.searchicon {
}
.searchicon input {
	float: right;
}


/**** contenttable ****/
#contenttable {
	clear: both;
	float: left;
	width: 100%;
}

/** leftspan **/
#leftspan {
	float: left;
	width: 160px;
}
/* commen */
#left ul {
	list-style-type: none;
}
#left ul a {
	color: #ffffff;
}
#left .spacer {
	height: 50px;
}

/* 1. niv */
#left li {
	border-bottom: solid 1px #f7a623;
}
#left li a {
	display: block;
	line-height: 24px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 12px;
}

#left li a:hover,
#left li.act_menu a {
	background: #4a4b54;
	color: #f7a623;
	text-decoration: none;
}

#left li.act_menu li a { /* IE bug */
	color: #ffffff;
}

/* 2. niv */
#left ul ul li {
	border-bottom: solid 0px #f7a623;
}
#left ul ul li a {
	display: block;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	font-size: 11px;
}

#left ul ul li a:hover {
	color: #f7a623;
	text-decoration: none;
}

#left ul ul li.act_menu a {
	color: #f7a623;
}
#left ul ul li.act_menu li a { /* IE bug */
	color: #ffffff;
}

/* 3. niv */
#left ul ul ul li {
	border-bottom: solid 0px #f7a623;
}
#left ul ul ul li a {
	padding: 0px 0px 0px 30px;
}#left ul ul ul li a:hover {
	color: #f7a623;
	text-decoration: none;
}
#left ul ul ul li.act_menu a {
	color: #f7a623;
}

/*** Midt billede i venstre menuen ***/
#left .menupic {
	float: left; 
	width:150px;
	height:200px;
	padding-top:15px;
	padding-left: 30px;
	padding-bottom:15px;
	/***************** Skriv obj. indeformationerne her ***************************/
	
}


/**** mainspan ****/
#mainspan {
	float: right;
	width: 760px;
	margin-top: 40px;
}
#maincontent { /* bredde 680px efter margin */
	margin: 0px 0px 0px 50px;
}

/** Generel indholdsformatering **/
#maincontent p {
	padding-top: 5px;
}
#maincontent .elementobj {
	padding-bottom: 20px;
}


/**** bottomspan ****/
#bottomspan {
	float: right;
	width: 760px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #d2d2d4;
	border-bottom: 1px solid #d2d2d4;
}
#bottom p {
	text-align: right;
	color: #666;
	font-size: 11px;
}
#bottom p a {
	color: #666;
	font-weight: bold;
}


/****************************************************************************
* Generelle tags til opsætningen.
****************************************************************************/
#mainspan ul,
#mainspan ol {
	/*
	margin: 3px 0px 3px 30px;
	*/
}

/****************************************************************************
* Contenttemplate
* columns2_400-230
****************************************************************************/
#maincontent .column2_400-230 {
	clear: both;
	float: left;
	width: 710px;
}
/** Size of elements **/
.c2z400 {
	float: left;
	clear: none;
	width: 400px;
}
.c2z230 {
	float: right;
	clear: none;
	width: 230px;
}


/** style af .c2z230 og c2z130 **/
.contentright {
	padding: 10px 10px 5px 10px;
	border: solid 1px #e0e0e0;
	background: #f4f4f4;
}
#maincontent .contentright h1 {
	font-size: 12px;
}


/****************************************************************************
* Contenttemplate
* columns2_500-130
****************************************************************************/
#maincontent .column2_500-130 {
	clear: both;
	float: left;
	width: 710px;
}
/** Size of elements **/
.c2z500 {
	float: left;
	width: 500px;
}
.c2z130 {
	float: right;
	width: 130px;
}
/** Style **/
/* - se columns2_400-230 styling */


/****************************************************************************
* News - som kalender
****************************************************************************/
.news-latest-container .header-to-list {
	color: #ffffff;
	background: #33363b;
}

.news-latest-container .odd {
	color: #333;

}

.news-latest-container .odd a {
	color: #333;
}

.news-latest-container .equal {
	color: #333;
	background: #f0f0f0;
}

.news-latest-container .equal a {
	color: #333;
}

.spalte1 {
	width: 100px;
	height: 30px;
	padding: 5px;
}
.spalte2 {
	width: 300px;
	padding: 5px;
}
.spalte3 {
	width: 100px;
	padding: 5px;
}


.column-content {
	margin-right: 20px;
	}


fieldset {
	border: 1px solid #e0e0e0;
	background: #f8f8f8;
	margin: 10px 0;
	padding: 10px;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
}

fieldset label {
	margin-right: 10px;
	float: left;
	width: 120px;
	text-align: right;
}

fieldset input {
	margin-bottom: 5px;
}

/****************************************************************************
* Shop CSS
****************************************************************************/

/**** Shop, listevisning ****/
.category_title {
	margin-bottom: 10px;
	font-size: 11px;
	color: #666;
	text-align: right;
}

.tt_products_item_list {
	clear: both;
}

.tt_products_item_list-itmes {
	clear: both;
}

.tt_products_item_list .listitem {
	border-top: solid 1px #e0e0e0;
	padding: 10px 0;
}

.listitem_left {
	float: left;
	clear: none;
	width: 300px;
}

.listitem_right {
	float: right;
	clear: none;
}

.tt_products_item_list .listitem_picture {
	width: 70px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background: #f8f8f8;
	text-align: center;
	padding: 5px;
}

.tt_products_item_list .listitem_picture a {
	display: block;
	text-align: center;
}

.tt_products_item_list h3 {
	float: left;
	padding: 10px 0px;
}

.tt_products_item_list h3 a {
	color: #333;
	padding: 10px 0px;
	font-size: 14px;
}

.tt_products_item_list h3 a:hover {
	color: #f7a623;
}

.tt_products_item_list p {
	clear: both;
}

.tt_products_item_list .price {
	float: left;
	width: 150px;
	text-align: left;
	margin-bottom: 10px;
}

.tt_products_item_list .price strong {
	font-size: 13px;
}

.tt_products_item_list .price em {
	font-size: 10px;
	color: #666;
}

.tt_products_item_list .button-buy {
	border: 0;
	padding: 2px 5px;
	background: #f7a623;
	color: #fff;
}

.tt_products_item_list .button-buy:hover {
	background: #333;
}

/**** Shop, basket (levering og betalingsform) ****/
.billing_address_info {

}

.tt_products_basket_payment-top {
	margin-bottom: 20px;
}

.tt_products_basket_payment-section,
.tt_products-default-section {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
}

.tt_products_basket .delivery h2,
.tt_products_basket .payment h2,
.tt_products_basket .price_summary h2 {
	margin-top: 15px;
}

.basket_items {
	width: 100%;
}



.tt_products_minibasket {
	background: #f0f0f0;
	border-bottom: 1px solid #fbfbfb;
	padding: 10px;
	margin: -10px;
}



.tt_products_item_catlist ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.tt_products_item_catlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}

.tt_products_item_catlist li a {
	padding: 4px 0;
	display: block;
	color: #333;
}

.tt_products_item_catlist li a:hover {
	background: #fff;
	text-decoration: none;
}

.tt_products_item_single_display .picture {
	width: 100%;
	clear: both;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin: 10px 0;
}

.tt_products_item_single_display .picture a {
	margin: 0 10px 0px 0;
	float: left;
	clear: none;
	display: block;
}

.summary {
	clear: both;
}

.summary dt {
	font-weight: bold;
	margin-top: 10px;
}






.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu  {
	font-size:11px;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:0px;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}


.news-latest-container H2 {
  padding: 0 0 2px 0;
  margin:0;
}

.news-latest-item {
	padding:10px 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.news-latest-item IMG {

	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}




.news-latest-item > p {
	margin:0;
	padding:0;
}




/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;

}
.news-list-item {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.news-list-container H2 a {
	margin: 0px;
	font-size: 14px;
}

.news-list-date {
	display:block;
	padding-left:0px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: right;
	clear: none;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink a  {
	padding-left:5px;
	font-weight: bold;
}



	/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}


.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}


.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}

.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding:0 1px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;


}

.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	padding:0;
}

.news-single-img img {
	border:none;
}

.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}

.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px;
}



.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}

.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}

.news-single-files DD A {
	padding:0 3px;
}


	/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img,
.sv-img-small img {
	border:none;
}

.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;

}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
	margin-top:5px;

	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
    margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;

}


.amenu-act {
	background:#fff;
	font-weight:bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:10px;

}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.tree A {
	text-decoration: none;
}

ul.tree A.pm {
	cursor: pointer;
}

ul.tree img {
	vertical-align: middle;
}

ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}

ul.tree ul li.expanded ul {
	background: transparent url('../typo3/gfx/ol/line.gif') repeat-y top left;
}

ul.tree ul li.last > ul {
	background: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}






/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

/*

div.tx-pagebrowse-pi1 {
	float: right;
	clear: both;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

div.tx-pagebrowse-pi1 ul.tx-pagebrowse {
	margin: 5px 10px 5px 0;
}

div.tx-pagebrowse-pi1 ul.tx-pagebrowse li {
	float: left;
	clear: none;
}

.tx-pagebrowse-pages li.tx-pagebrowse-current {

}

.tx-pagebrowse-pages li.tx-pagebrowse-page {
	margin-right: 2px;
}

.tx-pagebrowse-pages li.tx-pagebrowse-page a {
	display: block;
	padding: 5px;
	
}

*/





.tx-comments-comment-content {
	padding: 10px !important;
	text-align: left !important;
}

.tx-comments-comment-name a {
	padding: 5px 10px;
	background: #fff;
	font-size: 14px;
}

.tx-comments-comment-date {
	
}

.tx-comments-comment-1, .tx-comments-comment-2 {
	border: 0 !important;
	border-top: 1px solid #e0e0e0 !important;
	padding-top: 5px !important;
}

.tx-comments-comments hr {
	height: 0px;
	border: 0;
}