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

body {
	background-color:#fff;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
	margin: 0 0 0 0;
	background-image: url(../img/main_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;
}

#schriftzug {
	margin:57px 0 0 0;
	padding:0;
	height: 300x;
	width:960px;
    float:right;
}

#schriftzug_imp {
	margin:62px 0 0 0;
	padding:0;
	height: 300x;
	width:960px;
    float:right;
}

#footer {
	clear: both;
	margin: 0;
	padding: 20px 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;
}

#content_inner{
	margin:50px 0 0 0;
	padding: 0 0 0 10px;
	width:960px;
	float:right;
	text-align: center;
	font-weight: bold;
}

/* 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;}

