body {
	background:	#000000;
	color:		#ccc;
	padding:	0px;
	font-family:	sans-serif;
	background-image: url('/images/keyvis.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	font-size:	14px;
	min-width:	980px;
	height:100%;
}

a, a:link, a:visited, a:active {
	color:		#ffffff;
	text-decoration: underline;
}

#container {
	width:980px;
  margin:0 auto;
  padding-bottom:20px;
}

fieldset.register {
  background-color:#222;
  -moz-opacity:0.8;
  opacity:0.8;
  filter:alpha(opacity=80);
}

fieldset br, br.cl {
	clear:		both;
}


fieldset	{
	margin:	15px 0px;
	padding: 10px;
	border:  1px solid #f9ca29;
}

.red {
  color: red;
}

.msg {
  border-bottom:#f9ca29 solid 2px;
  border-top:#f9ca29 2px solid;
}

#nav {
  margin: 0px 0px 25px 0px;
}


#nav ul{
    font-size:11px;
    padding: 7px 8px 6px;
  	background:#303030;
  	color:#000000;
    margin:0px  ;
    list-style:none;
    border-bottom:#997c19 1px solid;
    height: 14px;
    }

#nav ul li{
    display:block;
    margin: 0px 10px;
    padding:0px;
    float: left;
    text-align: center;
    }

#nav ul li.right{
     float: right !important;
}

#nav ul li a {
     text-decoration:none;
}

a:hover{
     color:#F9CA29;
}





#bannerimg {
    border-bottom:#997c19 1px solid;
    padding:0px;
    margin:0px;
    text-align:center;
}

#bannerimg img{
    margin:0px 0px 0px 00px;
}

#bannerimg h1 {
    padding:0px;
    margin:5px 0px 0px 0px;

    text-decoration:none;
    font-size: 25px;
}


.lefttopheadline {

    margin-bottom:30px;
    padding-left: 20px;
    height: 27px;
    overflow: hidden;
    background:#303030;
    border-bottom:#997c19 1px solid;
    font-size: 11px;

}

.lefttopheadline div {
	padding-top: 4px;
}

.lefttopheadline input.flag {
  	margin-right: 10px;
	background:#303030;
	border:0;
	color:white;
	cursor:pointer;
    font-size: 11px;
    height: 20px;
}

#left {
    float:left;
    width:200px;
  	height:auto;
  	margin:0px;
  	padding: 0px;
  	border-right:#f9ca29 1px solid;
    }
    
    
table.small_list {
    width:100%;
	  font-size: 11px;
  	font-weight:	normal;
  	margin:0px 0px 30px;
}

form br {
  clear:both;
}

table.small_list caption {
	  font-size: 12px;
  	font-weight:	bold;
    background: url('/images/list.gif') #333;
    background-position:0px 2px;
    background-repeat:no-repeat;
  	margin: 0px 0px;
  	line-height:18px;
    padding:	2px 10px 4px 18px;
    text-align:left;
}

select.miniselect {
    width:100%;
    margin:0px 0px;
    padding:0px;
    font-family:	sans-serif;
    font-size:11px;
    border:none;
    font-weight:bold;
    background:#000;
    color:#bbb;
    text-align:right;
}

    

table.small_list th {
  -moz-opacity:0.8;
  opacity:0.8;
  filter:alpha(opacity=80);
  
	background:	#333;
	padding:	4px 2px 1px;
	border-top: #997c19 1px solid;
	text-align: left;
}

table.small_list td {
	background:	none;
	padding:	1px 8px 5px;
	border-top:#444 1px solid;
	text-align: left;
}

table.small_list th a {
  display:block;
  background-image: url('/images/y_arr2.gif');
  background-repeat:no-repeat;
  padding-left:15px;
	color: #bbb!important;
	text-decoration: none!important;
}

table.small_list a:hover {
  background-image: url('/images/y_arr.gif');
	color: #fff!important;
	text-decoration: none!important;
}
    
#main {
    float:right;
    width:779px;
    padding: 0px 0px 40px 0px;
  	min-height:400px;
  }
        
#main h2 {
  clear:both;
  }        
    
    
#submain {
  padding: 0px 0px 0px 10px;
  margin:0px;
}    
    
#mainleftcolumn {

  float:left;
  width:540px;
}

#mainrightcolumn {
  float:right;
  width:190px;
}
    
label.adress {
  clear:both;
  width:240px;
	text-align:right;
	padding-right:10px;
	height:25px;
}



    
    
  
#footer {
    font-size:80%;
    padding: 1px 8px 2px;
  	background:#303030;
  	color:#000000;
    clear:both;
    }

#footer a {
  color: #000000;
  }

a.biglink, a.biglink:link, a.biglink:visited {
  background-image: url('/images/y_arr2.gif');
  background-repeat:no-repeat;
  padding-left:18px;
  background-position: 3px 1px;  
  text-decoration:none;
  font-size:14px;
  font-weight:normal;
  float:right;
}

a.biglink:active, a.biglink:hover {
  background-image: url('/images/y_arr.gif');
}
  
#footer a:hover {
  color: #808080;
  }
    
