#button {
	position:absolute;
	top:582px;
	left:50%;
	margin-left: -450px;
	padding:5px;
	background-color: white;
	
	color:black;
	
	opacity: 0.7;
	z-index:2000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(0,0,0,1), 
		inset 0 1px 1px rgba(0,0,0,0),
		0 0 0 1px rgba(0,0,0,1);
	border-radius: 4px;
	border-bottom: solid 1px rgba(146,186,215,1);
	border-bottom-width: 0px;
}

#button:hover {
	background-color: white;
	color: black;
	box-shadow: 
		0 1px 1px rgba(146,186,215,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 20px rgba(146,186,215,0.3);
	border-radius: 4px;
	font-weight: 300;
}


#fenster {
	position: absolute;
	background-image: url(../images/hotline.png);
	left:50%;
	top:-450px;
	width:750px;
	margin-left: -375px;
	height:400px;
	padding:5px;;
	background-color:white;
	border: 1px solid black;
	border-radius: 10px;
	opacity:0.97;
	z-index:10;
}

#x {
	position:absolute;
	top:7px;
	right:7px;
	background-image: url(../images/x.png);
	width:24px;
	height:24px;
}
table {
	padding-left: 5px; 
	width:100%;
}

td {
	padding-left:2px; 
}

.eingabefeld {
	text-align: left;
}

input {
	font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding:2px;	
}

#video {
	position:absolute;
	top:0px;
	z-index:9;
}

#beispielVideo {
	width:926px;
	z-index:9;

}



