/* --------------------------------------------------------------
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;
	white-space: nowrap;
}

.m {
	position: relative;
	overflow: hidden;
	width: 940px;
	margin-right: 20px;
}

.m .next {
	position: absolute;
	right: 0;
	top: 0;
	height: 63px;
	width: 40px;
	cursor: pointer;
}
.m .prev {
	position: absolute;
	left: 0;
	top: 0;
	height: 63px;
	width: 40px;
	cursor: pointer;
}

.m .prev img, .m .next img {
    margin: 13px 10px 0 10px;
}

.menu .punkt {
	display: inline-block;
	width: 120px;
}

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

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

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

.menu .punkt 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);
}

.contentlayer.pilots {
    background-image: url(../img/bg_pilots.png);
}

.contentlayer.gschbusi {
    background-image: url(../img/bg_gschbusi.png);
}

.contentlayer.wildfire {
    background-image: url(../img/bg_wildfire.png);
}

.contentlayer.chabeso {
    background-image: url(../img/bg_chabeso.png);
}

.contentlayer.sutherlandia {
    background-image: url(../img/bg_sutherlandia.png);
}

.contentlayer.th {
    background-image: url(../img/bg_th.png);
}

.contentlayer.kernenergie {
    background-image: url(../img/bg_kernenergie.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;
}

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

.logos ul 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;
}

div.slides ul, div.slides li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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