html {
	overflow-y: scroll;
}

BODY {
	background: #000 url("bg_body.png") repeat-x top;
	font: normal 11px Verdana, Tahoma, Arial, Microsoft sans, Lucida, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	background: url(bg_header.png) no-repeat center;
	width:1024px;
	height:228px;
	text-align: left;
	margin:0 auto;
}

#backgroundContainer {
}

#containerPreload {
	display: none;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #222;
	text-align: left;
}

::-moz-selection {
	background: #adadad;
	color: #FFF;
}

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerFooter {

}

#containerAll {
	width: 100%;
	background: url(bg_containerall.png) repeat-y center;
	display: block;
	top: 0;
	margin: 0 auto;
	cursor: default;
}

/* -------------------- LOGO --------------------------*/
#containerLogo {
	text-align: left;
	width: 183px;
	height: 45px;

	display: inline;
}

#containerLogo a {
}



#containerLogo a img {
	width: 183px;
	height: 45px;
	padding: 150px 0 0 50px;	
	vertical-align: top;
}

/* -------------------- FLAGS ------------------------*/

#flags {
	display: none;
	float: right;
	width: 80px;
}

/* -------------------- CONTENT -----------------------*/
#containerContent { 
	width:958px;
	margin: 0 auto;
	text-align: left;
	min-height: 100px;
	height: auto !important;
	height: 100px; /* IE6 "min-height" hack */
	padding: 10px ;	
	background: #222 url(bg-container.png) repeat-x top;
}

#content{
	border: 1px solid #313131;
	background-color: #222;
	padding: 20px 20px 40px 20px;
	margin-left: 180px;	
	min-height: 340px;
	height: auto !important;
	height: 340px; /* IE6 "min-height" hack */}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <div><ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <div><ul><li><a href="#"><span>level 3</span></a></li></ul></div>
 *                  </li>
 *              </ul></div>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */
 
 /*footerMenu (if MENU_FOOTER = true)*/
 .footerMenu{
	display: block;
	margin: 14px 0 0 0;
 }
 
 .footerMenu a{
	margin: 0 10px;
 } 
 
 .footerMenu a.footerChild{
	margin: 0 5px 0 2px;
 }
 
/*containerChildMenu (if SHOWCHILDMENU = true)*/
div#childMenuWrapper{
	float: left;
	width: 170px;
}
div#containerChildMenu{
	display: block;
	width: 170px;
	border: 1px solid #313131;
	background-color: #222;
}
div#containerChildMenuTop{
}
div#containerChildMenuBot{
}
div#containerChildMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
div#containerChildMenu li{
	border-bottom: 1px solid #313131;
	padding: 5px;
	margin: 0;
}

div#containerChildMenu li img { 
	padding: 0 10px 0 0;
	float: left;
	}

div#containerChildMenu li a{
	color:#f2f2f2;
	width:100%;
	text-decoration:none;
	line-height:33px;
	text-transform:uppercase;
	width: 100px;
	}
	
div#containerChildMenu li a:hover{
	color:#ffcc33;

	}	

div#containerChildMenu li:hover{
	background-color: #333;
	padding: 5px;
	margin: 0;
}

/*  styling på undermen  */
div#containerChildMenu .childMenuHasItem ul li  { 
		margin-left: 30px;
		list-style-type:square;
		color: #ccc;
		}
		
div#containerChildMenu .childMenuHasItem ul ul li  { 
		margin-left: 8px;
		list-style-type:square;
		color: #ccc;
		}
		
#content ul li  { 
		margin-left: 8px;
		list-style-type:square;
		color: #ccc;
		}
				
		
div#containerChildMenu .childMenuHasItem ul li:hover { 
		color: #ffcc33;
		}		

div#containerChildMenu .childMenuHasItem ul li  a{ 
		line-height: 8px;
		font-size:9px;
		}		
		

div#containerChildMenu .childMenuHasItem ul li#childMenuSelectedItem {
		color: #ffcc33;
	}
