/**
 * 	General CSS Overrides
 */
html {
	text-align: justify;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #1a171b;
	background: transparent;
	height: 100%;
	width: 100%;
	background: url(images/grunge01_11.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-width: 1020px;
	line-height: 18px;
}
.wrapperPage {
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body {
	width: 1020px;
	padding: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 50%;
	left: -510px;
	min-width: 1020px;
	position: relative;
	min-height: 100%;
}
a {
	text-decoration: none !important;
	color: #404836;
}
a:hover {
	color: #678613;	
}
img {
	border: none;
}
p {
	font-family: Arial;
	font-size: 13px;
}
h1 {
	font: 32px Arial;
	color: #1a171b;
	font-weight: normal;
}
/**
 * 	CSS Page Structure
 */
.header {
	position: relative;
	height: 350px;
	top: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
.content {
	position: relative;
	top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	background: #fff;
	min-height: 100%;
}
.footer {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	height: 45px;
	margin-bottom: 0px;
	margin-top: auto;
	width: 960px;
	background: #fff;
}
.page {
	margin-top: 30px;
	margin-bottom: 30px;
}
.shadow {
	position: absolute;
	height: 100%;
	width: 960px;
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 0px 0px 20px #222;
	-moz-box-shadow: 0px 0px 20px #222;
	-webkit-box-shadow: 0px 0px 20px #222;
}
/**
 * Header
 */
#headerImg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 320px;
	background: url(images/new_header.jpg) no-repeat;
	box-shadow: 0px 0px 14px #444 inset;
	-moz-box-shadow: 0px 0px 14px #444 inset;
	-webkit-box-shadow: 0px 0px 14px #444 inset;
}
#headerLogo {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 280px;
	height: 61px;
	background: url(images/header_logo.png) no-repeat;
}
#headerImgMenu {
	position: absolute;
	left: 0px;
	top: 284px;
	width: 600px;
	height: 18px;
	background: #fff;
	float: left;
}
#headerImgMenuText {
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #000;
}
#headerMenu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 319px;
	height: 31px;
	background: url(images/menu_bg.png) repeat-x;
}
#headerSecondMenu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 353px;
	height: 31px;
	background: url(images/menu_second_bg.png) repeat-x;
    z-index: 1000;
    box-shadow: 0px 3px 5px #666;
	-moz-box-shadow: 0px 3px 5px #666;
	-webkit-box-shadow: 0px 3px 5px #666;
}
#headerSecondMenu .menuBlock {
    font-weight: normal;   
}
#headerSocial {
	position: absolute;
	float: right;
	right: 30px;
	top: 276px;
	width: auto;
	height: auto;
}
#headerBandIn {
	position: absolute;
	left: -30px;
	top: 0px;
	width: 287px;
	height: 84px;
	background: url(images/banderole_top_inside.png) no-repeat;
}
#headerBandOut {
	position: absolute;
	left: -30px;
	top: 12px;
	width: 30px;
	height: 84px;
	background: url(images/banderole_top_outside.png) no-repeat;
}
#headerInfo {
	position: absolute;
	left: 600px;
	top: 0px;
	height: 319px;
	width: 360px;
	background: #fff;
}
#headerIng {
	position: absolute;
	left: 35px;
	top: 263px;
	height: 38px;
	width: 50px;
	background: url(images/header_ing.png) no-repeat;
}
#headerArrowLeft {
	position: absolute;
	left: 25px;
	top: 2px;
	height: 14px;
	width: 12px;
	background: url(images/arrow_left.png) no-repeat;
	cursor: pointer;
}
#headerArrowRight {
	position: absolute;
	left: 565px;
	top: 2px;
	height: 14px;
	width: 12px;
	background: url(images/arrow_right.png) no-repeat;
	cursor: pointer;
}
.menuBlock {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 160px;
	height: 31px;
	float: left;
	padding-left: 35px;
	padding-top: 6px;
	cursor: pointer;
}
.menuHover {
	background: url(images/menu_hover.png) repeat-x;
}
.menuSecondHover {
    background: url(images/menu_bg) repeat-x;
}
.menuSeparator {
	width: 5px;
	height: 31px;
	background: url(images/trenner.png) no-repeat;
	float: left;
}
/**
 * Content
 */
.contentPages {
	position: relative;
	background: white;
	width: 100%;
	overflow: auto;
	background: #fff;
	float: left;
	height: 100%;
	box-shadow: 0px 0px 14px #444 inset;
	-moz-box-shadow: 0px 0px 14px #444 inset;
	-webkit-box-shadow: 0px 0px 14px #444 inset;
	min-height: 650px;
}
.contentBlog {
	position: relative;
	width: 292px;
	background: #fff;
	bottom: 0px;
	height: auto;
	float: left;
	font: 12px Arial;
}
.contentBlogBlock {
	margin: 17px;
}
.contentBlogHead {
	font-weight: bold;
	color: #2f450b;
}
.contentMainText {
	color: #678613;
	font-size: 13.5px;
	font-weight: bold;
	text-align: left;
}
.contentBlogImage {
	position: absolute;
	left: 35px;
	top: 30px;
	height: 47px;
	width: 47px;
	background: url(images/jw.png) no-repeat;
	box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}
.contentBlogHeader {
	position: absolute;
	left: 100px;
	top: 30px;
	height: 30px;
	width: 62px;
	background: url(images/blog.png) no-repeat;
}
.contentBlogContent {
	position: absolute;
	top: 55px;
	height: auto;
	width: 292px;
	margin-left: 35px;
}
.contentSocial {
	margin-top: 45px;
	width: 323px;
	height: 31px;
	background: url(images/social_teilen.png) no-repeat;
}
.clearLeft {
	clear: left;
}
/**
 * Footer
 */
.footerLeft {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 45px;
	background: #fff;
}
.footerMenu {
	
}
.footerBlock {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 25px;
	bottom: 0px;
	background: #fff;
	font-size: 10px;
	box-shadow: 0px 0px 14px #444 inset;
	-moz-box-shadow: 0px 0px 14px #444 inset;
	-webkit-box-shadow: 0px 0px 14px #444 inset;
}
.footerText {
	margin-top: 3px;
	margin-left: 35px;
}
.footerItem {
	float: left;
	color: #678613;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 1px;
	cursor: pointer;
}
#footerBandIn {
	position: absolute;
	right: -30px;
	bottom: 0px;
	width: 282px;
	height: 104px;
	background: url(images/banderole_bottom_inside.png) no-repeat;
}
#footerBandOut {
	position: absolute;
	right: -30px;
	bottom: 12px;
	width: 30px;
	height: 104px;
	background: url(images/banderole_top_outside.png) no-repeat;
}
.footerHover {
	color: #003300;
}
/**
 * Styles
 */
.but {
	cursor: pointer;
}

#___plusone_0 iframe {
	margin-top: -20px !important;
}
