@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	margin-bottom: 50px;
	background-color: #536982;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../images/dbg.gif);
}
a {
	color:#FFFFFF;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
ul#navmenu {
	margin: 0 auto;
	border: 0 none;
	padding: 0;
	width: 760px;
	list-style: none;
	height: 24px;
}
ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	width: 500px;
	top: 26px;
	left: 0;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu ul li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	height: 1%;
}
/* Root Menu */
ul#navmenu a {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: url(../images/m_norm.gif) repeat-x;
	color: #FFF;
	font: bold 12px/25px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
	background: url(../images/m_over.gif) repeat-x;
}
/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
	float: left;
	font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	background: url(../images/m_norm.gif) repeat-x;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #536982;
	height: 1%;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
	background: url(../images/m_over.gif) repeat-x;
	border-bottom: 1px solid #FFF;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
	display: block;
}
#logo {
	background-image: url(../images/bg1.jpg);
	height: 70px;
	width: 760px;
	margin: 0 auto;
}
#title {
	background-color: #415265;
	height: 96px;
}
#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	bottom:0px;
	position: fixed;
	background: #415265;
	color: #FFFFFF;
	width:100%;
}
#main {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
* html, * html body {
	height:100%;
	bottom:0;
	overflow: hidden;
}
* html #content {
	height: 60%;
	overflow-y: scroll;
}
#footer {
	position:fixed;
	bottom:0px;
	height:35px;
	width:100%;
}
* html #footer {
	position:absolute;
	width:100%;
}
#content {
	width: 760px;
	margin: 10px auto;
	margin-top: 30px;
}
#alben {
	clear: none;
}
#alben div {
	width: 49%;
	float:left;
	margin-bottom: 10px;
}
#alben .space {
	height: 50px;
}
#alben img {
	float:left;
	margin-right: 5px;
}
#anfrage .errform {
	border: 2px solid #CC0000;
	color: #CC0000;
}
#sendOK {
	text-align:center;
	font-weight:bold;
	background: url(../images/m_norm.gif) repeat-x;
	border:1px dotted #FFF;
	padding: 5px;
}
#anfrage div {
	height: 25px;
}
#anfrage .sp1 {
	width: 80px;
	float:left;
}
#anfrage .sp2 {
	width: 360px;
	float:left;
}
#anfrage .sp3 {
	width: 280px;
	float:left;
}
#anfrage .sp4 {
	width: 720px;
	float:left;
	height: auto;
}
#anfrage {
	width: 730px;
}
#anfrage .tb {
	width: 300px;
}
#anfrage .space {
	height: 15px;
	float:left;
	width: 720px;
}
.clear {
	clear:left;
}
#galerie { white-space: nowrap; }
#galerie a img { border:0; }
#galerie a:hover img {
filter:alpha(opacity=80); /* IE */
-moz-opacity: 0.80; /* Gecko */
opacity: 0.80; /* Opera */
 }
ul#kundenpx, ul#kundenpx li { list-style:none; margin:0; padding:0; display:inline; float:left; }
ul#kundenpx li { float:left; }
#kundenpx a { width: 180px; height: 150px; display:table-cell; float:left; }
#kundenpx div { width: 180px; height: 130px; background-repeat:no-repeat; background-position:center; cursor:pointer; }
#kundenpx span { width: 180px; height: 20px; display:block; text-align:center; cursor:pointer; }
}