@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-size: 100%;
	font-family: arial, verdana;
	vertical-align: baseline;
  height: 100%;
  width: 100%;
  background: #fff;
  background-image: url('k-img_1342.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
}

a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:hover {color:#f49e00;text-decoration:none;}
a:active {color:#f49e00;text-decoration:none;}

#helper {
 width: 1px;
 height: 50%;
 margin-bottom: -300px;
 float: left;
 }
 
#alles {
 margin: 0 auto;
 position: relative;
 width: 500px;
 heightX: 325px;
 clear: left;
borderX:1px solid black;
backgroundX:#fac479;
paddingX:15px;
}
 
#first {
width:100%;
background:#7e7c3a;
color:#fff;
text-align: center;
font-size:25px;
}

.second {
margin-top:8px;
width:100%;
background:#000;
color:#fff;
text-align: center;
font-size:55px;
}

#third {
margin-top:15px;
text-align: center;
font-size:18px;
}

#kontakt {
margin-top:8px;
text-align: center;
font-size:15px;
}

#footer {
position:absolute;
width:100%;
bottom:12px;
font-size:0.6em;
text-align:center;
}

#logo {
 position:absolute;
 bottom:20px;
  right:20px;
 width:40px;
 height:46px;
 background-image: url('logo.png');
 background-repeat: no-repeat;
 }
