html {
	overflow-y: scroll;
}

BODY {
	background: #595a5e url("bg_body.gif") repeat-x;
	font: normal 11px Verdana, Tahoma, 'Trebuchet MS', Verdana, Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: 14px 0 0 0;
	padding: 0;
	text-align: center;
}

#containerPreload {
	display: none;
}

#flaggor{
	width: 60px;
	float: right;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #333;
	text-align: left;
}

::-moz-selection {
	background: #DDD;
	color: #000;
}

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerLogo, #containerFooter, #containerMenu {
	width: 950px;
}

#containerAll {
	display: block;	
	margin: 0 auto 10px auto;
	cursor: default;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#containerLogo {	
	height: 82px;	
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
	float: left;
}

#containerLogo a {
	text-decoration: none; 
	padding: 0;
	float: left;
}

#containerLogo a img {
	text-decoration: none; 
	border: 0;
	margin: 0 0 0 25px;
}

#containerContent { 	
	margin: 0;
	text-align: left;
	padding: 10px 0 0 0;
	min-height: 600px;
	height: auto !important;	
	height: 600px;
	width: 747px;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	background: url("bg_menu.gif") repeat-x;
	height: 28px;
	margin: 0;
	padding: 0;
	clear: both;
}

#navlist {
}

#navlist li {
	z-index: 9;
	display: block;
	position: relative;
	height: 28px;
	margin: 0;
	float: left;
	line-height: 28px;
	width: 88px;
	text-align: center;
}

#navlist li a {
	padding: 0;
	text-decoration: none;
	margin: 0;
	color: #FFF;	
}

#navlist li a:hover {
}

#navlist li.selected {
	background: url("menu_hover.gif") no-repeat;
}

#navlist li.selected a {
}

#navlist li.selected a:hover {
}

#navlist li.folder {
	height: 27px;
}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
}

#navlist li.folder ul a {
}

#navlist li.folder ul a:hover {
}		

#navlist li.folder ul li.folder ul {
	position: absolute;
}

#navlist ul li a.submenu {
}

#navlist li.folder a:hover {
}

#navlist li.folder:hover {
	z-index: 10;
}

ul ul, li:hover ul ul {
	display: none;
}

li:hover ul, li:hover li:hover ul {
	display: block;
}

/* -------------------- NAVIGATIONMENU -------------------- */
#containerNavigationmenu { 
	height: 20px;
	margin: 0;
	padding: 0;
}

#containerNavigationmenu p { 
	color: #cdcdcd;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#containerNavigationmenu p a { 
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

/* -------------------- FOOTER -------------------- */
#containerFooter {
	height: 10px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	border-top: 1px solid #696969;
}

#containerFooter hr {
	display: none;
}

#containerFooter p {
	color: #a6a6a6;
	margin: 0;
	padding-top: 10px;
	font-size: 0.9em;
}

#containerFooter p a {
	color: #5091B7;
	padding: 2px 0;
	font-weight: normal;
}

/* -------------------- LOGIN -------------------- */
#containerLogin {
	margin: 0;
	padding: 0;
	float: right;	
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
	color: #999;
	margin: 0;
	padding: 0;
}

#containerLogin p a {
	color: #a6a6a6;
	display: inline;
}

/* -------------------- DIREKTONLINE -------------------- */
#containerDirektOnline {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;	
}

#containerDirektOnline hr {
	display: none;
}

#containerDirektOnline p {
	color: #999;
	margin: 0;
	padding: 0;
}

#containerDirektOnline p a {
	color: #a6a6a6;
}

/* -------------------- SITEMAP -------------------- */
#smallButtonSitemap {
/*	background: url("../lib/images/icon_sitemap.gif") no-repeat center left;*/
	line-height: 18px;
	margin: 0 10px;
	display: block;
}

#smallButtonLogin {
	margin: 0;
}

#smallButtonProducer {
	padding: 3px 0;
	margin: 0;
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #DFDFDF;
	line-height: 17px;
	margin: 0;
	padding: 0 0 10px 0;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	margin: 0;
	padding: 0 20px 10px;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #DFDFDF;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.mceContentBody a {
	color: #696969 !important;
	font-weight: normal;
	text-decoration: none;
}

