/* RESET */
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

/*=
  = Elements
  ==============================*/

html {
  height: 100%;
  margin: 0;
  padding: 0; 
  overflow-y:scroll;
}

body {
  height: 100%;
  font: 1em Trebuchet MS, Arial, sans-serif;
  background-color: #000;
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
}

#nonFooter {
  position: relative;
  min-height: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  width: 955px;
}

* html #nonFooter {
  height: 100%;
}

#wrapper{
  padding-bottom: 90px;
}

#footer {
  position: relative;
  background: #ffffff;
  margin-top: -90px;
  text-align: center;
} 

a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  font: 12px Trebuchet MS, Arial, sans-serif;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  background-color: transparent;
}

a img {
  border: none;
}



/*=
  = Classes
  ==============================*/



.clear {
  width: 0px;
  height: 0px;
  margin: 0em;
  padding: 0em;
  font-size: 0.063em;
  clear: both;
}




/*=
  = Wrapper
  ==============================*/

div#wrapper {
  background-color:#000;
  margin-left: auto;
  margin-right: auto;
  width: 955px; 
}

/*=
  = Header
  ==============================*/

#header {
  background: url('../images/header.jpg') no-repeat;
  height: 140px;
  width: 705px;
  display:block;
} 



/*=
  = Content
  ==============================*/

  
#bottle {
  background: url('../images/bottle.gif') no-repeat;
  height: 643px;
  width: 247px;
  float: left;
  position:relative;
  top: 25px;
  margin-left: 5px;
  margin-bottom:-643px;
  color: red;
} 

div#content {
  width: 685px;
  position: relative;
  float:right;
  margin: 25px 0 0 0;
  text-align: left;
}

div#content img {
  float:left;
  display: inline;
  position:relative;
}

div#content div.grid_1, 
div#content div.grid_2, 
div#content div.grid_3 {
  display: inline;
  float: left;
  position:relative;
  width: 215px;
  margin: 35px 10px 0 10px;
}

div#content div.grid_1 {
  margin-left: 0px !important;
}

div#content div.grid_3 {
  margin-right: 0px !important;
}

div#content div.grid_1 h1, 
div#content div.grid_2 h1, 
div#content div.grid_3 h1 {
  font-size: 1em;
  font-weight: bold;
  margin: 3px 0;
  background: none;
}

div#content div.grid_1 img, 
div#content div.grid_2 img, 
div#content div.grid_3 img {
  width: 215px !important;
}

div#content div.grid_1 p, 
div#content div.grid_2 p, 
div#content div.grid_3 p {
  font-size: 0.75em;
  padding: 17px 0;
  margin: 0px 0;
  clear:both;
}
  
div.grid_link {
  background: #403B01 url(../images/grid_bg.jpg) repeat-x;
  background-position: 0 100%;
  width: 207px;
  height: 100px;
  padding: 10px 0 0 8px;
  clear: both;
} 

div.grid_link a:link,
div.grid_link a:visited {
  background: url(../images/bullet_arrow_white.gif) no-repeat;
  background-position: 0 2px;
  padding: 0 0 5px 18px;
  text-decoration:none;
  display: block;
  letter-spacing:0.02em;
  width: 180px;
}
div.grid_link a:hover,
div.grid_link a:focus,
div.grid_link a:active {
  text-decoration:underline;
}




/* Metanavigation */
div#content div#metanavigation {
  clear: both;
  padding: 35px 0 15px;
}

div#content div#metanavigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#content div#metanavigation ul li {
  float:left;
  padding-right: 20px;
}

/* Navigation */
#navigationwrapper { 
  width: 685px;
  height: 150px;
  position: relative;
  margin: 0 0 60px 0;
}

