@CHARSET "UTF-8";

@import url("carousel.css");
@import url("jFlow.css");
@import url("navi.css");
@import url("pro_dropdown_2.css");
@import url("subnavi.css");
@import url("teaser.css");
@import url("products.css");
@import url("buttonLeistung.css");
@import url("productListing.css");
@import url("kontaktformular.css");
@import url("galerie.css");
@import url("lightbox.css");
@import url("team.css");
@import url("news.css");
@import url("formfields.css");
@import url("casestudies.css");
@import url("newsListing.css");
@import url("rightColumn_special.css");



* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
/*	background:#ffffff url(http://www.ebs-lights.com/img/backgrounds/bg.jpg) repeat-y scroll center top */

}

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 18px;
	color:#646464;
}

div#background{
	width: 1086px;
/*	border: 1px solid lime;  */
	margin: 0 auto 0 auto;
	background: url(../img/backgrounds/bg.jpg) left top repeat-y;
}

#content{
	width: 1010px;
	margin: 0 auto 0 auto;
	position: relative;
/*	border: 1px solid black; */
	padding-bottom: 50px;
}

#visual{
	position: absolute;
	top: 75px;
	z-index: 0;
	width: 100%;
}

a{
	outline:none;
}

div.clearLeft{
	clear: left;
	line-height: 0;
	font-size: 1px;  
	height: 0px;
}
div.clearRight{
	clear: right;
	line-height: 0;
	font-size: 1px;  
	height: 0px;
}
div.clearBoth{
	clear: both;
	line-height: 0;
	font-size: 1px;  
	height: 0px;
}

.greyLine{
	display: block;
	width: 628px;
	height: 1px;
	line-height: 1px;
	background-color: #cccccc;
	margin: 10px 0 10px 0;
}

.greyLineSub{
	display: block;
	width: 442px;
	height: 1px;
	line-height: 1px;
	background-color: #cccccc;
	margin: 20px 0 20px 0;
}

.dottedLine{
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #000;
	margin: 40px 0 40px 0;
}

#footer{
	width:100%;
	text-align:center;
	margin-top: 20px;
}

#footer a{
	font-size: 12px;
	color:#646464;
	text-decoration: none;
}

h2.search{
        margin-top: 0px !important;
}

h2.special{
	margin: 40px 0 12px 0;
	color: #00CC00;
}


#searchFake{
 display: none; 
/* visibility: hidden; */
}