@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* (c) 2014 andreas n. schubert */
/* www.andreas-n-schubert.de    */

#popupcontainer {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 0px solid #407a6e;
	padding: 10px 20px;
	font-size: 80%;
}

h3 {
	margin-top: 0;
	color: #407A6E;
	font-size: 20px;
}

h5 {
	font-size: 16px;
	color: #555;
	margin: 0 0 10px 0;
}

h6 {
	margin-top: 0;
	font-size: 22px;
	color: #407a6e;	
}

.box {
	min-height: 140px;
	width: 500px;
}

.video {
	border: 1px solid #407A6E;
	padding-left: 50px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	width: 480px;
	background-color: #000;
	background-image: url(../images/symbol_video.png);
	background-repeat: no-repeat;
}

.rechts {
	float: right;
	margin-left: 10px;
}

.links {
	float: left;
	margin-right: 10px;
}

.rand {
	padding: 1px;
	border: 1px solid #B59E6E;
}

.hide {
	display: none;
}