@import url('reset.css');
@import url("../mobile/webfonts/OPEN_SANS_LIGHT/stylesheet.css");

/* General Codrops Demo Style */
body{
	color: #fff;
	font-family: "OPEN SANS BOLD";
	font-size: 16px;
	background-repeat: repeat-x;
	background-image: url(../bgs/bg-gallerie-bg.png);
	background-position: center top;
}
.header {
}
a{
	color: #ee7202;
	text-decoration: none;
}
a:hover{
	color: ee7207;
}
p.sub{
	text-align: left;
	color: #aaa;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clr{
	clear:both;
}
h1{
	margin: 5px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: "OPEN SANS BOLD";
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 10px;
	line-height: 40px;
}
h1 span{
	font-size: 10px;
	display: block;
	letter-spacing: 2px;
	font-family: "OPEN SANS BOLD";
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 10px;
	text-shadow: none;
	text-transform: uppercase;
}
/* Header Style */
.header{
	font-size: 13px;
	opacity: 0.7;
	text-transform: uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	width: 100%;
	background-color: #0C6;
}
.header a{
	line-height: 18px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
}
.header a:hover{
	color:#fff;
}
.banner-oben {
	width: 80%;
	height: 60px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 3%;
	font-family: "OPEN SANS BOLD";
}
.banner-oben .logo {
	height: 60px;
	width: 300px;
	float: left;
	font-family: "OPEN SANS BOLD";
}
.banner-oben .menü a{
	font-family: "OPEN SANS BOLD";
	float: right;
	font-size: 16px;
	padding-right: 25px;
	color: #525252;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
}
@media screen and (max-width: 640px) {
	.header span.right_ab{
		float:none;
	}
}
.banner-oben .menü a:hover {
	color: #ee7207;
}
