@charset "utf-8";
/* Weidacher - CSS Datei */

body {
	background-color:#fff;
	color:#000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
	margin: 0 0 0 0;
	background-image: url(../img/bground.jpg);
	background-repeat: repeat-x;
}

a {
text-decoration:none;
color:#000;
}

a:hover {
text-decoration:none;
color:#000;
}

a img { border: none }

#center {
	width:960px;
	text-align:center;
	margin:0 auto;
}

#header {
	margin:0 0 40px 0;
	padding:0;
	width:960px;
	height:83px;
	float:left;
}

#logo {
	margin:24px 10px 0 0;
	padding:0;
	width:200px;
	height:75px;
	background:url(../img/weidacher.png) no-repeat top left;
	float:right;
}

#easyslider {
	height: 300x;
	width:960px;
	clear:both;
}

#footer {
	clear: both;
	margin: 0;
	padding: 200px 10px 0 10px;
	font: normal .8em/.8em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 5px 0 0 0;
	float:left;
	text-align:left;
}
#footer-content .col2 {
	width: 200px;
	padding: 5px 0 0 0;
	float:right;
	text-align:right;
}

/* navigation bar */
#nav {margin:46px 0 0 10px; padding:0; float:left;}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:rleft;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font:14px Arial, Helvetica, sans-serif;
	line-height:30px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;
	color:#000000; 
}

#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px; 
	color:#000000;
}

#nav .lavaLamp li .active {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px; 
	color:#000000;
}


#nav .lavaLamp li.back {
	background: url(../img/lava.png) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(../img/lava.png) no-repeat top left;
	height: 30px;
	margin-right: 9px;
}
#nav a:link{color:#000000; text-decoration:none;}

#nav a:hover{color:#000000; text-decoration:none;}

#nav a:active{color:#000000; text-decoration:none;}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:300px;
	overflow:hidden;
		}	
		 #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:600px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:right;
		height:28px;
		line-height:5px;
		color:#999999;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#222222;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

