@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #515f5f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;	
}

a img{
	border: 0 none;
}

/*--IDs--*/
#wrapper{
	background: url(../img/wrapper-background.jpg) repeat-y;
	margin: 20px auto;
	width: 900px;
}

#header{
	background: url(../img/header-background.jpg) no-repeat;
	height: 177px;
	text-align: left;
	margin: 0;
}

#header h1{
	display: none;
}

#address{
	float: right;
	height: 137px;
	padding: 20px;
	line-height: 160%;		
	width: 230px;
}

#address ul{
	margin: 0;
	list-style-image: url(../img/pfeil.jpg);
}

#address ul li{
	padding-left: 0px;
	margin-bottom: 10px;
}

#navigation{
	border-left: 10px solid #868d91;
	border-right: 10px solid #868d91;
	width: 880px;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a{
	color: #0747b2;
	text-decoration: none;
}

#navigation a:hover{
	color: #6b6969;
}

#menu{
	font-size: 12px;
}

#menu li{
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 220px;
}

#menu li a{
	color: #fff;
	background: #c00418;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover{
	color: #fff;
	background: #676d71;
}

#menu li.selected{
	background: #676d71;
	color: #fff;
	font-weight: bold;
}

.bullet{
	background: url(../img/navigation-selected-background.jpg) 0 4px no-repeat;
	padding-left: 10px;
	height: 20px;
}

#main{
	border-left: 10px solid #868d91;
	border-right: 10px solid #868d91;
	float: left;
	padding: 40px 40px 20px 40px;
	text-align: left;	
	width: 800px;
}

#main h1{
	color: #c00418;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

#main h2{
	color: #c00418;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 10px 0;
	margin: 0;
}

#main h3{
	color: #c00418;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

#main h4{
	color: #676D71;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 0 0;	
	margin: 0;
}

#main p{
	text-align: justify;
	line-height: 150%;
	padding-bottom: 5px;
}

#main ul{
	list-style-image: url(../img/list-style_elektroplus.jpg);
	line-height: 20px;
}

#main ul li{
	padding-left: 5px;
}

#impress a{
	color: #868d91;
}

#main a, #address a, #domain a, #impress a:hover{
	color: #c00418;
}

#main a:hover, #address a:hover, #domain a:hover{
	color: #000;
}

#footer{
	background: url(../img/footer-background.jpg) no-repeat;
	clear: both;
	height: 120px;
}

#vdh{
	float: left;
	height: 100px;
	padding-left: 50px;
	text-align: left;
	width: 250px;
}

#vdh h3{
	color: #6b6969;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

#domain{
	float: left;
	height: 100px;
	line-height: 100px;
	width: 300px;
}

#impress{
	float: left;
	height: 100px;
	line-height: 100px;
	padding-right: 50px;
	text-align: right;
	width: 250px;
}

#impress a{
	background: url(../img/pfeil.jpg) 0 3px no-repeat;
	padding-left: 25px;
}

/*Classes*/

.hide{
	display: none;
}

.toppad{
	padding-top: 20px;
}

.fright{
	float: right;
	margin: 0 0 10px 10px;
}

.fleft{
	float: left;
	margin: 0 10px 10px 0;
}

.red{
	color: #c00418;
}