/*
All rights to Madisma
Design and coding by manuel-h.at
*/

html { 
  background: url(../images/halle.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, div { display: block; }
mark, rp, rt, ruby, summary, time { display: inline; }

a, a:link, a:visited { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

h1 {
  font-size: 23px;
  color: #fff;  
  margin: 10px 0px 20px 0px;
}

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
}

img {
	border: 0px;
}

#topbar {
	background-color: #333;
	color: #fff;
	position: relative;
	width: auto;
	height: 50px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 60px;
	display: block;
}

header {
	float: left;
	margin-top: 6px;
	margin-left: 25px;
}

.menu{
	width: auto;
}
.menu ul{
	margin-right: 30px;
	margin-top: 4px;
	float: right;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	float: right;
	text-decoration: none;
	color: #fff; 
	padding: 10px 11px;
	font-size: 19px;
}
.menu ul li a:visited{
	color: #fff;
}
.menu ul li a:hover, .menu ul li .current{
	color: #000;
	background-color: #fff;
}

#contentbox {
	overflow: hidden;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	/* line-height: 20px; eventuelles schrift problem bei mobil */
	border: 2px solid #eee;
	border-radius: 8px;
	display: block;
	margin: auto;
	padding: 15px 25px 25px 25px;
	width: 900px;
	animation: contentanimation 1s;
	-moz-animation: contentanimation 1s;
	-webkit-animation: contentanimation 1s;
}	@keyframes contentanimation { from {background: rgba(0, 0, 0, .0);} to {background: rgba(0, 0, 0, .6);} }
	@-moz-keyframes contentanimation { from {background: rgba(0, 0, 0, .0);} to {background: rgba(0, 0, 0, .6);} }
	@-webkit-keyframes contentanimation { from {background: rgba(0, 0, 0, .0);} to {background: rgba(0, 0, 0, .6);} }
	
footer {
	margin: auto;
	padding: 3px 0px 5px 10px;
	margin-bottom: 30px;
	width: 940px;
	font-size: 14px;
	color: #fff;
	display: block;
}


/* form */
input, textarea { 
    padding: 5px;
    border: solid 1px #C9C9C9; 
    outline: 0;
    width: 200px; 
	height: 18px;
    background: #FFFFFF;
	margin-bottom: 15px;
}
textarea { 
    width: 735px; 
    max-width: 735px; 
    height: 150px; 
    line-height: 150%;
}
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #000; 
}
.form label { 
    margin-left: 10px; 
    color: #fff; 
}
.submit input { 
    width: auto;
	height: auto;
	margin: 0px;
    padding: 9px 15px; 
    background: #617798; 
    border: 0;
    color: #FFFFFF; 
}