*{
	margin:0;
	padding:0;
}
body{
	background:#000000;
	font:12px/20px Arial,Verdana,Helvetica,sans-serif;
	color:#b5b5b5;
}

/* Layout Styles Starts */

#wrapper{
	width:900px;
	margin:0 auto;
}
	#header{
		height:112px;
		overflow:hidden;
	}
		#logo{
			width:251px;
			height:112px;
			float:left;
		}
		ul#menu{
			float:right;
			margin:0 15px 0 0;
		}
			ul#menu li{
				list-style:none;
			}
				ul#menu li, ul#menu li a, ul#menu li a.current{
					display:block;
					float:left;
					color:#9e9e9e;
					height:95px;
					line-height:142px;
				}
				ul#menu li a{
					padding:0 15px;
					text-transform:uppercase;
				}
					ul#menu li a:hover, ul#menu li a.current{
						color:#fff;
						background:url(images/menu-h.jpg) repeat-x;
						text-decoration:none;
					}
					ul#menu li a.current{
						background:url(images/menu-current.jpg) repeat-x;
					}
	#container{
		border:solid #383838;
		border-width:1px 0;
		padding:25px 25px 15px 25px;
		background:#000000;
	}
	#mainarea_home{
			width:700px;
			float:left;
			margin: 0 0 0 30px;
		}
	
		#mainarea{
			width:550px;
			float:left;
			margin: 0 0 0 30px;
		}
		
		.block1{
			width:350px;
			float: left;
			margin-top: 30px;
		}
			.block2{
			width:300px;	
			margin-left: 400px;
		}
				
		#sidearea{
			width:120px;
			float:right;
		}
	#footer{
		overflow:hidden;
		height:25px;
		line-height:25px;
		padding:10px 15px;
		font-size:10px;
	}
	
/* Layout Styles Ends */

/* Slider Styles Starts */

#intro {
    padding-bottom: 10px;
}
#slider-outer{
	border:solid #383838;
	border-width:1px 0 0 0;
	height:285px;
	padding:15px 0 0 0;
}
#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.scroll {
	overflow: hidden;
	width: 790px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 240px;
}
.inside {
	padding: 10px 0;
}
.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #ccc;
}
.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -45px;
}
.scrollButtons.right {
    right: -45px;
}
.hide {
    display: none;
}

/* Slider Styles Ends */

/* Links Styles Starts */

a.readmore{
	font-size:9px;
	text-transform:uppercase;
	color:#e0e0e0;
	float:right;
	margin-right:18px;
}
a.readmore:hover{
	color:#ff9000;
}
#container p.hr{
	border:solid #383838;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
/* #mainarea a{
	border-bottom:1px dotted;
} */

#mainarea a:hover{
	text-decoration:none;
}
/* Links Styles Ends */



/*CONTACT FORM*/

form { background-color: #000; padding:10px; border:1px solid #222; width: 400px;}

.text_input, .text_area{
border:1px solid #f3f3f3;
font-family: Arial, Helevtica, Verdana, san-serif;
color: #fff;
background: #222;
padding: 2px;
}

label{
padding-left:5px;
}

blocklabel{
padding:0px;
}

#send, #submit{
border:1px solid #D6D6D6;
background: #222;
color: #fff;
padding: 5px;
}

#submit:hover, #send:hover{
background: #eee;
color: #222;
}
	
.valid .text_input, .valid .text_area{border:1px solid #2ba41b;} /*#2ba41b*/
.error .text_input, .error .text_area{border:1px solid #ff0d00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ff0d00;}


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
}

#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
#container dt{
	font-weight:bold;
	margin:5px 0;
	color:#e0e0e0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#9e9e9e;
	text-decoration:none;
	font-weight:bold;
	outline: none;
}

a:hover {text-decoration:underline;color:#fff;}
h1{font-size:32px;}
h2{font-size:20px;}
h3{font-size:18px; color:#6699CC}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h4,h5,h6{margin:0 0 25px 0; color:#e0e0e0;font-family:"Trebuchet MS";}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}
.fc1{color:#e0e0e0;}




/* Genric Styles Ends */

#impressum {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
 
#impressum td {
  padding: 5px;
  border-bottom: 1px solid #222;
}
 
#impressum thead td {
  background-color: #333;
  color: #fff;  
  font-weight: bold;
}
 
#impressum tbody tr.grey td {
  background-color: #EEE;
}


/*css für Händler */

#simple-table {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
 
#simple-table td {
  padding: 5px;
  border-bottom: 1px solid #C0C0C0;
}
 
#simple-table thead td {
  background-color: #004b93;
  color: #fff;  
  font-weight: bold;
}
 
#simple-table tbody tr.grey td {
  background-color: #EEE;
}