div#containerChildMenu .childMenuHasItem ul li#childMenuSelectedItem a{
		color: #ffcc33;
	}	
		
		

div#containerChildMenu #childMenuSelectedItem{
	color: #1f1f1f;
}

/* menu::base */
div#menu {
    height: 52px;
    padding-left: 6px;
}

div#menu a {
	color: #fff;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-right: 5px;    
}

div#menu ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menu ul li  a{
    display: block; 
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 52px;
    left: 0;
    visibility: hidden;
    width: 170px;
	margin: 0 0 0 0;


}
div#menu ul ul {
	  z-index: 12;
    padding: 0px 4px 10px 4px;
    background: url(images/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(images/submenu-bottom.gif) no-repeat 0px bottom;        
    margin: 10px 0 0 0;    
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-decoration: none;
    margin-top: 1px;
    white-space: nowrap;
    width: auto;
    padding-right:5px;
    text-align:center;
}
div#menu span {
    margin-top: 2px;
    padding-left: 15px;
    color: #fff;
    font: normal 13px Helvetica,Arial,FreeSans,sans-serif;
    background: none;
    line-height: 50px;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 0;
    line-height: 50px;
    height: 52px;
    display: block;	
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
    text-transform: uppercase;
}
div#menu a:hover {
    background:  url(images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu a:hover span {
    background: url(images/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    background: url(images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
    background: url(images/selected-left-sub.png) no-repeat 0 -3px;
}

div#menu ul.menu>li:hover>a span {
	  color: #07b3e1;
}
div#menu li {  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul a {
    padding: 0px;
    height: auto;
    float: none;
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 152px;
    margin: 0 8px;
    text-transform: none;
}
    
div#menu ul ul a span {
	  padding: 0 5px;
    line-height: 25px;
    font-size: 13px;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #3c3c3c;
}
div#menu ul ul a:hover span {
	background:none;
	color: #07b3e1;
}
div#menu ul ul a.parent {
  background: url(images/submenu-pointer.png) no-repeat right bottom;
  _background-image: url(images/submenu-pointer-hover.gif);
}
div#menu ul ul a.parent span {
  background:none; 
}
div#menu ul ul a.parent:hover {
  background: url(images/submenu-pointer.png) no-repeat right bottom;
  _background: url(images/submenu-pointer-hover.gif) no-repeat right bottom;
  background-color: #3c3c3c;
}
div#menu ul ul a.parent:hover span {
  background:none; 
}
div#menu ul ul span {
	
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 180px;
    padding: 0;
    margin: -62px 0 0 165px !important;
}
div#menu ul ul ul {
    padding: 10px 4px 0 4px;	
}
div#menu ul ul div li {
    position:relative;
    top:-10px;
}

/* lava lamp */
div#menu li.back {
    background: url(images/selected-left-sub.png) no-repeat 0 0;
    width: 5px;
    height: 52px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(images/selected-right-sub.png) no-repeat right 0;
    height: 52px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}

/* -------------------- NAVIGATION MENU -------------------- */
#containerNavigationmenu { 
	height: 30px;
	margin: 0;
	padding: 0;
}

#containerNavigationmenu p { 
}

#containerNavigationmenu p a { 
}

/* -------------------- FOOTER -------------------- */
#containerFooter {
	background: url(bg_footer.png) no-repeat top center;
	margin: 0 auto;
	width: 100%;
	padding: 0 auto;
	font-size: 0.9em;
	height: 120px;
	clear: both;
}

#containerInnerFooter {
	height: 20px;
	margin: 0 auto;
	padding: 10px;
	width: 325px;
}

#containerFooter hr {
	display: none;
}

#containerFooter p {
	color: #747474;
	float: left;
	margin: 0;
	padding: 0;
}

#containerFooter p a {
	color: #747474;
}

/* -------------------- LOGIN -------------------- */
#containerLogin {
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
}

#containerLogin p a {
}

/* -------------------- DIREKTONLINE -------------------- */
#containerDirektOnline {
}

