﻿@charset "utf-8";

body{
	font-family:Arial, Helvetica, sans-serif;
	/*background: #406A92; backgroundcolor
	background-image: linear-gradient(to top, #406A92 0%, white 75%);*/
	background-image: url("../images/back_image/Plan_01.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	}
	
h2 {
	text-align: center;
}

hr {
	margin: 0;
	padding: 0;
	border: 2px solid black;
}

img {
	border-radius: 8px;
}

footer {
	border-radius: 4px;
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
	background-color: #7E9FBF;
	color: #fff;
	}

.seite{
	max-width: 61.5em;
	margin: 1.25em auto 0.625em auto;
	}
	
.banner	{
	overflow: hidden;
	width: 100%;
	float: center;
	max-height: 7em;
	margin: auto 1.5em;
	padding: 0.625em 0 0;
	}
	
.panorama {
	background-image: url("../images/werkstatt_26.jpg");
	max-width: 768px;
	height: 265px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

.absatz {
	text-align: center;
	margin: auto 0.125em;
	}

.absatzevent {
	text-align: center;
	margin: 1em 0.125em;
	font-size: 1.5em;
	font-weight: bold;
	}

.einzuglinks {
	text-align: left;
	margin-left: 1em;
}

.steuerinfo {
	text-align: center;
	font-weight: bold;
	}

.buerozeit {
	text-align: center;
	font-size: 1.5em;
	}

.bilder {
	margin-left: 1em;
}

.navi {
	width: 100%;
	
}

.navi ul {
	text-align: center;
	list-style-type: none;
	}
.navi ul li {
	background-color: none;
	display: inline;
	margin: auto 5px;
	font-size: 1.3em;
	}

.navi a:link {
	color: #406a92;
	text-decoration: none;
	font-weight: bold;
	}

.navi a:focus {}

.navi a:hover {
	color:#ff0000;
	cursor: pointer;
	}

.navi2 a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.homepage, .sonderanfertigung {
	border-radius: 8px;
	background-color: #abcdef;
	opacity: 0.95;
	min-height: 10em;
	font-size: 1.25em;
	}

.ausrichtung {
	text-align: center;
	font-weight: bold;
	}
		
.ueberschrift {
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	}
	
.fett {
	font-weight: bold;
	font-size: 1.25em;
}

.button {
	/*background-color: #abcdef;*/
	background-color: #7E9FBF;
	color: #000;
	box-shadow: 0px 5px 20px 5px #000;
	border: 2px solid #000;
	padding: 5px 30px;
	margin-left:33.5%;
	text-align: center;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
}

.tabelle {
	display: table;
	/*background-color: #00a0ff;*/
	width: 100%;
	font-size: 1.5em;
	margin: 10px auto;
}

table {
	margin: 0 auto;
}

td, th {
	display: table-cell;
	height: 2em;
	padding:0.75em 0.75em 0.5em 0.75em;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
}