body {
	background-color: #1c1c1c;
}

#wrapper {
	margin: 0 auto;
	width: 749px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*border: 1px solid #353535;*/
}

#navi {
	width: 100%;
	height: 232px;
	border-bottom: 1px solid #747474;
}

#navi #navi-left, #navi #logo, #navi #navi-right {
	float: left;
}

#navi #navi-left ul,#navi #navi-right ul {
	margin-top:8px;
	list-style: none;
}

#navi-left ul li, #navi-right ul li {
	width: 214px;
	height: 108px;
	overflow: hidden;
	position: relative;
}

#navi-left ul li img, #navi-right ul li img {
	position: absolute;
	top:36px;
}

#navi-left ul li img.arrow-right, #navi-right ul li img.arrow-right {
	right: -61px;
}

#navi-left ul li span, #navi-right ul li span {
	left: 70px;
	position: relative;
	top: 45px;
}

#navi-left ul li:first-child, #navi-right ul li:first-child {
	margin-bottom: 4px;
}

#navi-left ul li, #navi-right ul li {
	background-repeat: no-repeat;
	background-color: #fd7200;
}

#button-struktur {
	background-image: url('/images/global/button_struktur.png');
}

#button-energetik {
	background-image: url('/images/global/button_energetik.png');
}

#button-seminar {
	background-image: url('/images/global/button_seminar.png');
}

#button-kontakt {
	background-image: url('/images/global/button_kontakt.png');
}

#content-wrapper {
	clear: both;
	height: 400px;
	width: 100%;
	padding: 0px 10px;
}
	
#left, #center, #right {
	overflow: hidden;
}

#left {
	width: 192px;
	height: 100%;
	padding: 20px 5px;
	float:left;
}

#right {
	width: 192px;
	height: 100%;
	padding: 20px 5px;
	float:left; 
}

#center {
	width: 301px;
	height: 100%;
	padding: 20px 10px;
	float: left;
	border-left: 2px solid #343434;
	border-right: 2px solid #343434;
}

#footer {
	height: 55px;
	border-top: 3px solid #747474;
	clear: both;
	background-color: black;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding-top: 15px;
}

.clearer {
	clear: both;
}


