html {
	overflow-y: scroll;
}

BODY {
	background: #d4d3d3 url("background_all.gif") repeat-x top left;
	font: normal 12px/1.5em Trebuchet, Tahoma, 'Trebuchet MS', Verdana, Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPreload {
	display: none;
}

#party {
	background: url("partytime.gif") no-repeat bottom right;
	width: 373px;
	height: 33px;
	margin: 136px 12px 0 0;
	/*_margin: 0 12px 0 0; Only IE6 should process this line */
	*margin: 0 12px 0 0; /* IE6 and IE7 should process this line */
	float: right;
}

#party a {	
	height: 33px;
	width: 373px;	
	float: right;
}

/*#hyrex {
	border: 0;
	margin: 225px 0 0 150px;
	*margin: 225px 0 0 -100px; /* IE6 and IE7 should process this line 
	float: left;
	width: 100px;
	height: 200px;
	display: block;
	text-align: left;
	*position: absolute; /* IE6 and IE7 should process this line 
}*/

#knapp {
	background: url("knapp.gif") no-repeat;
	width: 147px;
	height: 40px;
	margin: 0;
	float: right;
}

#knapp a{
	color: #fff;
	font-weight: bold;
}

#knapp p {	
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#info {
	margin: 20px 0 0;
	width: 700px;
	text-align: center;
	color: #ccc;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #FFF;
	text-align: left;
}

::-moz-selection {
	background:#DDDDDD;
	color:#000000;
}

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerLogo, #containerFooter, #containerMenu, #containerTopBg {
	width: 750px;
}

#containerAll {
	display: block;
	top: 0;
	margin: 0 auto;
	cursor: default;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#containerLogo {
	background: url("background_logo.gif") no-repeat top center;
	height: 170px;
	padding: 0;
	text-align: left;
}

#containerLogo a {
	text-decoration: none; 
	border: 0;
	padding: 0;
}

#containerLogo a img {
	text-decoration: none; 
	border: 0;
	margin: 50px 0 0 40px;
	width: 250px;
	height: 85px;
}

#containerContent { 
	background: url("background_content_mid.gif") repeat-y top center;
	margin: 0;
	text-align: left;
	padding: 20px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#containerContent table {
	margin: 0 0 0 10px;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

#containerTopBg {
	height: 4px;
	background: url("background_content_top.gif") no-repeat top center;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	background: url("background_menu.gif") no-repeat;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navlist {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
	text-align: left;	
}

#navlist li {
	text-align: center;
	z-index: 9;
	display: inline;
	height: 34px;
	margin: 0;
	float: left;
	line-height: 34px;
}

#navlist li a {
	padding: 0;
	display: block;
	width: 97px;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
}

#navlist li a:hover {
	background: url("menu_item_hover.gif") no-repeat center center;
	color: #FFF;
}

#navlist li.selected {
	background: url("menu_item.gif") no-repeat center center;
	color: #FFF;
}

#navlist li.selected a {
	background: url("menu_item.gif") no-repeat center center;
	color: #FFF;
}

#navlist li.selected a:hover {
	background: url("menu_item_hover.gif") no-repeat center center;
	color: #FFF;
}

#navlist li.folder {
	height: 34px;
}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
	display: none; /* Add this to hide submenus */
}

#navlist li.folder ul a {
	background: url("menu_item.gif") no-repeat top right;
}

#navlist li.folder ul a:hover {
	background: url("menu_item_hover.gif") no-repeat top right;
}		

/* -------------------- SUBMENU -------------------- */
#navlist li.folder ul li.folder ul {
	display: none;
}

#navlist ul li a.submenu {
	display: none;
}

#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: #000000;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#containerNavigationmenu p a { 
	font-weight: normal;
	text-decoration: none;
	color: #7A6C45;
}

/* -------------------- FOOTER -------------------- */
#containerFooter {
	background: url("background_footer.gif") no-repeat top center;
	height: 106px;
	margin: 0;
	padding: 0;
	clear: both;
}

#containerFooter hr {
	display: none;
}

#containerFooter p {
	margin: 0;
	padding: 25px 0 0 0;
}

#containerFooter p a {
}

/* -------------------- LOGIN -------------------- */
#containerLogin {
	margin: 0;
	padding: 0;
	float: right;
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
	margin: 0;
	padding: 0;
}

