html {
	overflow-y: scroll;
}

BODY {
	background: #333;
	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;
}

table p {
	padding: 0 20px !important;
}

table h3 {
	padding: 0 20px !important;
}

#containerPreload {
	display: none;
}

#sidebarbg {
	background: url("sidebar_button.gif") no-repeat;
	width: 184px;
	height: 27px;
	padding: 5px 15px;
}

#flags {
	float: right;
	display: inline;
}

/* -------------------- 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: 80px;	
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
	width: 600px;
	float: left;
}

#containerLogo a {
	text-decoration: none; 
	padding: 0;
}

#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;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	height: 27px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #696969;
	clear: both;
}

#navlist {
	height: 27px;
	padding: 1px 0 0 0;
	margin: 0;
}

#navlist li {
	z-index: 9;
	display: block;
	position: relative;
	height: 27px;
	margin: 0;
	float: left;
	line-height: 26px;
	width: 11%;
	text-align: center;
}

#navlist ul li {
	z-index: 9;
	display: block;
	position: relative;
	height: 27px;
	margin: 0;
	float: left;
	line-height: 26px;
	width: 100%;
	text-align: center;
}

#navlist li a {
	padding: 0;
	text-decoration: none;
	margin: 0;
	color: #FFF;	
}

#navlist ul li a {
	padding: 0;
	text-decoration: none;
	margin: 0;
	color: #FFF;	
	font-size: 1.1em !important;
}

#navlist li a:hover {
}

#navlist li.selected {
}

#navlist li.selected a {
}

#navlist li.selected a:hover {
}

#navlist li.folder {
	height: 27px;
}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
	background: #666;
	width: 100%;
	position: absolute;
	margin: 0;
	top: 27px;
	left: 0;
	padding: 0 0 0 10px;
}

#navlist li.folder ul a {
	text-align: left;	
	color: #000;
}

#navlist li.folder ul a:hover {
	border: 0;
	color: #fff;
}		

/* -------------------- SUBMENU -------------------- */
#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: #999999;
	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: 0;
}

h1 {
	font-size: 2.1em;
	padding: 6px 0 0 0;
	margin: 5px 0;
}

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.4em;
}

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 {
	float: right;
	padding: 10px 0 0 0;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
}

#containerSlideshowBeforeMenu {
}

#containerSlideshowAfterMenu {
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
	margin: 0 0 30px;
	padding: 0;
	float: left;
	width: 700px;
	height: 370px;
	display: block;
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
}

#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 700px;
	height: 370px;
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.jdGallery .slideElement {
	background-color: #ffffff;
}

.jdGallery .loadingElement {
	background-color: #ffffff;
}

.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 {
	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-bottom: 5px;
}

span.newsTitle a:link {
	text-decoration: none;
}

span.newsDate {
	display: block;
	color: #888;
	font-size: 1em;
}

span.newsText {
	display: block;
	color: #000;
	font-size: 1em;
}

span.newsTextShort {
	display: block;
	color: #000;
	font-size: 1em;
}

span.newsReadMore {
	color: #000;
	font-size: 1em;
	padding: 5px 0 10px;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	padding-top: 20px;
}

#contactForm input, #contactForm textarea, #form_login input, #form_login textarea {
	border: 1px solid #888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	background: transparent url("form_inputfield.gif") no-repeat;
	color: #000;
}

#contactForm input {
	width: 200px;
}

#contactForm input.button, #form_login 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;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 80px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

#contactForm sup{
	color: #990000;
}