p {
  padding: 0px 10px;
  }    




label {
	width: 		280px;
	display:	block;
	text-align:right;
	padding-right:20px;
	float:		left;
	font-size:	90%;
	height:		1.7em;
	
}
legend	{
	color:		white;
	font-weight:	bold;
}	

input, textarea {
	width:		300px;
	font-family:	sans-serif;
	font-size:	90%;
}

.submit {
	border: 	2px solid #aaa!important;
	font-weight:	bold;
	background:     #d5d3d3!important;
	color:          black!important;
	font-size:	90%;
}

select.wide{
 	width:		300px;
	font-family:	sans-serif;
	font-size:	90%;
}



a.pseudobutton	{
	display:	block;
	background:	#333333;
	padding:	3px;
	border:		1px white solid;
	text-decoration:	none;
}

a.pseudobutton:hover {
	background:	#666666;
}

h2, h3, h4, h5, h6, h7 {
	color: #fff;
	padding: 0px 10px;
	margin: 10px 0px 0px 0px;
  border-bottom:#997c19 1px solid;
}

h1 { 
  font-size: 25px;
  }

h2 { 
  font-size: 20px;
  }

h3 { 
  font-size: 17px;
  }

div.button {
  width:180px;
  background-color: #222;
	text-align:center;
	padding:0px!important;
	padding-bottom:10px!important;
	margin: 20px 7px!important;
  }


div.button img {
  margin:0px!important;
  margin-bottom:0px!important;
  border:#f9ca29 1px solid;
	}


div.button h2 {
  margin:0px 0px 8px 0px;
  padding:2px 0px!important;
  background-color: #333;
  width:100%;
  font-size:13px;
}
#left div.button h2 a {
      display: block;	
}

#left div.active h2 {
  background:#f9ca29;
  border-bottom: 0px;
}
#left div.active h2 a {
  color: black;
}


div.homebutton {
  width:400px;
  height:230px;
  background-color: #222;
	text-align:center;
	padding:0px!important;
	padding-bottom:10px!important;
	margin: 45px !important;
	float: left;
	display: inline;
  }


div.homebutton img {
	width: 230px;
  margin:0px!important;
  margin-bottom:0px!important;
  border:#f9ca29 1px solid;
	}  


div.homebutton h2 {
  margin:0px 0px 8px 0px;
  padding:2px 0px!important;
  background-color: #333;
  width:100%;
  font-size:15px;
}

p.headtime {
  float:right;
  margin:0px 0px 7px;
  padding:0px;
  font-size:10px;
  font-weight:normal;
  color:#888;
  border-bottom:#555 1px solid;
}

p.newstext {
  clear:both;
  margin-bottom:40px;
}

img.news {
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  border:#f9ca29 1px solid;
}

table {
	border-collapse:	collapse;
}

img {
  border:none;
  }

div.rules h3{
  font-size:15px;
  margin-top:40px;
  margin-bottom:0px;
}

div.rules h4{
  font-weight:normal;
  font-size:12px;
  text-align:right;
  margin-top:40px;
  margin-bottom:0px;
}

div.rules p{
  margin:10px 0px;
}

li {
  margin:8px 0px;
}

#showhide{
	display:none;
}

div.allgrey{
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 98%;
  background-color:#222;
  -moz-opacity:0.8;
  opacity:0.8;
  filter:alpha(opacity=80);
}

div.centerpic{
  margin:0px;
  padding:0px;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:98%;
  text-align:center;
  /*border:1px solid red;*/
}


#bigpicbox{
  margin:50px auto;
	text-align:center;
	width:600px;
	border:1px solid #444;
	background: #111;
	padding:0px;
}

#bigpicbox img{
	   max-width:600px;
}

#bigpicbox div.x{
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	background-color:#555;
	padding:0px;
	margin:0px;
	float:right;
}

#bigpicbox div.x a{
	text-decoration:none;
}

#bigpicbox div.imgnavi{
	padding:7px;
}

#bigpicbox h1{
	font-size:18px;
	border:none;
	margin:8px;
}

#bigpicbox p{
	font-size:14px;
	border:none;
	margin:8px;
}

div.picturebox{
	margin: 8px 13px;
	padding:10px;
	width:210px;
	height:220px;
	float:left;
	text-align:center;
	
	overflow:hidden;
}

div.picturebox a{
	text-decoration:none!important;
}

div.picturebox img{
	border:#f9ca29 1px solid;
}

div.picturebox h1{
	font-size:12px;
	border:none;
	margin:3px;
}

div.picturebox p{
	font-size:12px;
	border:none;
	margin:3px;
}

div.preise {
    width: 700px;
    }
    
div.products {
	     text-align: center;
	     clear: both;
         margin: auto;
}

div.products div {
	     width: 256px;
	     float: left;
	     display: block;
}

div#productscontent {
	margin: 0px auto;
}

div#home {
}

a.current {
     color:#F9CA29 !important;
}

.warn {
    font-size:10px;
    font-weight:normal;
    margin-left:16px;
    display: block;
}

.nolimit { color:#0f0; }
.limit2 { color:red; }
.limit1 { color:yellow; }