#containerDirektOnline hr {
	display: none;
}

#containerDirektOnline p {
}

#containerDirektOnline p a {
}

/* -------------------- SITEMAP -------------------- */
#smallButtonSitemap {
/*	background: url("../lib/images/icon_sitemap.gif") no-repeat center left; */
	line-height: 18px;
	padding: 3px 0 3px 0;
	margin: 0;
}

#smallButtonLogin {
}

#smallButtonProducer {
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #f2f2f2;
	line-height: 18px;
	margin: 0;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	margin: 0 10px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #f2f2f2;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Cuprum', arial, serif;
}

h1 {
	font-size: 35px;
	margin-bottom:10px;
}

h2 {
	font-size: 18px;
		margin-bottom:6px;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.0em;
}

.mceContentBody a {
	color: #561f1c !important;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #ffa10c;
}

a:hover {
	color: #ffcc33;
	text-decoration: none;

}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------- TOP OF PAGE -------------------- */
#topOfPageLink {
	display: none;
	text-align: left;
	clear: both;
}

#topOfPageLink hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background: url("icon_topofpage.gif") no-repeat center left;
	padding: 0;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
}

/* -------------------- SIDEBAR -------------------- */
#containerSidebar {
	width: 377px;
	float: right;
	padding: 0 0 0 15px;
	margin: 15px 0 0 11px;
	text-align: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-left: solid 2px #dedede;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	width: 786px;
	height: 186px;
	margin:10px 0 65px;
}

#containerSlideshowBeforeMenu {
}

#containerSlideshowAfterMenu {
}


#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
	width: 490px;
	height: 220px;
	margin: 0 0 10px 0;
	float: left;
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 786px;
	height: 186px;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 490px;
	height: 220px;
	float: left;
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.imageElement {
	display: none;
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	clear: both;
}

.clear { clear:both;}

img.galleryThumbnail {
	border: 1px solid #AAA;
	background: #fff;
	padding: 3px;
	height: 100px;
	margin: 0 10px 7px 0;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	border: 0;
}

a.galleryThumb:hover {
	border: 0;
}

/* -------------------- NEWS -------------------- */
#containerNews {	
	border: 1px solid #313131;
	background-color: #222;
	padding: 20px 10px 40px 10px;
	color: #fff;
	min-height: 340px;
	height: auto !important;
	height: 340px; /* IE6 "min-height" hack */
	width: 220px;
	float: right;
}

#containerNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

img.newsImage {
	margin: 0;
	float: left;
}

div.newsItem {
	margin: 10px 0;
	padding: 0;
}

li.newsItem {
	position: relative;
	margin: 0 9px 0;
	padding: 0 0 20px 0;
}

span.newsTitle {
	font-weight: bold;
	padding: 0;
	font-size: 15px;
}

span.newsTitle a {
	color: #fff;
	text-decoration: none;
}
span.newsTitle a:hover {
	text-decoration: underline;
}

span.newsDate {
	color: #888;
	display: block;
}

span.newsText {
}

span.newsTextShort {
	display: block;
	padding: 0;
	color: #fff;
}

span.newsReadMore {
	padding: 5px 0 0 0;
	display: block;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	margin: 20px 0;
}

input {
	background: #FFF;
}

#contactForm input, #contactForm textarea {
	background: transparent url("form_inputfield.gif") no-repeat;
	border: 1px solid #888;
	padding: 3px;
}

#contactForm input {
	width: 200px;
	margin: 3px 0;
}

#contactForm input.button {
	margin: 0;
	padding: 3px;
	border: 0;
	width: 90px;
	height: 21px;
	background: transparent url("form_button.gif") no-repeat;
	color: #FFF;
}

#form_login input.button {
	margin: 0;
	padding: 3px;
	border: 0;
	width: 90px;
	height: 21px;
	background: transparent url("form_button.gif") no-repeat;
	color: #FFF;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 200px;
	float: left;
	text-align: left;
}
