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

/* CSS - RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ENDE CSS - RESET */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/background11.png);
	 background-repeat:no-repeat;
	 background-attachment:fixed;
	
	 background-size:cover;
	 -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
h1 {
	font-family: 'Comfortaa', cursive;
	font-size:18px; font-weight:bold;
	color:#710000;
	}
#wrapper {
	width:900px; margin:auto;
	}
#header {
	background-color: #ccc;
    position: absolute;
    top: 30px;
    left: auto; right:auto;
	border-radius:5px;
	}
.transparenz {
  width: 900px;
  height: 150px;
  color: black;
  opacity: 0.9;
	}
.linkfarbe a:link{
	color: #6F6F00;
	}
.linkfarbe a:hover {
	color: #c7d300;
	}
.linkfarbe a:visited {
	color: #6F6F00;
}
#logo {
	margin-left:38px; margin-top:38px;
	float:left;
	}
#slider {
	background-color: #CCC;
    position: absolute;
    left: auto; right:auto; margin-top:8px;
	border-radius:5px;
	}
#slider-service {
	background-color: transparent;
    position: absolute;
    left: auto; right:auto; margin-top:8px;
	border-radius:5px;
	}
#content {
	width:600px; min-height:600px;
	background-color: #CCC;
    position: absolute;
    top: 520px;
	border-radius:5px;
	float:left;
	}
#text-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	margin-top:45px; margin-left:20px;
	max-width:560px;
	}
#right-content1 {
	width:290px; min-height:300px;
	background-color: #CCC;
    position: absolute;
    top: 520px; left:610px;
	border-radius:5px;
	}
#text-right-box-top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-align:center;
	margin-top:45px; margin-left:20px;
	max-width:250px;
	}
#right-content2 {
	width:290px; min-height:290px;
	
    position: absolute;
    top: 830px; left:610px;
	border-radius:5px;
	}
#footer {
	width:900px; min-height:50px;
	background-color: #CCC;
    position: absolute;
    top: 1130px; bottom:20px;
	border-radius:5px;
	}
#bottom {
	width:900px; min-height:10px;
	background-color: transparent;
    position: absolute;
    top: 1190px; bottom:20px;
	border-radius:5px;
	}
.stern { font-size:9px;
	}
.leftpicture {
	margin-left:1px; margin-top:1px;
	}