@charset "UTF-8";
/* CSS Document */
body {
	height:100%;
}

html { 
  background:
	url(../images/hintergrundbild-web.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  width: 375px;
 
  position: absolute;
  top:50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 30px 30px;
  vertical-align: middle;
}

.border {
  width: 360px;
  height: 387px;
  position: absolute;
  top:5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 30px 30px 30px 30px;
  border-style: dashed;
  border-width: 1px;
  border-color: #f8ba00;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

h1 {
	font-family: 'Myriad Pro';
	font-weight:normal;
	color:#1d1d1b;
	text-align:center;
	/*text-shadow: 0px 2px #FFF; */
	padding-bottom:10px;
}
h1 span {
	color:#f8ba00;
}

p {
	font-family: 'Myriad Pro', sans-serif;
	color:#fff;
	text-align:center;
	padding-bottom:10px;
}

table {
	font-family: 'Myriad Pro', sans-serif;
	color: #ffffff;
	width: 75%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom:20px;
}

.rechts {
	text-align: right;
}

h4 {
	font-family: 'Myriad Pro', sans-serif;
	color:#fff;
	text-align:center;
	margin-bottom: -30px;
}


a,a:hover{
	text-decoration:none;
	color:#ffffff;
}

.blau {
	background-color: #009fe3;
	color: #ffffff;
	padding: 15px 0 4px 0;
}
.gruen {
	background-color: #95c11f;
	color: #ffffff;
	padding: 15px 0 4px 0;
	margin-top: 25px;
}
.magenta {
	background-color: #e6007e;
	color: #ffffff;
	padding: 15px 0 4px 0;
	margin-top: 25px;
}



