@charset "iso-8859-2";
.sch_fett {
	font-size: 18px;
	font-weight: bold;
	color: #0F0;
}
#container1 {
	width: 1024px;
	margin: auto;
}
#logo {
	background-image: url(images/Logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 186px;
}
#menu1 {
	width: 600px;
	height: 186px;
	margin-left: 50px;
	padding-left: 24px;
}
#nav {
	background-color: #339933;
	clear: both;
	font-size: 18px;
	width: 1024px;
	height: 20px;
}
/*Anfang NAV mit Dropdown*/

a {
	text-decoration: none;
	color: #fff;
	font-size: 18px
}
nav ul {
	padding: 0px;
	margin: 0px;
}
nav ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/*Hintergrundfarbe der Menßbuttons im normalen Menß*/
nav ul, nav ul li {
	background-color: #339933;
}
nav ul li {
	list-style: none;
	float: left;
}
/*Farbe, u. Ansicht im normalen Menß*/
nav ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 2px 20px 2px 20px;
	transition: background 0.3s ease-out; /* explorer 10 */
	-webkit-transition: background 0.3s ease-out; /* chrome & safari */
	-moz-transition: background 0.3 ease-out; /* firefox */
	-o-transition: background 0.3 ease-out; /* opera */
}
/*Farbe, bei hover im normalen Menß und Dropdown*/
nav ul li:hover a, nav ul li:hover > ul li a {
	background-color: #333;
	border-bottom: 1px solid #fff;
}
/*Farbe, Schrift bei hover im normalen Menß*/
nav ul li:hover > a {
	color: #fff;
}
nav ul li:hover > ul {
	visibility: visible;
}
nav ul li ul {
	display: inline;
	visibility: hidden;
	position: absolute;
	padding: 0px;
}
nav ul li ul li {
	float: none;
}
/*Farbe, Schrift im Dropdown*/
nav ul li ul li a {
	color: #fff;
}
/*Farbe, Schrift und Hintergrund bei Hover im Dropdown*/
nav ul li ul li a:hover {
	color: #fff;
	background-color: #996600;
	border-bottom: 1px solid #fff;/*Ende NAV mit Dropdown*/
}
#abstandshalter1 {
	width: 1024px;
	height: 15px;
	margin: auto;
}
#container2 {
	width: 1024px;
	margin: auto;
}
#bildbanner {
	background-image: url(images/Bildbanner.png);
	background-repeat: no-repeat;
	clear: both;
	width: 700px;
	height: 283px;
	float: left;
}
#rueckrufservice {
	background-image: url(images/Versicherung.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 1.1em;
	text-align: left;
	width: 294px;
	height: 283px;
	margin-left: 660px;
	padding-left: 50px;
}
#abstandshalter2 {
	clear: both;
	width: 1024px;
	height: 15px;
	margin: auto;
}
#container3 {
	width: 1024px;
	margin: auto;
}
#content {
	border-right: #CCC 1px solid;
	padding-right: 10px;
	width: 679px;
	min-height: 580px;
	float: left;
	padding-left: 10px;
}
#zertifikate {
	width: 314px;
	min-height: 170px;
	margin-left: 710px;
}
#service {
	border-top: #CCC 1px solid;
	width: 314px;
	min-height: 169px;
	margin-left: 710px;
}
#abstandshalter3 {
	border-bottom: #CCC 1px solid;
	clear: both;
	width: 1024px;
	height: 15px;
	margin: auto;
}
#abstandshalter31 {
	width: 1024px;
	height: 15px;
	margin: auto;
}
#kontaktdaten {
	border-right: #CCC 1px solid;
	float: left;
	width: 430px;
	min-height: 390px;
	padding-left: 10px;
}
#slidebar {
	padding-left: 15px;
	width: 570px;
	min-height: 390px;
	margin-left: 440px;
}
#abstandshalter4 {
	width: 1024px;
	height: 15px;
	margin: auto;
}
#container4 {
	background-color: #006633;
	min-width: 1024px;
	height: 30px;
	margin: 0 auto;
}
#container5 {
	width: 1024px;
	margin: auto;
}
#footer {
	color: #FFF;
	float: left;
	width: 700px;
	height: 25px;
	padding-top: 5px;
}
#nav2 {
	color: #FFF;
	padding-top: 4px;
	font-size: 16px;
	width: 375px;
	height: 25px;
	margin-left: 700px;
}
#menue1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
#menue1 a:hover {
	color: #006633;
	text-decoration: underline;
}
#rueckrufservice a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}
#rueckrufservice a:hover {
	color: #FFF;
	text-decoration: none;
}
#zertifikate a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
	text-decoration: underline;
}
#zertifikate a:hover {
	color: #333;
	text-decoration: none;
}
#kontakt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
	text-decoration: underline;
}
#kontakt a:hover {
	color: #333;
	text-decoration: none;
}
#slidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
	text-decoration: underline;
}
#slidebar a:hover {
	color: #333;
	text-decoration: none;
}
#nav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
	padding-top: 3px;
}
#nav2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
	text-decoration: underline;
}
#content a:hover {
	color: #333;
	text-decoration: none;
}
#kontaktdaten a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
	text-decoration: underline;
}
#kontaktdaten a:hover {
	color: #333;
	text-decoration: none;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
body {
	background-image: url(images/Bodybackground.png);
	background-repeat: no-repeat;
	background-position: top center;/* Das Bild verschiebt sich nicht auf einem Tablet oder Smartphone */
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}
img {
	border: hidden;
}
a img {
	border: hidden;
}
h1 {
	font-size: 24px;
	color: #006633;
}
h2 {
	font-size: 24px;
	color: #339933;
}
h3 {
	font-size: 22px;
	color: #99cc33;
}
h4 {
	font-size: 22px;
	color: #333;
}
h5 {
	font-size: 18px;
	color: #339933;
}
h6 {
	font-size: 18px;
	color: #333;
}
span1 {
	color: #006633;
}
span2 {
	color: 333;
	font-size: 15px;
}