html, body
{
	background-color: #a49595;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;	
	height: 100%;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #666;
	/*overflow-y: scroll;*/
}

#wrapper
{
	width: 1100px;
	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 100%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #fff;
	-webkit-box-shadow: 15px 0px 100px rgba(50, 50, 50, 0.5), -15px 0px 50px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 15px 0px 50px rgba(50, 50, 50, 0.5), -15px 0px 50px rgba(50, 50, 50, 0.5);
	box-shadow: 15px 0px 50px rgba(50, 50, 50, 0.5), -15px 0px 50px rgba(50, 50, 50, 0.5);
}

#header
{
	height: 260px;
	padding: 0px;
	/*position: fixed;*/
	z-index: 999;
	background-color: #fff;
}

#logo
{
	float: left;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: auto;	
}

#headline
{
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 18px;
	text-align: center;
}

p
{
	margin: 0px;
}


p.name
{
	font-size: 52px;
	font-family: 'Courgette';
	color: #d11415;
	margin: 0px;
}

p.zeile1
{
	font-size: 37px;
	font-family: 'times new roman';
	color: #706868;
	margin: 0px;
}

p.zeile2
{
	font-size: 30px;
	font-family: 'times new roman';
	color: #706868;
	margin: 0px;
}

/*------------MENÜ----------------------------*/

#wrappermenu
{
	width: 1100px;
	height: 45px;
	position: relative;
	top: -15px;
	background-image: url(../images/bg_menu-2.jpg);
}

#menu
{
	width: 880px;
	height: 45px;
	/*position: relative;*/
	font-size: 18px;
	text-align: center;	
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	
}


.menu a  
{
	font-family: 'Century Gothic', 'Arial';
	text-decoration: none;
	color: #bbb; /*#015583;*/
}

.menu a:hover
{
	color: #d13030;
}

.menu > a:visited
{
	
}

.menu.selected > a 
{
	color: #d13030;
}

.menu.selected
{
	color: #d13030;
}

.submenu
{
	font-size: 14px;
}


.menu
{
	padding-top: 10px;
	float: left;
	margin-left: 15px;
	color: #bbb;
	position: relative;
	height: 35px;
}

/*.menu:hover
{
	border-bottom-color: #cda79d;
	color: #bbb;
}*/

a.menu.selected
{
	color: #7ba7c9;
}


.hassubmenu:hover > .submenu {display: block;}

.submenu
{
	/*visibility: hidden;*/
	display: none;
	width: 170px;
	text-align: left;
	background-color: #285c90;
	padding: 10px;
	position: absolute;
	z-index: 2000;
	
}

ul.submenu{
  	list-style:none; 
}

ul.submenu a:link, ul.submenu a:visited{
  	color: #ffffff;
  	text-decoration: none;
}

ul.submenu a:hover{
	text-decoration:none;
    color: #d13030;
}

/*--------------------------------------------------*/

#wrappercontent
{
	position: relative;
	min-height: 100%;

}

* html #wrappercontent
{
height: 100%;
}

#content
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#footer
{
	width: 1100px;
	height: 70px;
	border: 0px;
	/*margin-top: -95px;*/
	position: relative;
	background-color: #285c90;
	margin-left: auto;
	margin-right: auto;
	color: #285c90;
}

#footer > .menu
{

	width: 90px;
	height: 28px;
	padding-top: 8px;
	padding-left: 25px;
	border-bottom: 0px solid #999;
	float: left;
	text-align: left;
	font-size: 12px;
}

#footer > .menu a:link, footer.menu a:visited{
  	text-decoration: none;
}

div.text.hausschwamm
{
	float: left;
	width: 440px;
	/*margin-right: 30px;*/
}

div.fotos.hausschwamm.eins
{
	width: 390px;
	float: right;
	margin-top: 40px;
}

div.fotos.bauwerkabdichtung
{
	margin-left: 60px;
}

div.fotos.holzschutz
{
	margin-left: 60px;
}

/*div.text.schimmelpilz
{
	width: 440px;
	float: right;
}

div.fotos.schimmelpilz
{
	width: 390px;
	float: left;
}*/

#done 
{
	display:none;
	padding-top: 30px;
	height: 150px;
	color: #999;
}

#accordion
{
	width: 830px;
	margin-left: 20px;
}

.clearer {
	clear: both;
}

.z1
{
	font-size: 24px;
	font-family: 'Arial';
	color: #7ba7c9;
	margin-top: 25px;
	text-align: center;

}

.z2
{
	font-size: 20px;
	
	color: #776660;
	margin-top: 0px;
	margin-left: 140px;
}

h1
{
	font-size: 20px;
	font-weight: normal;
	color: #424b5a;
	font-family: 'Rock Salt', cursive;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #424b5a;
	font-family: 'Rock Salt', cursive;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	color: #424b5a;
	font-family: 'Rock Salt', cursive;
	margin: 0;
	padding: 0;
}

a img
{
	border: 0;
	text-decoration: none;
}

a.lightbox
{
	margin-left: 20px;
}


.text
{
	margin: 10px;
	padding: 10px;
}


.hyperspan {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.foto
{
	padding: 10px;
	border: 1px solid #c9c9c9;
	margin: 5px;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 4px 15px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 4px 15px 0px rgba(50, 50, 50, 0.55);
}

.left
{
	float: left;
	margin-right: 20px;
}

.right
{
	float: right;
	margin-left: 20px;
}


li
{
	padding-bottom: 10px;	
}