@charset "utf-8";

/* ## CONTAINER ##  */

#container
{
	position: absolute;
	left: 50%;
	margin-left: -450px; /* negative Hälfte von width:500px */
	top: 10px;
	width: 900px;
	z-index: 1;
	height: auto;
}

#hintergrundfarbe
{
	width: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(169,169,169,1.00) 0%,rgba(255,255,255,1.00) 33.67%);
	background-image: linear-gradient(180deg,rgba(169,169,169,1.00) 0%,rgba(255,255,255,1.00) 33.67%);
	height: 800px;
	background-repeat: repeat-x;
}

#kopf
{
	height: 205px;
	width: 900px;
	margin: auto;
	background-image: url(bilder/kopf.jpg);
}

#info
{
	width: 900px;
	background-repeat: no-repeat;
}

/* ## NAVIGATION ##  */

#navigation
{
	height: 30px;
	width: 900px;
	margin-top: 10px;
}
#index
{
	height: 30px;
	width: 180px;
	margin-top: 0px;
	float: left;
}
#datenschutz
{
	height: 35px;
	width: 175px;
	margin-top: 25px;
	float: left;
	margin-left: 10px;
}
#leistungen
{
	height: 30px;
	width: 180px;
	margin-top: 0px;
	float: left;
}

#referenzen
{
	height: 30px;
	width: 180px;
	margin-top: 0px;
	float: left;
}
#kontakt
{
	height: 30px;
	width: 180px;
	margin-top: 0px;
	float: left;
}
#impressum
{
	height: 30px;
	width: 180px;
	margin-top: 0px;
	float: left;
}

/* ## STARTSEITE ##  */

.text_startseite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
	margin-top: 20px;
	width: 400px;
	margin-left: 250px;
}

#team
{
	margin-top: 20px;
	width: 400px;
	margin-left: 30px;
	float: left;
	background-image: url(bilder/team_neu.jpg);
	height: 380px;
}

/* ## LEISTUNGEN ##  */

#leistungen_privat
{
	height: 760px;
	width: 900px;
	margin-top: 0px;
	background-image: url(bilder/leistungen.jpg);
	background-repeat: no-repeat;
}

#leistungen_geschaeft
{
	height: 380px;
	width: 900px;
	margin-top: 0px;
	background-image: url(bilder/bilder_gewerbe.jpg);
	background-repeat: no-repeat;
}

.text_leistungen_privat
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
	margin-top: 0px;
	width: 600px;
	height: 700px;
	margin-left: 0px;
	z-index: 1;
}

.h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	margin-top: 10px;
	width: 580px;
	height: 35px;
	margin-left: 20px;
	float: left;
	z-index: 1;
	font-weight: bold;
}

#linie
{
	width: 900px;
	height: 5px;
	background-color: #C0C0C0;
	margin-top: 10px;
}

/* ## REFERENZEN ##  */

#galerie
{
	margin-top: 10px;
	height: 180px;
	margin-left: 10px;
	overflow-y: auto;
}

.bilder_referenzen
{
	margin-top: 20px;
	width: 200px;
	margin-left: 15px;
	float: left;
}

.h3_referenzen
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	margin-top: 10px;
	width: 880px;
	height: 30px;
	margin-left: 20px;
	font-weight: bold;
}


/* ## KONTAKT ##  */

#info_kontakt
{
	width: 850px;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 0px;
	height: auto;
}

.text_formular
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
	margin-top: 0px;
	width: 800px;
	height: 30px;
	text-align: center;
}

.text_kontakt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
	width: 370px;
	height: 200px;
	margin-left: 50px;
	float: left;
}

.float
{
	float: left;
}

/* ## IMPRESSUM ##  */

#impressumfenster 
{
	width: 880px;
	margin-top: 10px;
	margin-top: 20px;
	margin-left: 20px;
}

.impressum_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	width: 850px;
	margin-left: 10px;
	padding-top: 15px;
	margin-top: 5px;
}

.impressum_text_gross
{
	font-family: Verdana;
	color: #003399;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	height: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 10px;
	width: 850px;
}

/* ## FUSS ##  */

#fuss
{
	width: 900px;
	background-image: url(bilder/fuss.jpg);
	height: 80px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#counter {
	width: 130px;
	margin-left: 0px;
	float: right;
	height: auto;
}

/* ## REST ##  */

.clear
{
	clear: both;
}
