* {margin: 0; padding: 0;}

html {height: 100%;}
		
body {
	background-color: #b1b1b1;
	text-align: center;
	font-family: sans-serif;
	height: 100%;
	}		

#site {
	width: 980px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url(images/streifen.jpg) top left;
	}
	
#header {
	text-align: right;
	height:65px;
	background: #E5e5e5 url(images/slogan_header.gif) bottom left no-repeat;
	}

#navi {
	width: 550px;
	float: left;
	text-align: left;
	padding: 0 0 0 20px;
	margin-top: 20px;
	}

#navi, #navi ul {
	list-style-type:none;
	font-size: 11px;
	}

#navi a {
	color: black;
	text-decoration: none;
	}
	
#navi a:hover {
	color: #B41417;
	text-decoration: none;
	}

#navi li.ebene1 {
width: auto;
	float:left;
	padding: 0;
	margin: 0 5px 0 0;
	position: relative;
	background: url(images/tab_01.gif) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	}

#navi li.ebene1 a {
	display: block;
	background: url(images/tab_02.gif) top right no-repeat;
	padding: 7px 10px 4px 12px;
	}

#navi li ul {
	display:none;
	}

#navi li:hover ul {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
	margin-left: -50%;
	padding: 0;
	z-index: 1000;
	background-color: #ECEEF0;
	opacity: .8;
	}
	
#navi li.ebene2 {
	float: none;
	text-align: center;
	font-size: 10px;
	border: 0;
	padding: 0 5px 5px 5px;
	background-image: none;
	}

#navi li.ebene2 a{
	display: block;
	background: none;
	}

#navi li.ebene2 a:hover{
	background-color: #cccccc;
	}

	
#middle {
	min-height: 400px;
	padding: 0 20px 10px 20px;
	margin: 0 20px 10px 20px;
	background-color: white;
	border: 1px solid #999999;
	}

#middle a img {border: 0;}
	
#content-left {
	width: 455px;
	float: left;
	min-height: 300px;
	}

#content-left .imagebild {
	display: block;
	width: 455px;
	height: 200px;
	}

#content-left .box-left {
	width: 435px;
	text-align: center;
	font-size: 18px;
	background-color: #B41417;
	color: white;
	padding: 20px 10px;
	}

#content-left .slogan-left {
	text-align: left;
	font-size: 18px;
	color: #999999;
	padding: 20px 0 10px 0;
	}

#content-left .image-left {
	text-align: left;
	padding: 20px 0 0 0;
	}
	
.schweissen-rechts {
	width: 210px;
	float: left;
	position: relative;
	top: -35px;
	margin-bottom: -35px;
	}
	
.laser-rechts {
	width: 210px;
	float: right;
	position: relative;
	top: -35px;
	margin-bottom: -35px;
	}

#content-right {
	width: 430px;
	float: right;
	text-align: left;
	}

img.sidebar {
	display: block;
	width: 210px;
	}

.sidebar-adresse {
	height: 160px;
	font-size: 12px;
	color: white;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	}

.sidebar-adresse p {
	padding: 10px 5px 0 15px;
	}
	
.sidebar-menu {
	height: 150px;
	background: #8394C8 url(images/verlauf.jpg) bottom left repeat-x;
	}

.sidebar-menu ul {
	line-height: 130%;
	font-size: 12px;
	padding: 50px 5px 5px 30px;
	color: white;
	}

.sidebar-menu ul li a {
	color: white;
	text-decoration: none;
	}

.sidebar-menu ul li a:hover {
	text-decoration: underline;
	}

#inhalt {
	color: #000000;
	line-height: 120%;
	}

#inhalt h1 {
	font-size: 18px;
	margin-top: 10px;
	color: #B41417;
	}
	
#inhalt h2 {
	font-size: 14px;
	margin-top: 10px;
	color: #B41417;
	}

#inhalt p {
	font-size: 12px;
	margin-top: 10px;
	}
	
#inhalt .bild_inhalt {
	float: right;
	margin: 10px 0 15px 15px;
	padding: 5px;
	border: 1px solid #cccccc;
	}
	
#inhalt .bildunterschrift {
	font-style: italic;
	margin-top: 5px;
	}

#footer {
	clear: both;
	font-size: 11px;
	padding: 0 25px;
	}
	
#footer-left {float: left;}
#footer-left a {color: black;}
#footer-right {float: right;}

.clearer {clear: both;}