#containerLogin p a {
}

/* -------------------- DIREKTONLINE -------------------- */
#containerDirektOnline {
	margin: 0;
	padding: 0;
	float: left;	
}

#containerDirektOnline hr {
	display: none;
}

#containerDirektOnline p {
	margin: 0;
	padding: 0;
}

#containerDirektOnline p a {
}

/* -------------------- SITEMAP -------------------- */
#smallButtonSitemap {
	background: url("../lib/images/icon_sitemap.gif") no-repeat center left;
	line-height: 18px;
	padding: 3px 0 3px 20px;
	margin: 0;
}

#smallButtonLogin {
	margin: 0;
}

#smallButtonProducer {
	padding: 3px 0;
	margin: 0;
}

/*-------------------- SEARCHBOX ------------------------- */
#searchbox {
	float: right;
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #000;
	line-height: 17px;
	margin: 0 18px;
	padding: 0 0 10px 0;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	margin: 0 30px;
	padding: 0;
	list-style: url("list_bullet.gif") outside;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #696969;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 18px 5px;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

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: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #939393;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------- TOP OF PAGE -------------------- */
#topOfPageLink {
	display: none;
	text-align: left;
	margin-top: 20px;
	clear: both;
	padding-bottom: 10px;
}

#topOfPageLink hr {
	padding: 0;
	margin: 0;
	border: 0;
	color: #9E9E9E;
	background-color: #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("background_sidebar.gif") repeat-y;
	width: 150px;
	float: right;
	margin: 0 30px 0 12px;
	padding: 34px 0 0 0;
	text-align: left;
	display: inline;
	min-height: 400px;
	height: auto !important;
	height: 400px;	
	border-left: 1px solid #b01818;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	padding: 0 0 0 8px;
	text-align: left;
	clear: both;
}

#containerSlideshowBeforeMenu {
	margin: 0;
}

#containerSlideshowAfterMenu {
	margin: 0;
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 951px;
	height: 265px;
	border: 0;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 500px;
	height: 250px;
	border: 0;
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
	width: 180px;
	height: 150px;
	border: 0;
}

.jdGallery .slideElement {
	background: #ffffff;
}

.jdGallery .loadingElement {
	background: #ffffff;
}

.jdGallery .slideInfoZone {
	height: 40px;
	background: #ffffff;
	color: #000000;
	font-size: 1em;
}

.jdGallery .slideInfoZone h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 2px 10px;
}

.jdGallery .slideInfoZone p {
	font-size: 1.0em;
	padding: 0;
	margin: 2px 10px;
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	padding-top: 10px;
	clear: both;
}

img.galleryThumbnail {
	border: 1px solid #999999;
	background: #ffffff;
	padding: 5px;
	height: 120px;
	margin: 0 10px 7px 0;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	
}

a.galleryThumb:hover {
	
}

/* -------------------- NEWS -------------------- */
#containerNews {
	clear: both;
}

#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 {
	display: inline;
	width: 210px;
	height: 150px;
	font-size: 1em;
	position: relative;
	margin: 0 9px 0 0;
	float: left;
	padding: 10px 10px 10px 0;
}

span.newsTitle {
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 0;
}

span.newsTitle a:link {
	text-decoration: none;
}

span.newsDate {
	display: block;
	color: #888888;
	font-size: 1em;
}

span.newsText {
	display: block;
	color: #000000;
	font-size: 1em;
}

span.newsTextShort {
	display: block;
	color: #000000;
	font-size: 1em;
}

span.newsReadMore {
	color: #000000;
	font-size: 1em;
	padding: 5px 0 10px 0;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	padding: 20px 0 0 0;
	clear: both;
}

#contactForm input, #contactForm textarea, #form_login input, #form_login textarea {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	background: url("form_inputfield.gif") no-repeat;
	color: #000000;
}

#contactForm input {
	width: 200px;
}

#contactForm input.button, #form_login input.button {
	margin: 0;
	padding: 0;
	border: 0;
	width: 90px;
	height: 21px;
	color: #ffffff;
	background: transparent url("form_button.gif") no-repeat;
	font-size: 0.9em;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 80px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
}

#contactForm sup{
	color: #990000;
}
