/* CSS Document */


html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
	color: #000000;
	box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: inherit;
}
#wrapper {
}
#header {
	width: 1200px;
	margin: 0 auto;
}
.logo-brett {
	width: 100%;
	height: auto;
}
body.home #container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#container > .inside {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 50px;
}
body.home #container > .inside {
	padding: 0;
}
.vk-img {
	width: 100%;
	height: auto;
}

.navi-top {
	display: block;
	width: 100%;
	text-align: right;
	padding: 0 50px;
	text-transform: uppercase;
}
body.home .navi-top {
	position: absolute;
	bottom: 105px;
	left: 22px;
	display: inline-block;
	text-align: left;
	padding: 0;
	width: auto;
	font-size: 12px;
	font-size: 0.75rem;
}

.navi-top a {
	text-decoration: none;
	color: inherit;
}
.navi-top a {
	text-decoration: none;
	color: inherit;
}
.navi-top a:hover {
	opacity: 0.6;
}

#footer {
/*	background-color: #AC8446;  */
	color: #ffffff;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	text-align: center;
}
#footer .inside {
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
}
#footer img.balken {
	height: 25px;
	width: 1920px;
}

