html, body
{
	margin: 2% 0px;
	padding: 0px;
	background-color: #aae0fa;
	/*aktiviere, wenn website ohne scrollbalken funktionieren soll*/
	/*overflow: hidden;*/
}
/*
a:link, a:visited, a:hover, a:active
{
	color: #ffffff;
}
*/
p
{
	font-size: 16px;
	line-height: 130%;
	
	font-family: Arial sans-serif;
}
h1
{
	padding: 0px;
	font-size: 16px;
	font-family: Arial sans-serif;
}
h2
{
	font-size: 15px;
	font-family: Arial sans-serif;
}
h3
{
	padding: 0px;
	font-size: 15px;
	color: #3fa033;
	font-family: Arial sans-serif;
}
h4
{
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	font-weight: normal;
	font-family: Bookman Old Style, serif;
	line-height: 40px;
	color: #ffffff;
}
.hidden
{
	display: none;
}
#background
{
	position: fixed;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	left: -420px;
	right:0;
	width: 520px;
	height: 150px;
	z-index: 2;
}
#header
{
	position:fixed;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 940px;
	height: 347px;
	top: 0px;
	background-image: url('../images/headimage.jpg');
	background-repeat:no-repeat;
	z-index: 1;
}

#nav
{
	position: fixed;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 932px;
	height: 25px;
	top: 327px;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	background-color: #dddddd;
	z-index: 1;
}
#nav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li
{
	float: left;
}
#nav a:link, a:visited
{
	display:block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-family: Bookman Old Style;
	text-decoration: none;
	text-align:center;
	color:#000000;
	/*background-color:#dddddd;*/
}
#nav a:hover, a:active
{
	background-color:#878786;
}

#container
{
	position: absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 940px;
	height: 100%;
	top: 356px;
}
.containerclass
{
	width:100%;
	float: both;
}

#ueber_uns
{
	float: both;
	min-height: 470px;
	height: calc(100vh - 420px);
	background-color: #dddddd;
	border-color: white;
	border-style: solid;
	border-width: 4px;
}
#ueber_uns p
{
	margin-left: 20px;
}
#ueber_uns_image
{
	position: absolute;
	margin-top: 30px;
	margin-left: 40px;
	height: 380px;
	width: 400px;
	background-image: url('../images/ueber_uns.jpg');
	border-color: white;
	border-style: solid;
	border-width: 8px;
}
#ueber_uns_text
{
	position: absolute;
	right: 0px;
	margin-top: 20px;
	margin-right: 40px;
	height: 390px;
	width: 420px;
}
#ueber_uns_text h1, h2
{
	margin-left: 20px;
}
#leistungen
{
	float: both;
	min-height: 470px;
	height: calc(100vh - 420px);
	background-color: #dddddd;
	border-color: white;
	border-style: solid;
	border-width: 4px;
}
#leistungen_text_01
{
	position: relative;
	margin-top: 30px;
	margin-left: 40px;
	width: 850px;
	height: 140px;
}
#leistungen_text_02
{
	position: relative;
	top: 0px;
	margin-top: 10px;
	margin-left: 40px;
	padding-top: 1px;
	padding-left: 15px;
	width: 840px;
	height: 300px;
	background-color: white;
}
#leistungen_text_02 table
{
	font-size: 16px;
	width: 700px;
}
#leistungen_text_02 h2
{
	margin: 0px;
}
#leistungen_text_02_image
{
	position: absolute;
	right: 10px;
	margin-top: -210px;
	width: 150px;
	height: 150px;
	background-image: url('../images/wir_sind_da.png');
}
#referenzen
{
	float: both;
	min-height: 470px;
	height: calc(100vh - 420px);
	background-color: #dddddd;
	border-color: white;
	border-style: solid;
	border-width: 4px;
}
#referenzen_text
{
	position: relative;
	top: 10px;
	margin-top: 10px;
	margin-left: 40px;
	width: 800px;
	height: 50px;
}
#referenzen_text p
{
	margin-top: -5px;
}
#referenzen_thumbs
{
	position: relative;
	top: 20px;
	margin-top: -10px;
	margin-left: 40px;
	width: 850px;
	height: 420px;
}
#referenzen table
{
	/*border: 1px solid black;*/
	margin-left: -5px;
	border-spacing: 5px;
}
#referenzen td
{
	width: 100px;
	height: 200px;
	background-color: #ffffff;
}
#referenzen img
{
	margin: 5px;
}
#referenzen a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
}

#kontakt
{
	float: both;
	min-height: 450px;
	height: calc(100vh - 420px);
	background-color: #dddddd;
	border-color: white;
	border-style: solid;
	border-width: 4px;
}
#kontakt h1
{
	margin-left: 5px;
	font-size: 16px;
}
#kontakt p
{
	margin-left: 5px;
}
#kontakt_image
{
	position: relative;
	margin-top: 30px;
	margin-left: 40px;
	height: 410px;
	width: 400px;
	border-color: white;
	border-style: solid;
	border-width: 8px;
}
#kontakt_text
{
	position: absolute;
	right: 30px;
	margin-top: -435px;
	height: 160px;
	width: 430px;
}
#kontakt_formmailer
{
	position: absolute;
	right: 30px;
	margin-top: -240px;
	margin-left: 20px;
	height: 240px;
	width: 430px;
	background-color: #ffffff;
}
#kontakt_formmailer p
{
    position: relative;
    margin: 110px;
    margin-top: 60px;
    width: 230px;
}

.textfield
{
		 border:1px solid #ffffff;
		 width: 310px;
}
.checkboxfield
{
		
		 width: 10px;
}
.phonetextfield
{
		 border:1px solid #ffffff;
		 width: 225px;
}
.messagefield
{
	 	 max-width:310px;
		 min-width:310px;
		 min-height:50px;
		 max-height:50px;
		 border:1px solid #ffffff;
		 font-size:13px;
		 font-family: Arial Narrow, Arial, sans-serif;
}
.status
{
		 color:#ffffff;
		 border:0px solid #000000;
		 width: 225px;
		 font-weight: bold;
		 background-color: #999999;
}
.button
{
		 border:1px solid #ffffff;
		 width: 80px;
		 height: 25px;
		 font-weight: bold;
		 background-color:#3fa033;
		 color:#ffffff;
}

#impressum
{
	float: both;
	min-height: 1930px;
	height: calc(100vh - 1930px);
	background-color: #dddddd;
	border-color: white;
	border-style: solid;
	border-width: 4px;
}

#impressum h1
{
	margin-left: 40px;
}
#impressum h2
{
	margin-left: 40px;
}
#impressum p
{
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0px;
}
#impressum ul
{
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 40px;
	padding: 10px;
}

.friedamertins_link:link
{
	color:#000000;
	font-weight: normal;
}
.friedamertins:visited
{
	color:#000000;
} 
.friedamertins:hover
{
	color:#000000;
} 
.friedamertins:active
{
	color:#000000;
}

#footer
{
	position: fixed;
	width: 932px;
	height: 30px;
	left: calc(50% - 470px);
	bottom: 2%;
	background-color: #ad1222;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	z-index: 2;
}
#footer p
{
	margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
    font-family: Bookman Old Style;
	text-decoration: none;
	text-align:center;
	color:#000000;
}

#bottombox
{
	position: fixed;
	width: 940px;
	height: 2%;
	bottom: 0px;
	left: calc(50% - 470px);
	background-color: #aae0fa;
	z-index: 1;
}