@charset "utf-8";

body {
	color: #3F4448;
	background-color: #000;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bgimg {
	z-index: -1;
	position: fixed;
	text-align: left;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#lang {
	position:absolute;
	width:1002px;
	height:30px;
	z-index:4;
	text-align: right;
	top: 11px;
	
}

#footer {
	font-size: 10px;
	color: #CCC;
}

#footer a {
	font-size: 10px;
	color: #CCC;
}
#footer a:active {
	font-size: 10px;
	color: #FF1414;
}
#footer a:hover {
	font-size: 10px;
	color: #FF1414;
}

a {
	color: #3F4448;
}
a:active {
	color: #FF1414;
}
a:hover {
	color: #FF1414;
}

a:visited {
	color: #3F4448;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-top: 10px;
	border-spacing: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
a img {
	border: 1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #BFBFC0;
	border-right-color: #BFBFC0;
	border-bottom-color: #BFBFC0;
	border-left-color: #BFBFC0;
}
#unfinished {
	color: #F00;
}

#modalbg {
	background: #000000 none repeat scroll 0 0;
	/* filter: alpha(opacity=50); */
	opacity: 0.5;
	z-index: 100;
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10000px;
}
#modalcontent {
	background: #ffffff;
	z-index: 101;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}
#dialog {
	display: none;    
    position: absolute;
    top: 10%;
    left: 10%;        
    width: 80%; 
    height: auto;   
    background-color: #ffffff;    
    border: 1px solid black;
    padding: 12px;
	text-align:	center;
	vertical-align: middle;
}
#dlgclose {	
	position:absolute;				
	left:98%;
	top:0px;
	background-color: #ffffff;
}
.jqmOverlay { background-color: #000000; }

.navcell {
	background-color: #231F20;
	/*width: 200px;*/
	text-align: center;
	font-weight: bold;
}

.nav{
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	cursor: pointer;
	line-height: 26px;
}

.nav:hover, .navcell_active:hover {
	background-color: #FF571D;
}

.navcell_active {
	color: #000000;
	background-color: #FFFFFF;
	/*width: 200px;*/
	text-align: center;
	font-weight: bold;
}

.navcell a {
	color: #FFFFFF;
	text-decoration: none;
}

#aktuell {
	color: #FF571D;
	font-family: arial;
	font-weight: bold;
	margin-left: 50px;
	font-size: 26px;
	font-style: italic;
}

#all_products a {
	color: #FF571D;
	font-family: arial;
	font-weight: bold;
	margin-left: 243px;
	font-style: italic;
}