@charset "utf-8";
/* CSS Document */

/* HTML Seite */
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	height: 20px;
	width: 900px;
}

/* Container */
.abdecker {
	width:900px;
	height:20px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 0px;
	z-index: 3;
	background-color: #FFF;
}
.main {
	width:900px;
	height:200px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	background-image: url(bilder/logo_900.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 4;
	background-color: #FFF;
}
.menu {
	width: 900px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 215px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E1E1E1;
	vertical-align: middle;
	letter-spacing: 7px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	z-index: 2;
}
.menu_anzeiger_home {
	position: absolute;
	top: -3px;
	left: 170px;
	z-index: 20;
	height: 10px;
	width: 20px;
	background-image: url(bilder/zeiger.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu_anzeiger_leistung {
	position: absolute;
	top: -3px;
	left: 320px;
	z-index: 20;
	height: 10px;
	width: 20px;
	background-image: url(bilder/zeiger.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu_anzeiger_kontakt {
	position: absolute;
	top: -3px;
	left: 495px;
	z-index: 20;
	height: 10px;
	width: 20px;
	background-image: url(bilder/zeiger.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu_anzeiger_impressum {
	position: absolute;
	top: -3px;
	left: 660px;
	z-index: 20;
	height: 10px;
	width: 20px;
	background-image: url(bilder/zeiger.png);
	background-repeat: no-repeat;
	background-position: center;
}
.linie {
	width:900px;
	height:1px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	z-index: 3;
}
.content_home {
	width:900px;
	height:370px;
	margin-top: -700px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 260px;
	z-index: 1;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 1s;
}
.content_home:target {
	margin-top: 0;
}
.content_leistung {
	width:900px;
	height:370px;
	margin-top: -800px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 260px;
	z-index: 1;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 1s;
}
.content_leistung:target {
	margin-top: 0;
}
.content_kontakt {
	width:900px;
	height:370px;
	margin-top: -700px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 260px;
	z-index: 1;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 1s;
}
.content_kontakt:target {
	margin-top: 0;
}
.content_impressum {
	width:900px;
	height:370px;
	margin-top: -700px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 260px;
	z-index: 1;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 1s;
}
.content_impressum:target {
	margin-top: 0;
}
.text {
	overflow:auto;
	width: 430px;
	position: absolute;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	margin-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: disc;
	height: 345px;
}
.bild {
	width: 450px;
	height: 345px;
	position: absolute;
	left:450px;
	top: 0px;
	margin-top: 25px;
}
.foot {
	overflow: hidden;
	width: 900px;
	height: 110px;
	margin-top: -265px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
	top: 655px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F90;
	z-index: 1;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 1s;
}
.foot:target {
	margin-top: 0px;
}
.navi1 {
	overflow: hidden;
	background-color: #E1E1E1;
	height: 55px;
	width: 13%;
	margin-leftt: 10px;
	position: absolute;
	left: 10%;
	top: 10px;
	border: 1px solid #FFF;
	padding: 1%;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #666;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1);
	transition-property: margin-top;
	transition-duration: 0.2s;
}
.navi1:hover {
	background-color: #999;
	margin-top: 10px;
	animation-name: farbwechsel;
    animation-duration: 0.5s;
}
.navi2 {
	overflow: hidden;
	background-color: #E1E1E1;
	height: 55px;
	width: 13%;
	margin-leftt: 10px;
	position: absolute;
	left: 26%;
	top: 10px;
	border: 1px solid #FFF;
	padding: 1%;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #666;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 0.2s;
}
.navi2:hover {
	background-color: #999;
	margin-top: 10px;
	animation-name: farbwechsel;
    animation-duration: 0.5s;
}
.navi3 {
	overflow: hidden;
	background-color: #E1E1E1;
	height: 55px;
	width: 13%;
	margin-leftt: 10px;
	position: absolute;
	left: 42%;
	top: 10px;
	border: 1px solid #FFF;
	padding: 1%;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #666;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 0.2s;
}
.navi3:hover {
	background-color: #999;
	margin-top: 10px;
	animation-name: farbwechsel;
    animation-duration: 0.5s;
}
.navi4 {
	overflow: hidden;
	background-color: #E1E1E1;
	height: 55px;
	width: 13%;
	margin-leftt: 10px;
	position: absolute;
	left: 58%;
	top: 10px;
	border: 1px solid #FFF;
	padding: 1%;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #666;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 0.2s;
}
.navi4:hover {
	background-color: #999;
	margin-top: 10px;
	animation-name: farbwechsel;
    animation-duration: 0.5s;
}
.navi5 {
	overflow: hidden;
	background-color: #E1E1E1;
	height: 55px;
	width: 13%;
	margin-leftt: 10px;
	position: absolute;
	left: 74%;
	top: 10px;
	border: 1px solid #FFF;
	padding: 1%;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #666;
	transition-timing-function: cubic-bezier(0.1,0.1,0.1,0.1); 
 	transition-property: margin-top;
	transition-duration: 0.2s;
}
.navi5:hover {
	background-color: #999;
	margin-top: 10px;
	animation-name: farbwechsel;
    animation-duration: 0.5s;
}
.iframe_leistung {
	width:900px;
	height:370px;
	position: absolute;
	text-align: left;
	top: 0px;
	z-index: 1;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Textformate */
.Headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4pt;
	font-style: normal;
	font-variant: normal;
	color: #666;
}
.Aufzaehlung {
	list-style-position: outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	list-style-image: url(bilder/list.png);
}
.AufzaehlungHeadline {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
}
.Fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#F90;
	text-decoration: none;
}
a:active {
	color:#F90;
	text-decoration: none;
}

/* Animationsskripte */
@keyframes farbwechsel {
    from {background-color: #E1E1E1;}
    to {background-color: #999;}
}

/*media screens*/
@media screen and (max-width:899px) {
	body {
		height: 20px;
		width: 300px;
	}
	.abdecker {
		width: 300px;
		height:85px;
	}
	.main {
		width:300px;
		height:70px;
		background-image: url(bilder/logo_klein.png);
	}
	.menu {
		width: 300px;
		height: 40px;
		top: 80px;
		letter-spacing: 3px;
		line-height: 17px;
	}
	.menu_anzeiger_home {
		top: -30px;
		left: 170px;
		transform: rotate(180deg);
	}
	.menu_anzeiger_leistung {
		top: -30px;
		left: 170px;
		transform: rotate(180deg);
	}
	.menu_anzeiger_kontakt {
		top: -30px;
		left: 170px;
	}
	.menu_anzeiger_impressum {
		top: -30px;
		left: 170px;
	}
	.linie {
		width:300px;
		height:1px;
		top: 139px;
	}
	.content_home {
		width:300px;
		height:670px;
		margin-top: -1100px;
		top: 145px;
	}
	.content_home:target {
		width:300px;
		height:670px;
		margin-top: 0;
		top: 145px;
	}
	.content_leistung {
		width:300px;
		height:670px;
		margin-top: -1100px;
		top: 145px;
	}
	.content_leistung:target {
		width:300px;
		height:670px;
		margin-top: 0;
		top: 145px;
	}
	.content_kontakt {
		width:300px;
		height:670px;
		margin-top: -1100px;
		top: 145px;
	}
	.content_kontakt:target {
		width:300px;
		height:670px;
		margin-top: 0;
		top: 145px;
	}
	.content_impressum {
		width:300px;
		height:670px;
		margin-top: -1100px;
		top: 145px;
	}
	.content_impressum:target {
		width:300px;
		height:670px;
		margin-top: 0;
		top: 145px;
	}
	.text {
		overflow: hidden;
		width: 300px;		
		top: 230px;
		list-style-type: disc;
		height: auto;
		padding-top: 30px;
	}
	.bild {
		width: 300px;
		height: 230px;
		left:0px;
		top: 0px;
	}
	.foot {
		width:300px;
		height:150px;
		margin-top: -265px;
		top: 970px;
	}
	.foot:target {
		width:300px;
		height:150px;
		margin-top: 0px;
		top: 970px;
	}
	.navi1 {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: -10%;
		margin-top: 0px;
	}
	.navi2 {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 10%;
		margin-top: 0px;
	}
	.navi3 {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 30%;
		margin-top: 0px;
	}
	.navi4 {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 50%;
		margin-top: 0px;
	}
	.navi5 {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 70%;
		margin-top: 0px;
	}
	.navi1:hover {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: -10%;
		margin-top: 0px;
	}
	.navi2:hover {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 10%;
		margin-top: 0px;
	}
	.navi3:hover {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 30%;
		margin-top: 0px;
	}
	.navi4:hover {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 50%;
		margin-top: 0px;
	}
	.navi5:hover {
		height: 55%;
		width: 140px;
		transform: rotate(-90deg);
		top:32px;
		left: 70%;
		margin-top: 0px;
	}
	.iframe_leistung {
		width:300px;
		height:120%;
		top: 0px;
		left: 0px;
		overflow: hidden;
	}
}
