/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('../lib/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../lib/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('../lib/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../lib/fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


#mainContent{
	margin: 0 0 0 250px;
   padding: 10px 0 20px 0;
   position: absolute;
   top: 220px;
   width: auto;
}
#mainContentHeader p{
	font-weight: bold;
   padding: 0 0 15px 0;
   text-align: center;
   width: 975px;
}
#mainContentHeader p:last-of-type{
	font-weight: normal;
	font-size: 0.9em;
    text-align: justify;
}
.line_heading{
	font-size: 0.9em;
   font-weight: bold;
	padding: 5px 0 0 5px;
}
.line_fehler{
	padding: 20px 0 20px 5px;
	border: 1px dotted #fff;
	border-radius: 5px;
}
.zeile{
	width: 975px;
	height: auto;
}
.thumb, .thumb-movie, .thumb-movieSB, .favorit{
	position: relative;
	float: left;
	min-width: 150px;
	min-height: 75px;
	margin: 15px 0 15px 15px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 3px 2px #bbb;
}
.thumb-movie{
	cursor: pointer;
}
.thumb p{
    font-size: 0.8em;
    text-align: center;
}
.thumb *{
    border-radius: 5px;
}
.favorit p{
    width: 800px;
    text-align: left;
    padding: 3px 5px;
}
.overlay{
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 text-align:center;
}
.zeile .thumb:first-of-type, .zeile .thumb-movie:first-of-type, .zeile .thumb-movieSB:first-of-type{
	margin: 15px 0 15px 0;
}
.vs_infotext{
	width: 955px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}
#vorschau{
	position: relative;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	width: 975px;
	min-height: 210px;
	margin: 15px 0;
}
#vs_left{
	position: absolute;
	max-width: 690px;
	overflow: hidden;
	box-shadow: 0 0 3px 2px #BBBBBB;
	border-radius: 10px;
}
#vs_left_movie{
	position: absolute;
	max-width: 690px;
	overflow: hidden;
	box-shadow: 0 0 3px 2px #BBBBBB;
}
#vs_right{
	position: absolute;
	width: 275px;
	background: #404040;
	box-shadow: 0 0 3px 2px #BBBBBB;
	border-radius: 10px;
}
#vs_right_movie{
	position: absolute;
	width: 275px;
	background: #404040;
	box-shadow: 0 0 3px 2px #BBBBBB;
}
#vs_left a img{
	border-radius: 10px;
}
#vs_left embed{
	margin: 5px;
}
.vs_p{
	padding: 5px 15px 5px 5px;
	font-size: 0.7em;
	text-align: justify;
}
