@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
}
a, a img {
	color: #7a7a7a;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#container #header {
	background-image: url(../pics/bg_sw.gif);
	background-repeat: repeat-x;

}
#container #header #headerx {
	width: 950px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container #header #headerx #logo {
	width: 580px;
	float: left;
	padding-top: 28px;
}

/* --- Hier beginnt die Navigation --- */
#container #header #headerx #navi {
	float: left;
	width: 369px;
	height: 160px;
}
#container #header #headerx #navi ul {

}
#container #header #headerx #navi #ebene1 li {
	display: block;
	color: #333333;
	float: left;
	margin-right: 33px;
	width: 34px;
}

#container #header #headerx #navi #ebene1 li:hover {
 	position: relative;
}

#container #header #headerx #navi #ebene1 a {
	display: block;
	height: 160px;
}

#container #header #headerx #navi #ebene1 img {
	display: block;
	width: 34px;
	height: 160px;
	border: 0;
}

/* --- Anfang Button Home --- */
#container #header #headerx #navi #ebene1 a#mhome {
	background-image: url(../pics/buttons/bh_home.gif);
	display: block;
}
#container #header #headerx #navi #ebene1 a#mhome:hover img {
	visibility: hidden;
}
#container #header #headerx #navi #ebene1 a#mhome:hover { 
    border:0;
}
/* --- Ende Button Home --- */


/* --- Anfang Button Über uns --- */
#container #header #headerx #navi #ebene1 a#muns {
	background-image: url(../pics/buttons/bh_uns.gif);
	display: block;
}
#container #header #headerx #navi #ebene1 a#muns:hover img,
#container #header #headerx #navi #ebene1 a#muns:active img,
#container #header #headerx #navi #ebene1 li:hover a#muns img {
	visibility: hidden;
}
#container #header #headerx #navi #ebene1 a#muns:hover { 
    border:0;
}
/* --- Ende Button Über uns --- */


/* --- Anfang Button Fotogalerie --- */
#container #header #headerx #navi #ebene1 a#mfotos {
	background-image: url(../pics/buttons/bh_fotos.gif);
	display: block;
}
#container #header #headerx #navi #ebene1 a#mfotos:hover img {
	visibility: hidden;
}
#container #header #headerx #navi #ebene1 a#mfotos:hover { 
    border:0;
}
/* --- Ende Button Fotogalerie --- */


/* --- Anfang Button Alles massiv --- */
#container #header #headerx #navi #ebene1 a#malles {
	background-image: url(../pics/buttons/bh_allesmassiv.gif);
	display: block;
}
#container #header #headerx #navi #ebene1 a#malles:hover img,
#container #header #headerx #navi #ebene1 a#malles:active img,
#container #header #headerx #navi #ebene1 li:hover a#malles img {
	visibility: hidden;
}
#container #header #headerx #navi #ebene1 a#malles:hover { 
    border:0;
}
/* --- Ende Button Alles massiv --- */


/* --- Anfang Button Aus-Um-Zubau --- */
#container #header #headerx #navi #ebene1 a#mbau {
	background-image: url(../pics/buttons/bh_ausumzubau.gif);
	display: block;
}
#container #header #headerx #navi #ebene1 a#mbau:hover img {
	visibility: hidden;
}
#container #header #headerx #navi #ebene1 a#mbau:hover { 
    border:0;
}
/* --- Ende Button Aus-Um-Zubau --- */


/* --- Anfang Button Presse --- */
#container #header #headerx #navi #ebene1 li.last{
	margin-right: 0px;
}
#container #header #headerx #navi #ebene1 a#mpresse {
	background-image: url(../pics/buttons/bh_presse.gif);
	display: block;
}
#container #header #headerx #navi #ebene1 a#mpresse:hover img {
	visibility: hidden;
}
#container #header #headerx #navi #ebene1 a#mpresse:hover { 
    border:0;
}
/* --- Ende Button Presse --- */



#container #header #headerx #navi #ebene1 li ul.ebene2 {
	margin:0;
	list-style:none;
	display:none;
	position:absolute;
	top:32px;
	left:34px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
}
#container #header #headerx #navi #ebene1 li:hover ul.ebene2 {
	display:block;
}


#container #header #headerx #navi #ebene1 li ul.ebene2 li {
	clear:left;
}

#container #header #headerx #navi #ebene1 li ul.ebene2 li a:link,
#container #header #headerx #navi #ebene1 li ul.ebene2 li a:visited {
	clear:left;
	position:relative;
	z-index:99;
	padding:4px 0;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width:185px;
	height:20px;
	text-align:left;
	text-indent:10px;
	color:#FFFFFF;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#container #header #headerx #navi #ebene1 li ul.ebene2 li:hover a,
#container #header #headerx #navi #ebene1 li ul.ebene2 li a:active,
#container #header #headerx #navi #ebene1 li ul.ebene2 li a:hover {
	clear:left;
	padding:4px 0;
    position:relative;
	z-index:99;
	background-color:#fff500;
	color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
    opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* --- Ende der Navigation --- */


/* --- Hier beginnt der Hauptbereich --- */
#container #main {
	background-image: url(../pics/bg.png);
	background-repeat: repeat;

}
#container #main #mainx {
	height: 360px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pics/schwamm.png);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	background-position: bottom;
}
#container #main #mainx h3 {
	font-size: 0.8em;
	margin-bottom: 25px;
	color: #7a7a7a;
	font-weight: normal;
}
#container #main #mainx h3 a {
	color: #7a7a7a;
	text-decoration: underline;
	font-weight: normal;
}
#container  #main  #mainx   h1  {
	font-size: 1.5em;
	padding-bottom: 20px;
}
#container  #main  #mainx  h2  {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: underline;
}
#container  #main  #mainx  h4  {
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}
#container  #main  #mainx  h4  a:hover  {
	color: #FFF500;
}
#container  #main  #mainx  h5  {
	color: #FFFFFF;
	font-size: 0.95em;
	font-weight: normal;
}
#container   #main   #mainx   p  
     {
	padding-bottom: 10px;
}
#container  #main  #mainx  ul  {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}
#container  #main  #mainx  li  {
	line-height: 1.2em;
	padding-bottom: 6px;
	padding-right: 20px;



}
#container  #main  #mainx  span  {
	font-weight: bold;
}
#container #main #mainx #text {
	float: left;
	width: 497px;
	margin-right: 60px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 12px;
	line-height: 1.4em;
	height: 298px;
	margin-bottom: 10px;
}



#container #main #mainx #side {
	float: left;
	width: 390px;
	height: 280px;
	color: #FFFFFF;
	margin-top: 38px;
}

/* --- für IE 6.x --- */
* html #container #main #mainx #side {
    height: 320px;
}


#container #main #mainx #side img {

}

/* --- Ende Hauptbereich --- */


/* --- Hier beginnt der Fussbereich --- */
#container #footer {
	text-align: center;
	background-image: url(../pics/schatten.gif);
	background-repeat: repeat-x;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}
#container #footer ul {
	padding-top: 22px;
	padding-bottom: 8px;
	color: #0093dd;
}

#container #footer li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#container  #footer  li a {
	color: #0093dd;
	font-size: 1.1em;
	text-decoration: none;
}
#container #footer a:hover {
	text-decoration: underline;
}
#container #footer .active {
	color: #000000;
}
