/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	min-height: 100%;

}

body {
	margin: 0px;
	padding: 0px;
	color: #666666;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
	font-size: 11px;
	background-color: #FFFFFF;
	align: left;
}

	a img {border: none; } 

	a:link { color: #a4121d; underline: none; }
	a:visited { color: #a4121d; }
	
	a:hover, 
	a:active
	{
		color: #637f2e;
		background-color: none;
	}
	
	.imaufbau
	{
	color: #999;
	margin: auto 0;
	font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
	font-size: 24px;
	letter-spacing: 0,5;
	line-height: 26px;
	padding-bottom: 10px;
	text-align:center;
	}
	
	h1
	{
    color: #666666;
    margin: 0 0 2px 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0,5;
    line-height: 19px;
	}
	
	h1 a { text-decoration: none; }
	
	h2
	{
	color: #666666;
	font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	}
	
	.hr
  {
  height: 1px;
  width: 100%;
  background: url(images/hr.png) repeat;
  margin: 0 0;
  border: 0px;
  }



    .baustelle
	{
	color: #666666;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	}
	
	#container2
	{
		margin: 0px auto;
		width: 100%;
		padding: 0px;
		background-color: #FFF;
	}
	
	
	#container .container
	{
       position: relative;
       top: 40%;
       -webkit-transform: translateY(-25%);
       -ms-transform: translateY(-25%);
       transform: translateY(-25%);
	   background-color: #FFF;
	}
	
	.clear { clear:both; }
	
#info	
	{
	margin: 0px auto;
	width: 100%;
	max-width: 800px;

	}

	#contents	
	{
	margin: 0px auto;
	min-height: 400px;
	height: 100%;
	width: 100%;
	max-width: 800px;
	min-width: 320px;
	background-color: #FFFFFF;
	
	}
	
	
	#contents2	
	{
    /*min-height: 100%;*/
	margin: 0px auto;
	height: auto;
	width: 100%;
	max-width: 800px;
	min-width: 320px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	}
	
	
	#menu ul
		{
		float:left;
        list-style-type: none;
		}


	#menu 
	{
		clear:both;
		valign: left;
		margin-left: 800px;
		margin-top: 0px;
		height: 120px;
		width: 80%;
}

.img-responsive
{
    display: block;
	margin: 0 auto!important;
    max-width: 100%;
	width: auto;
    height: auto;
    text-align: center;
}


	#footer	
	{
		clear: both;
		float: left;;
		margin-top: 0px;
		margin-left: 30px;
		width: 80%;
		
	
	}
	
	#foot_navi
	{
	position: relative;
	margin-top: 5px;
	margin-left: 50px;

	}
	
	.foot_navi
	{
	color: #FFFFFF;
	/*margin: 0 0 2px 0;*/
	font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
	font-size: 10px;
	letter-spacing: 0,5;
	}
	
	.foot_navi_impress
	{
	color: #666666;
	/*margin: 0 0 2px 0;*/
	font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
	font-size: 10px;
	letter-spacing: 0,5;
	}
	
	.copyright
	{

		margin-top: 0px;
		width: 300px;
		height: 8px;
		color: #666;
		text-align: center;
		font-size: 90%;
	
	}
