@import url(http://fonts.googleapis.com/css?family=Vollkorn);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*Globale CSS*/
body
{
    padding:0;
    margin: 0; 
	/*
	background-image: url(img/woodbg.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	background-color:black;
	*/
	background: transparent url(img/bg.jpg) no-repeat scroll 50% 0;
	background-color: #262626;
	font-family: 'Vollkorn', serif;
}
#Content-Wrapper
{
	position: relative;
	top: 150px;
	margin-left: auto ;
	margin-right: auto ;
	width: 1000px;
	background-color: #111;
	height: auto;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 1);
}
#Header
{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
.logo
{
	position:absolute;
	top:-130px;
	left: 0px;
    width:300px;
    height: auto;
	z-index: 9999;
}
#slideshow { 
	/*margin: 50px auto;*/
    position: relative;
	top:50px;	
    width: 100%; 
    height: 400px; 
	padding-bottom:50px;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 10px; 
    right: 10px; 
    bottom: 0px; 
}
.menu
{
	float: right;
	background-color: black;
	height: 50px;
	width: 700px;/*700px*/
	line-height: 50px;
	text-align: right;
}
.menu ul
{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.menu li
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;   
}
.menu a
{
    text-decoration: none;
    color: white;
    display: block;
    transition: .5s background-color;
    padding: 0px 30px 0px 30px; 
}
.menu a:hover {
  color:Red;
}
.menu a.active {
  color: red;
  cursor: default;
}
.menu li {
    display: inline-block;
    margin-right: -4px;
}
#Content
{
	position: relative;
	top:0px;
	bottom: 40px;
	width: 100%;
	height: auto;
	z-index: 100;
	margin-bottom:20px;
	margin-top: 20px;
	overflow:auto;
}
#MainContent
{
	float: left;
	margin-left: 20px;
	height: auto;
	width: 600px;
	background-color:rgba(25, 25, 25, 0.5);
}
#SideContent
{
	float: left;
	margin-left: 20px;
	height: auto;
	width: 340px;
	background-color:rgba(25, 25, 25, 0.5);
}
#SingleContent
{
	float: left;
	margin-left: 20px;
	margin-top: 60px;
	height: auto;
	width: 960px;
	background-color:rgba(25, 25, 25, 0.5);
}
.ContentTitleRight
{
	float:right;
	width: auto;
	height: 30px;
	line-height:30px;
	background-color:red;
	color:black;
	font-weight:bold;
	padding-left: 10%;
	padding-right: 10%;
	margin:0;
	font-family: 'Montserrat', sans-serif;
}
.ContentTitle
{
	float:left;
	width: auto;
	height: 30px;
	line-height:30px;
	background-color:red;
	color:black;
	font-weight:bold;
	padding-left: 15%;
	padding-right: 15%;
	margin:0;
	font-family: 'Montserrat', sans-serif;
}
.ContentInfo
{
	float: left;
	margin: 20px;
	height: auto;
	clear:left;
	color: white;
}
#contactform
{
	float:left;
	width:450px;
	margin-top:40px;
}
#googlemap
{
	position: absolute;
	top: 120px;
	right: 40px;
}
#Footer
{
	position: relative;
	width: 100%;
	top:0px;
	height: 100%;
	background-color:#111;
	border-top: dotted 1px red;
	margin-bottom:50px;
	overflow:auto;
	margin:0 auto;
	
}
#contactfooter
{
	padding: 20px;
	text-align:center;
	color: white;
}