#containerMenu a {
	font-weight: normal;
	font-size: 1.0em;
}

a:link, a:active, a:visited {
	color: #cdcdcd;	
	text-decoration: none;
	margin: 0;
}

a:hover {
	color: #000;
	text-decoration: none;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------- TOP OF PAGE -------------------- */
#topOfPageLink {
	display: none;
	text-align: left;
	margin: 20px 0 0 0;
	clear: both;
	padding: 0 0 10px 0;
}

#topOfPageLink hr {
	padding: 0;
	margin: 0;
	border: 0;
	color: #9E9E9E;
	background: #9E9E9E;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background: url("icon_topofpage.gif") no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0 15px;
}

/* -------------------- SIDEBAR -------------------- */
#containerSidebar {
	background: url("bg_sidebar2.gif") no-repeat scroll 0 0 transparent;
	float: right;
	margin: 8px 0 0 0;
	padding: 5px 20px 0 10px;
	text-align: left;
	min-height: 190px;
	height: auto !important;
	height: 190px;	
	width: 160px;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
}

#containerSlideshowBeforeMenu {
}

#containerSlideshowAfterMenu {
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
	width: 747px;
	height: 260px;
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
}

#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 747px;
	height: 260px;
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.jdGallery .slideElement {
	background: #fff;
}

.jdGallery .loadingElement {
	background: #fff;
}

.jdGallery .slideInfoZone {
}

.jdGallery .slideInfoZone h2 {
}

.jdGallery .slideInfoZone p {
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	padding-top: 10px;
	clear: both;
}

img.galleryThumbnail {
	background: #fff;
	padding: 5px;
	height: 100px;
	border: 1px solid #999;
	margin: 0 10px 7px 0;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	float: left;
	background: url("background_slideshow_topsidebar.gif");
}

a.galleryThumb:hover {
	float: left;
}

/* -------------------- NEWS -------------------- */
#containerNews {
	float: right;
	width: 170px;
	padding: 0 20px 0 0;
}

#containerNews ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	clear: both;
}

img.newsImage {
	width: 100px;
	float: left;
	margin-right: 10px;
}

div.newsItem {
	padding-bottom: 10px;
	clear: both;
}

li.newsItem {
	background: url("bg_sidebar.gif") no-repeat scroll 0 0 transparent;
	display: block;
	width: 190px;
	height: 173px;
	font-size: 1em;
	position: relative;
	margin: 10px 0;
	/*padding: 10px 10px 10px 0;*/
}

span.newsTitle {
	background: url("bg_menu.gif") repeat-x scroll 0 0 transparent;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 0 10px;
	line-height: 28px;
}

span.newsTitle a:link {
	text-decoration: none;
}

span.newsDate {
	display: block;
	color: #cdcdcd;
	padding: 0 10px;
}

span.newsText {
	display: block;
	padding: 0 10px;
}

span.newsTextShort {
	display: block;
	padding: 0 10px;
}

span.newsReadMore {
	padding: 0 10px;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	padding-top: 20px;
}

input, textarea {
	border: 1px solid #888;
	padding: 3px;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	background: transparent url("form_inputfield.gif") no-repeat;
	color: #000;
}

input {
	width: 200px;
}

input.button {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 0.9em;
	font-weight: normal;
	width: 90px;
	height: 21px;
	color: #fff;
	background: transparent url("form_button.gif") no-repeat;
	border: 0;
}

select {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	width: 90px;
	height: 21px;
	color: #333;
	border: 0;
}

input.checkbox {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	width: 30px;
	height: 21px;
	color: #fff;
	background: transparent url("form_button.gif") no-repeat;
	border: 0;
}

textarea {
	width: 300px;
	height: 100px;
}

label {
	width: 113px;
	float: left;
	text-align: left;
	padding-right: 10px;
	color: #fff;
}

sup{
	color: #990000;
}