.image01 {
  background: url(../images/navigation_001_bg.jpg) no-repeat 0 0; 
}
.image02 {
  background: url(../images/navigation_002_bg.jpg) no-repeat 0 0; 
}
.image03 {
  background: url(../images/navigation_003_bg.jpg) no-repeat 0 0; 
}
.image04 {
  background: url(../images/navigation_004_bg.jpg) no-repeat 0 0; 
}
#nav1 {
  list-style: none;
  position: absolute;
  bottom: 0;
  width:100%;
}
#nav1 li {
  float: left;
  display: block;
  margin: 0 1px 0 0;
}
#nav1 li a:link,
#nav1 li a:visited {
  display: block;
  color: #93800f;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  line-height: 16px;
  background: url(../images/navigationitem_bg.png); 
}
#nav1 li a:hover,
#nav1 li a:focus,
#nav1 li a:active {
  color: #FFFFFF;
  background: #000000;
  text-decoration: none;
}

#nav1 #nav1act a:link,
#nav1 #nav1act a:visited,
#nav1 #nav1act a:hover,
#nav1 #nav1act a:focus,
#nav1 #nav1act a:active {
  color: #FFFFFF;
  background: #000000;
}


#nav1 li a span {
  display: block;
  text-align: left;
  margin: 0 auto 0 auto;
}

#nav1 #nav1act #nav2 {
  list-style: none;
  position: absolute;
  left:0; 
}

#nav1 #nav1act #nav2 li a:link,
#nav1 #nav1act #nav2 li a:visited {
  display: block;
  color: #93800f;
  background-color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  line-height: 16px;
  border-right: 1px solid #93800f;
}
#nav1 #nav1act #nav2 li a:hover,
#nav1 #nav1act #nav2 li a:focus,
#nav1 #nav1act #nav2 li a:active {
  color: #FFFFFF;
  background: #000000;
}

#nav1 #nav1act #nav2 #nav2act a:link,
#nav1 #nav1act #nav2 #nav2act a:visited,
#nav1 #nav1act #nav2 #nav2act a:hover,
#nav1 #nav1act #nav2 #nav2act a:focus,
#nav1 #nav1act #nav2 #nav2act a:active {
  color: #FFFFFF;
  background: #000000;
}

#nav1 #nav1act #nav2 .last a:link,
#nav1 #nav1act #nav2 .last a:visited,
#nav1 #nav1act #nav2 .last a:hover,
#nav1 #nav1act #nav2 .last a:focus,
#nav1 #nav1act #nav2 .last a:active{
  border-right: none;
}

/* CONTENT */
h1 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;    
  text-transform: uppercase;
  background: url(../images/header_h1_border.gif) repeat-x left bottom; 
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  clear:both;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:focus,
h1 a:active {
  font-weight: bold;
  font-size: 16px;
}

h1.incontentnavigation a:link,
h1.incontentnavigation a:visited {
  color: #93800F;
  text-decoration: none;
}

h1.incontentnavigation a:hover,
h1.incontentnavigation a:focus,
h1.incontentnavigation a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
h1.incontentnavigation a.active {
  color: #FFFFFF;
  text-decoration: none;
}

h2 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 10px 0;    
}
h3 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;    
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
h4 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;    
}

.bodytext {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.bodytext a:link,
.bodytext a:visited {
  color: #93800F;
}

.bodytext a:hover,
.bodytext a:focus,
.bodytext a:active {
  color: #93800F;
  text-decoration: underline;
}

.csc-textpic-caption {
  font-size: 12px;
  font-style:italic;
}

.csc-frame-frame1 {
  margin: 0 0 10px;
}

.csc-frame-frame1 a:link,
.csc-frame-frame1 a:visited,
.csc-frame-frame1 a:hover,
.csc-frame-frame1 a:focus,
.csc-frame-frame1 a:active {
  color: #93800F;
  background: url(../images/bullet_arrow_black.gif) no-repeat 0 5%; 
  display: block; 
  padding: 0 0 0 27px; 
  font-size: 13px;
  font-weight: bold;
}

.csc-textpic-intext-left-nowrap {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
}
.csc-textpic-intext-left-nowrap h2 {
  background:url("../images/bullet_arrow_black.gif") no-repeat scroll 5px 4px transparent;
  margin:-4px 0 0 -30px;
  padding:0 0 0 30px;
}
.csc-textpic-intext-left-nowrap h2 a {
  color: #93800f;
  font-size: 13px;
  font-weight: bold;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left:30px;
}

.csc-header-date {
  font-size: 12px;
  margin: 0 0 -10px 0;
  padding: 0;
}

/* TEASER */
.teaser {}
.teaser h1 {text-transform: uppercase;}

/*=
  = Footer
  ==============================*/
  

/*=
  = Logos
  ==============================*/
  
div#partner {
  width: 100%;
  height: 90px;
  background-color: #fff;
  clear: both;
}
div#partner ul {
  list-style: none;
  margin: auto;
  padding: 15px 0 0 0;
  width: 900px;
}
div#partner ul li {
  float:left;
  padding-right: 35px;
}

