/* --------------------------------------------------------------
bevis Screen Style
* by nckck.com
* uses 960.gs
-------------------------------------------------------------- */

@import "reset.css";
@import "text.css";
@import "960.css";

/* Page
------------------------*/

body, html {
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-color: #cfdfcf;
  color: #000;
}

a {
color: #2398CE;
text-decoration: underline;
}

h1 { font-size: 140%; color: #3C5F3B; }

a:hover {
text-decoration: none;
}

.clearer {
  clear: both;
  margin: 0; padding: 0; line-height: 0; height: 0;
}

/* Header
------------------------*/

.top {
	height: 147px;    
	background-image: url(../img/top_shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.top .logo img {
	margin: 60px 0 0 10px;
}

.topmenu {
	position: relative;
}

.topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
    width: 320px;
    float: right;
}

.topmenu li {
	margin: 0;padding: 0;
	float: left; 
}        

.topmenu li a {      
	display: block;
	width: 160px;
	height: 147px;
	background-image: url(../img/btn_top_inactive.png);
    text-align: center;
}

.topmenu li a.active {
	background-image: url(../img/btn_top.png);
}

.topmenu li a img {
    margin-top: 110px;
}

.menu {
	height: 71px;
	background-image: url(../img/bg_menu.png);
    overflow: hidden;
}

.menu ul {
	list-style-type: none;
	margin: 0;padding: 0;
}

.menu li {
	margin: 0;padding: 0;
}

.menu li {          
    float: left;          
}

.menu li a {          
    display: block;
    width: 120px;
    height: 63px;
    background-image: url(../img/btn_menu.png);
    text-align: center;
}

.menu li a:hover {
	background-image: url(../img/btn_menu_hover.png);
}

.menu li a img {
    margin-top: 10px;
}

.menu li a.active {
	background-image: url(../img/btn_menu_active.png);
}

/* Content
------------------------*/

.contentcontainer {
	background-image: url(../img/bg_main_repeat.png);
}

.contentlayer {
	background-image: url(../img/bg_main.png);
	background-repeat: no-repeat;       
    height: 100%;
}

.contentlayer.bevis {
    background-image: url(../img/bg_bevis.png);
}

.contentlayer.tradewinds {
    background-image: url(../img/bg_tradewinds.png);
}

.contentlayer.preblauer {
    background-image: url(../img/bg_preblauer.png);
}

.contentlayer.clubmate {
    background-image: url(../img/bg_clubmate.png);
}

.contentlayer.conelly {
    background-image: url(../img/bg_conelly.png);
}

.contentlayer.roemerquelle {
    background-image: url(../img/bg_roemerquelle.png);
}

.contentlayer.sprizzerol {
    background-image: url(../img/bg_sprizzerol.png);
}

.content {
	padding: 5px 30px 2px 30px;
}

.content.l {
	padding: 5px 10px 20px 30px;
}

.content.r {
	padding: 5px 30px 20px 10px;
}

.morecontent {
    margin: -10px 0 20px 0;
    padding: 0 30px 0 30px;
}

.content.logo {
	padding-top: 30px;
}

ul.img {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.img li {
    display: inline;
    margin: 0;
    padding: 0 8px 8px 0;
}

/* Slider
------------------------*/

.scrollMe {
  position: relative;
  margin-top: 10px;
  width: 490px;
  height: 410px;
  overflow: hidden;
}

.scrollMe ul, .scrollMe ul li ul {
  position: absolute;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.scrollMe ul li, .scrollMe ul li ul li {
  display: inline;
  margin: 0 10px;
  padding: 0;
}

.slider {
  background-image: url(../img/slider_bg_short.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 472px;
  position: relative;
  height: 14px;
  padding: 4px;
  color: white;
  font-size: 0.9em;
  cursor: pointer;
  margin: 0 0 1em 0;
}

.slider .paddle {
  position: absolute;
  background-image: url(../img/slider_paddle_short.png);
  width: 112px;
  height: 18px;
}

.slider .paddle.trans {
  position: absolute;
  background-image: url(../img/px.gif);
  width: 112px;
  height: 18px;
  z-index: 10;
}

.grid_8 .slider .paddle {
  background-image: url(../img/slider_paddle_short.png);
  width: 150px;
}

.grid_8 .slider .paddle.trans {
  background-image: url(../img/px.gif);
  width: 150px;
}

.slider span {
  position: absolute;
  left: 40px;
  top: 5px;
}

/* Slider without JS
------------------------ */

.products {
  position: relative;
  margin-top: 10px;
  width: 470px;
  height: 430px;
  padding-right: 20px;
  overflow: auto;
}

.products ul, .products ul li ul {
  position: absolute;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.products ul li, .products ul li ul li {
  display: inline;
  margin: 0 10px;
  padding: 0;
}

/* Footer
------------------------*/

.footer {
	background-image: url(../img/bg_foot.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 50px;
}

.footer div {
    margin: 10px 0;  
	font-size: 90%;
	text-align: right;
	color: white;
	font-weight: bold;
	
}

.footer a {
	color: white;
}