@charset "utf-8";
/*
	font-family: 'Nothing You Could Do', cursive;
	font-family: 'Open Sans', sans-serif;
*/
html{
     height:100%;
}
body{
	margin:0px;
	padding:0px;
	background-image:url(../css-temp/BG.jpg);
	background-position:top center;
    background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
    height:100%;
}
#SmartMenue{
	display:none;
}
a:link, a:visited{
	text-decoration:none;
	color:#7AB700;
}
a:hover, a:focus{
	color:#f29400;
}
#wrap{
	position:relative;
	z-index:100;
     height:100%;
}
#Rahmen{
	position:relative;
	margin:auto;
	width:100%;
}
h1{
	font-family: 'Nothing You Could Do', cursive;
	font-size:45px;
}
/*S E I T E N I N H A L T******************************************************************************** */
#SeiteProv{
	padding:80px 0px;
	text-align:center;
	color:#fff;
	max-width:900px;
	width:100%;
	margin:auto;
}
#SeiteProv img{
	width:50%;
	max-width:300px;
}
/*S E I T E N I N H A L T*********************************************************************************/
.clear{clear:both;}
.clear20{
	clear:both;
	height:20px;
}
.clearMass{
	clear:both;
	height:70px;
}