html {
	overflow-y: scroll;
}

BODY {
	font: normal 12px Tahoma, Arial, Microsoft sans, Lucida, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#backgroundContainer {
}

#containerPreload {
	display: none;
}

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

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

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerFooter {
	width: 1024px;
}

#containerAll {
	display: block;
	top: 0;
	margin: 0 auto;
	cursor: default;
}

/* -------------------- LOGO --------------------------*/
#containerLogo {
	height: 200px;
	width: 1024px;
	display: block;
	text-align: left;
}

#containerLogo a {
}

#containerLogo a img {
	margin: 40px 0 0 0;
	height: 125px;
	width: 125px;
	vertical-align: top;
}

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

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

/* -------------------- CONTENT -----------------------*/
#containerContent { 
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	*float: left;
}

#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: 320px;
}
div#containerChildMenu{
	display: block;
	width: 320px;
	padding: 0 10px;
	margin: 0 100px 30px 0;
}
div#containerChildMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
div#containerChildMenu li{
	padding: 4px 0;
	width: 320px;
	margin: 0;
}
div#containerChildMenu li a{
	color: #7dc3ec;
}
div#containerChildMenu .childMenuHasItem, div#containerChildMenu .childMenuHasItem  a {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #006cb2;
}
div#containerChildMenu .childMenuHasItem  ul{
	margin: 3px 0 0 0;
}
div#containerChildMenu .childMenuHasItem  ul, div#containerChildMenu .childMenuHasItem  #childMenu a{
	font-weight: normal;
	color: #7dc3ec;
}
div#containerChildMenu #childMenuSelectedItem ul a {
	color: #7dc3ec;
}
div#containerChildMenu #childMenuSelectedItem a, div#containerChildMenu .childMenuHasItem #childMenuSelectedItem a{
	color: #006cb2;
}

/* menu::base */
div#menu {
    height: 25px;
    background: url("background-menu.jpg") repeat-x;
    width: 1024px;
	color: #7dc3ec;
	margin: 0 0 20px 0;
}

div#menu h1{
	margin: -13px 0 0 6px;
	float: left;
	font-weight: bold;
	font-size: 3.2em;
	color: #006cb2;
	text-transform: lowercase;
}

div#menu span{
	font-size: 1.3em;
}

div#menu a {
	color: #006cb2;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
	background: #fff;
}
div#menu ul.menu {
    padding-right: 6px;
    background: url(images/right.png) no-repeat right 0;
    _background: url(images/right.gif) no-repeat right 0;    
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0px 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 25px;
    left: 0;
    visibility: hidden;
    width: 180px;
	  margin: 0px 0 0 -4px;
    padding: 0; 
    background: url(images/subsubmenu-top.png) no-repeat 0px 0;
    _background: url(images/subsubmenu-top.gif) no-repeat 0px 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: 25px;
    display: block;
    float: left;
    line-height: 25px;
    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: 25px;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}*/

/* menu::level1 */
div#menu a {
    padding: 0 10px;
	margin: -1px 0 0 0;
    line-height: 25px;
    height: 25px;
	font-size: 1.0em;
}
div#menu a:hover {
	text-decoration: underline;
}
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: 125px;
    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: 25px;
    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: 25px;
    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 {
	margin: 0 auto;
	padding: 0 auto;
	font-size: 0.9em;
	height: 40px;
	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: #000;
	line-height: 18px;
	margin: 0;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

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

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #006cb2;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.0em;
}

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

a:link, a:active, a:visited {
	color: #561f1c;
	text-decoration: none;
}

a:hover {
	color: #561f1c;
	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 {
	margin: 0 0 0 0;
	text-align: left;
	color: #006cb2;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	width: 1024px;
	height: 350px;
	margin: 15px 0;
}

#containerSlideshowBeforeMenu {
}

#containerSlideshowAfterMenu {
}


#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
	width: 520px;
	height: 402px;
	background: url("bg_slideshow.gif") no-repeat center;
	margin: 0 13px 0 0;
	float: right;
	*float: left;
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 1024px;
	height: 350px;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 510px;
	height: 402px;
	margin: 8px auto;
	float: right;
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.imageElement {
	display: none;
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	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 {	
	text-align: left;
	width: 200px;
	height: 400px;
	padding: 40px 30px 40px 40px;
	*padding: 40px 0 40px 40px;
	margin: 0;
	float: left;
}

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

img.newsImage {
	margin: 20px;
	float: left;
}

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

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

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

span.newsTitle a:link {
}

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

span.newsText {
}

span.newsTextShort {
	display: block;
	padding: 0;
}

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;
}
