html {
	overflow-y: scroll;
}

BODY {
	background: #FFF url("background_body.gif") repeat-x top center;
	font: 12px microsoft sans serif, tahoma, verdana;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPreload {
	display: none;
}

#sidebar {
	background: #f8f8f8;
	width: 226px;
	height: auto !important;
	padding: 0 0 30px;
}

#sidebar h6{
	background: url("sidebar_header.gif") no-repeat center;
	text-align: center;
	height: 44px;
	line-height: 44px;
	width: 226px;
	padding: 0;
	margin: 0;
	color: #000;
}

#sidebar p{
	padding: 0 10px;
}

#sidebar ul {
	list-style: url("check.gif") outside;
	margin: 10px;
}

#sidebar ul li{
	margin: 0 0 0 40px;
}

#language{
	float: left;
	margin: 0 0 0 10px;
}

#language a img{
	width: 28px !important;
	height: 28px !important;
	margin: 0 2px;
}

#logo_wrap{
	display: block;
	height: 130px;
	width: 967px;
}

#referens{
	display: block;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #FFF;
	text-align: left;
}

::-moz-selection {
	background: #DDD;
	color: #000;
}

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerLogo, #containerFooter, #containerMenu {
	width: 967px;
}

#containerAll {
	display: block;
	top: 0;
	margin: 0 auto;
	cursor: default;
}

#containerLogo {
	background: url("direktonline.gif") no-repeat left;
	height: 93px;
	padding: 0;
	margin:0;
	text-align: left;
	float: left;
	width: 580px;
}

#containerLogo p {
	color: #FFF;
	float: left;
}

#containerLogo a {
	color: #FFF;
	float: left;
}

#containerLogo a img {
	border: 0;
	width: 420px;
	height: 95px;
}

#containerContent { 
	margin: 0;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 5px 0 0 20px;
	float: left;
	display: inline;
	width: 700px;
}

#containerContent h2 {
	background: url("content_header.gif") no-repeat top left;
	color: #FFF;
	width: 670px;
	height: 34px;
	padding: 10px 0 10px 20px;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navlist {
}

#navlist li {
	z-index:9;
	display: inline;
	height: 40px;
	margin: 0 10px;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 104px;
}

#navlist li a {
	color: #FFF;
	font-size: 13pt;
}

#navlist li a:hover {
}

#navlist li.selected {
	background: url("menu_hover.gif") no-repeat top center;
}

#navlist li.selected a {
}

#navlist li.selected a:hover {
}

#navlist li.folder {
}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
	display: none; /* Add this to hide submenus */
}

#navlist li.folder ul a {
}

#navlist li.folder ul a:hover {
}		

#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;
}

/* -------------------- NAVIGATION -------------------- */
#containerNavigationmenu { 
	height: 30px;
	margin: 0;
	padding: 0;
}

#containerNavigationmenu p { 
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#containerNavigationmenu p a { 
	font-weight: normal;
	text-decoration: underline;	
}

/* -------------------- FOOTER -------------------- */
#containerFooter {
	height: 39px;
	margin: 0;
	padding: 0;
	clear: both;
}

#containerFooter hr {
	display: block;
}

#containerFooter p {
}

#containerFooter p a {
}

/* -------------------- 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 0px 3px 20px;
}

#smallButtonLogin {
}

#smallButtonProducer {
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #000000;
	margin: 0;
	padding: 0 0 10px;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #717171;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 5px;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.mceContentBody a {
	color: #717171 !important; /* FF requires a important here */
	font-weight: normal;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #717171;
	text-decoration: none;
}

a:hover {
	color: #000;
	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 0 10px 0;
	border: 0;
	height: 1px;
	width: 200px;
}

#topOfPageLink p {
	background: url("icon_topofpage.gif") no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0;
}

/* -------------------- SIDEBAR -------------------- */
#containerSidebar {
	width: 226px;
	float: left;
	margin: 0;
	padding: 5px 0 0;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	width: 947px;
	height: 337px;
	margin: 3px 0;
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 947px;
	height: 337px;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.jdGallery .slideElement {
	background-color: #000000;
}

.jdGallery .loadingElement {
	background-color: #000000;
}

.jdGallery .slideInfoZone {
}

.jdGallery .slideInfoZone h2 {
}

.jdGallery .slideInfoZone p {
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	padding: 10px 0 0;
}

img.galleryThumbnail {
	background: #ffffff;
	padding: 6px;
	height: 100px;
	border: 1px solid #BBB;
	margin: 0 10px 7px 0;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	float: left;
}

a.galleryThumb:hover {
	float: left;
}

/* -------------------- NEWS -------------------- */
#containerNews {
}

#containerNews ul {
}

img.newsImage {
}

div.newsItem {
}

li.newsItem {
}

span.newsTitle {
}

span.newsTitle a:link {
}

span.newsDate {
}

span.newsText {
}

span.newsTextShort {
}

span.newsReadMore {
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	clear: both;
}

#contactForm input, #contactForm textarea, #form_login input, #form_login textarea {
	border: 1px solid #888;
	padding: 3px;
	font: 12px, Verdana;
	background: transparent url("form_inputfield.gif") no-repeat;
	color: #000;
}

#contactForm input {
	width: 175px;
}

#contactForm input.button, #form_login input.button {
	margin: 0;
	padding: 3px;
	font: 12px, Verdana;
	width: 90px;
	height: 21px;
	border: 1px solid #888888;
	color: #fff;
	background: transparent url("form_button.gif") no-repeat;
}

#contactForm textarea {
	width: 175px;
	height: 85px;
}

#contactForm label {
	width: 80px;
	float: left;
	text-align: left;
}