/* Formular */

#formhandler_contact_form {
  float: left;
}
#formhandler_contact_form .csc-mailform-field {
  float: left;
  padding: 0 0 20px 0;
  width: 100%; 
}
#formhandler_contact_form .csc-mailform-field-submit {
  float:left;
  width:570px;
}
#formhandler_contact_form .csc-mailform-field label {
  background: url(../images/bullet_arrow_black.gif) no-repeat 0 50%; 
  display: block; 
  float: left; 
  font-size: 0.75em;
  padding: 0 0 0 27px; 
  width: 165px;
}
#formhandler_contact_form .csc-mailform-field input {
  border: 1px solid #c5c5c5;
  display: block;
  float: left;
  font-size: 12px; 
  width: 376px; 
}
#formhandler_contact_form .csc-mailform-field-submit input.csc-mailform-submit {
  background: url(../images/submit_bg.gif) repeat-x 0 0;
  border: none;
  color: #FFFFFF;
  display: block;
  float: right;
  font-size:12px;
  padding:2px 5px;
  width: auto;
  cursor: pointer;
}
#formhandler_contact_form .csc-mailform-field textarea {
  border: 1px solid #c5c5c5;
  display: block; 
  float: left; 
  font-size: 12px;
  height: 60px; 
  width: 376px; 
}
#formhandler_contact_form .csc-mailform-field a {
  color: red;
  display:block;
  font-size: 12px;
  margin:0 0 0.5% 192px;
  width: 50%;
}
#formhandler_contact_form li.error {
  color:red;
  list-style:none outside none;
  margin:0 0 10px;
}
#formhandler_contact_form li.error a {
  color:red;
}



/* Slideshow */
#image-container {
  width:684px;
  height:310px;
}
#slideshow div {
  position: absolute;
}

/* Layout */
.tworows {float:left; width:100%;}
.tworows .row1 {float:left; width:50%;}
.tworows .row2 {float:left; width:50%;}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {float:none;position:relative;z-index:100;}
div#content .zoomicon {position:absolute;float:none;right:2px;z-index:200;}


/* ---- by Andreas ----*/

h5{
  display:none;
}

span.pressImage img{
  margin-left:-30px;
}

p.pressImagesText{
  background:url("../images/bullet_arrow_black.gif") no-repeat scroll 5px 4px transparent;
  margin:-4px 0 0 -30px;
  padding:0 0 0 30px;
  color:#FFFFFF;
  font-size:12px;
  line-height:20px;
}

h1.pressTop{
  position: relative;
  top:210px;
}

#pressCategory{
  font-size:12px;
  float:right;
  font-weight: normal;
}

*+html #pressCategory{
  font-size:12px;
  float:right;
  font-weight: normal;
  margin:-25px 0 0 0;
}

#pressCategory form select{
  padding:0 0 0 2px;
}

#pressCategory form select option{
  padding:0 10px 0 2px;
}


/* --- by Andreas ---*/

#bottomNav{
  width:80px;
  float:right;
}

#bottomNav #saveLink{
  float:left;
  background:transparent url(../images/download1.gif) no-repeat center;
}

