body {
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
background:black;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position: center center;
background-attachment:fixed;
}

#video_background {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
p{
font-size: 13px;

}

iframe{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 110px;
	left: 50%;
	transform: translateX(-50%);
}

#rahmen_center {
width: 380px;
height: 195px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -190px;
margin-top: -100px;
background-color: white;
text-align:center;
border:5px solid black;
}

a:link { font-weight:bold; font-size:16px; color:white; text-decoration:none; }
a:hover { font-weight:bold; font-size:16px; color:green; text-decoration:none; background:black; }
a:active { font-weight:bold; font-size:10px; color:black; text-decoration:none; }


a:after
{
content:"|";
color:#cccccc;
padding-left:5px;
}