@charset "utf-8";

/* Farben
dunkelgrün:				#2b402b
hellgrün Bildränder:	#e5eae3
hellgrün Hintergrund:	#bad1ba
hellgrün Navigation:	#e1ece1
orange Links:			#FF6633


*/

/* Ränder */

* {border: 0; padding: 0; margin: 0; outline: 0;}
body {min-height: 101%; 
	  color:#2b402b; 
	  text-align:center;
	  background-color:#bad1ba; 
	  background-image: url(pics/bg_body.jpg); 
	  background-repeat:repeat-x;
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	  font-size: 80%;
	  }
#container {width: 930px; text-align:left; margin: 30px auto;}	
#content {margin: 0 20px 40px 40px;}
#navi {background-color: #e1ece1; background-image: url(pics/bg_navi.jpg); background-repeat:repeat-x; height: 4.4em;}

/* Inhalt */
h1 {text-align: right; font-size: 01.6em; margin: 15px 0 40px 0}
h2 {font-size: 1.2em; margin: 0 85px 25px 0;}
p {margin: 0 85px 20px 0; line-height: 1.4em; }
#content ul {margin: 0 85px 20px 35px; }
#content a {color: #990033; text-decoration: none; font-weight:bold;}
#content a:hover {color: #2b402b; text-decoration: underline;}
p.last {padding-bottom: 60px; background-image:url(pics/bg_last.gif); background-repeat:no-repeat; background-position:bottom center;}
p.em {background-image:url(pics/bg_em.jpg); background-repeat:repeat-x; background-position:bottom; width: 550px; padding: 10px; margin-right: 0;}
p.em-wide {background-image:url(pics/bg_em.jpg); background-repeat:repeat-x; background-position:bottom; padding: 10px;}
p.em-wide_long {background-image:url(pics/bg_em_long.jpg); background-repeat:repeat-x; background-position:bottom; padding: 10px;}
img.textimage {float:right; border: 5px solid #e5eae3; margin: 0.3em 0 25px 25px;}
span.right {display:block; text-align:right;}

/* Bilderreihen */
.images {width: 930px;}
.images img {margin: 0 54px 8px 0}
.images img.last {margin-right: 0}

/* Navigation */
ul#navi-main {border-bottom: 1px solid white; list-style-type:none; float:left; width: 930px;}
ul#navi-sub {list-style-type:none; float:left; border-left: 2px solid #fff;}
ul#navi-sub.historie {margin-left: 66px;}
ul#navi-sub.angebot {margin-left: 153px;}
#navi li {float:left;}
li#home {width: 66px;}
li#historie {width: 87px;}
li#angebot {width: 116px;}
li#referenzen {width: 110px;}
li#profil {width: 66px;}
ul#navi-main li#impressum {width: 86px; float:right;}
#navi a {color: #2b402b; text-decoration: none; padding: 4px 0 4px 8px;font-weight: bold; display: block; float:left;}
#navi a:hover, #navi a:focus {color: #fff}
ul#navi-sub a {font-weight: normal; padding-right: 20px;}
ul#navi-sub li.aktuell a {font-weight:bold;}
ul#navi-main li.aktuell a {border-left: 2px solid #fff; color: #fff}