#bottomNav #closeLink{
  float:right;
}

.presseBildeContainer{
  margin:0 0 20px 30px;
  float:left;
}

.presseBildeContainer p.pressTextContainer{
  background:url("../images/bullet_arrow_black.gif") no-repeat scroll 5px 4px transparent;
  color:#FFFFFF;
  font-size:12px;
  line-height:20px;
  margin:-4px 0 0 130px;
  padding:0 0 0 30px;
}

/* ---- by Andreas ----*/


/*--- Add Social Media Stream ---*/
/* liScroll styles */



.tickercontainer { /* the outer div with the black border */
   width: 680px; 
   height: 37px; 
   margin: 0;
   padding: 0;
   overflow: hidden; 
 }
 
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
   position: relative;
   left: 10px;
   top: 8px;
   overflow: hidden;
   width: 660px;
 }
 
ul.newsticker { /* that's your list */
   position: relative;
   left: 680px;
   
   font: bold 10px Verdana;
   list-style-type: none;
   margin: 0;
   padding: 0;
 }
ul.newsticker li {
   float: left; /* important: display inline gives incorrect results when you check for elem's width */
   margin: 0;
   padding: 0;
   color: #FFF;
   display: inline;
   
 }
ul.newsticker a {
   white-space: nowrap;
   padding: 0;
   color: #FFF;
   font: bold 10px Verdana;
   margin: 0 5px 0 5px;
   text-decoration: underline;
 } 

ul.newsticker span {
  margin: 0 10px 0 0;
 } 


div.socialMediaStream{
  background-color: #4d4a01;
  width: 688px;
  height: 37px;
  position: absolute;
  margin-bottom: 20px;
}

 ul#socialMediaTicker{
   height: 37px;
   width:680px;
 }
 
 
 ul#socialMediaTicker li{
  list-style-type: none;
  font-size: 13px;
  height: 20px;
  background-color: #F00;
  padding: 2px 10px 0 30px;
}

ul#socialMediaTicker li.fb-stream{
  background: url('../images/facebook_icon.png') no-repeat 0 0;
} 
ul#socialMediaTicker li.tw-stream{
  background: url('../images/twitter_icon.png') no-repeat 0 0;
} 
ul#socialMediaTicker li.fl-stream{
  background: url('../images/flickr_icon.png') no-repeat 0 0;
} 

ul#socialMediaTicker li a{
  font-size: 13px;
  text-decoration: none;
}
ul#socialMediaTicker li a:hover{
  text-decoration: underline;
}
 
ul#socialMediaTicker li img{
  margin-right: 10px; 
}

span.gradient-left{
  background: url(../images/gradient_left.png) no-repeat -25px 0;
  width: 125px;
  height: 37px;
  display: block;
  z-index: 99;
  position: absolute;
  top: 0px;
}

span.gradient-right{
  background: url(../images/gradient_right.png) no-repeat 25px 0;
  width: 125px;
  height: 37px;
  display: block;
  position: absolute;
  z-index: 99;  
  right: 0;
  top: 0;
}

h1.socialHeading{
  background: none;
  padding: 10px 0 0 0;
}

/*
.bx-wrapper,
.bx-window,
.bx-window li{
  width:auto !important;
}

.bx-window ul{
 padding:7px 0;
}

.bx-window li a{
  font-weight:bold;
}
*/


ul.list {
  margin-left:16px;
}

ul.list a {
  color: #93800F;
}

.tx-flvplayer2-pi1{
  margin:0px 0 20px 0;
}


/*
h1.mediaTop{
  position: absolute;
  top:210px;
}

h1.pressTop{
  position: absolute;
  top:20px;
}

#navigationwrapper { 
  width: 685px;
  height: 150px;
  position: relative;
  margin: 0 0 60px 0;
}


#pressCategory{
  position: absolute;
  top:210px;
  right:0px !important;
  font-size:12px;
}
*/
