html{
	height:100%;
}
body{
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#666;
	font-size:16pt;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
img{
	border:0;
}
#header{
	margin:auto;
	height:45px;
	width:100%;
	background-image:url(../pictures/headerbackground.png);
	background-size: 200% auto;
	position:fixed;
	position:relativ;
    z-index: 100;
}
#footer{
	margin:auto;
	background-color:#B3BC5A;
	height:40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:12pt;
	text-align: center;
}
#menu{
	height:50px;
	width:100%;
	max-width:1000px;
	margin:auto;
}
#buffer{
	height:30%;
}
#welcome_index{
	height:100%;
	background-image:url(../pictures/pic1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin: auto;
}
#navigation{
	height:100%;
	width:1000px;
	margin: auto;
}
#welcome_content{
	height:100%;
	background-image:url(../pictures/pic2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#welcome_news{
	height:100%;
	background-image:url(../pictures/pic4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#welcome_aboutus{
	width:87%;
	height:30%;
	max-width:980px;
	margin:auto;
	background-image:url(../pictures/pic2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:20px;
}
#welcome_services{
	height:250%;
	background-image:url(../pictures/pic3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin: auto;
}
#standard{
	height:100%;
}
#biglogo{
	width:90%;
	max-width:1000px;
	min-height:100%;
	margin:auto;
}
#border{
	width:90%;
	max-width:1000px;
	margin:auto;
}
#content1{
	width:87%;
	max-width:980px;
	background-image:url(../pictures/background.png);
	margin:auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#000;
	font-size:15pt;
	padding:20px;
	line-height:1.5;
}
#content2{
	width:87%;
	max-width:980px;
	margin:auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:15pt;
	padding:20px;
}
#contact{
	width:90%;
	max-width:1000px;
	margin:auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:15pt;
	line-height: 1;
	text-align:left;
}
#zurueck{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#000;
	font-size:15pt;
	padding:20px;
	text-align:right;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#333;
	font-size:40pt;
	text-align:center;
	line-height:1;
}
h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#000;
	font-size:30pt;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:15pt;
}
h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:40pt;
	text-align:center;
	text-shadow: 0.1em 0.1em #333;
}