
/* --------------------  RESET -------------------------- */

@import "reset.css";


/* -----------------  Allgemeines ----------------------- */

html, body {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background-color: #000;
	font-weight: normal;
}

h1 {
	font-size: 16px;
	padding: 10px 0 0 0;
	color: #fff;
}

div p {
	font-size: 1em;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	border: 1;
}

#head {
	height: 110px;
	text-align: right;
	padding: 20px 0 0 0;
}


#linie {
height: 2px;
background: #fff url(../images/footer_background.jpg) left top repeat-y;
}

#table {
	height: 250px;
	top: 0;
	left: 0;
}

#table ul {
	/*list-style: none;*/
	padding: 0 0 0 0;
}

#table ul li {
	float: left;
	width: 250px;
	height: 100px;
	padding: 20px 0 0 0;
}




#content {
	height: 400px;
	padding: 60px 200px 0px 200px;
	text-align: left;
	background: #000;
}

.elektrohase {
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid white;
	padding: 66px 20px 66px 50px;
}


.elektrohase a {
	color: #fff;
	text-decoration: none;
}

.elektrohase a:hover {
	color: #999999;
	text-decoration: none;
}



.float-left {
	float: left;
	text-align: left;
}




#footer {
	height: 35px;
	padding: 0 30px 0 30px;
	background: #fff url(../images/footer_background.jpg) left top repeat-y;
}


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

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

#footer-left {
	float: left;
	padding: 10px 0 0 0;
}

#footer-right {
	float: right;
	color: #000;
	padding: 10px 0 0 0;
}