@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	font-size: 14px;
	font-family: "Calibri", Helvetica, Arial, sans-serif;
	font-weight: 300;
   	background-image: none;
}

#header {
    height: 140px;
    padding: 10px 0;
    width: 100%;
}
#header .inner img {width:170px; margin-right:10px;}
#header .inner h1 {font-size: 21px; margin-top: 52px;} 

#menu  {display:none;}


.inner .kontakt-button {display:none;}

#footer {
	margin: 0;
	padding:0;
	border-top: 1px solid #ddd;
	background: none;
	opacity:10;
	position: fixed;
	bottom:0;
	width:700px;
	z-index: 0;
	height: 48px;
}

#footer .inner  {display:none;}
#footer .copyright {
	display:block;
	font-size: 12px;
	float:left;

}
#footer .display,
#footer .mobile,
#footer .tablet {display:none;}





