<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.contentWrapper {
	background-image: url(../images/HeloFilm_TopHG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	} 
.trenner {
	background-image: url(../images/HeloFilm_HR_BG.png);	/* dunkel grauer Trennerbalken */
	height: 22px;
	width: 844px;
}
/* zentrierte Au8srichtung der HP */
.HeloInner {
	width: 844px;    
	margin: auto;
}
/* Kopf der HP */
.HeloFilmPartner {
	margin-top: 10px;
	margin-bottom: 20px;	
	text-align: center;
}
/* Kopf Suchbegriffe */
.SchmalfilmSeo {
}

/* Partner Beschreibung */
.SchmalFilmPartner {
	height: 269px;
	width: 844px;
	margin-top: 20px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.SchmalFilmPartner span {
	text-align: center;
	background-image: url(../images/HeloFilm_NavBar.png);	/* hell grauer Trennerbalken */
	background-repeat: repeat;
	font-weight: bold;
	margin-left: 18px;
	width: 794px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #D6D6D6;
	font-size: 16px;
	letter-spacing: 0.09em;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.Pleft {
	float: left;
	height: 200px;
	width: 350px;
	margin-top: 40px;
	margin-left: 30px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/HeloFilm_Transparenz_70_prozent.png);	/* Transparenter Hintergrund zum Darstellen der Schrift */
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	
}

.Pleft h1 {
	font-size: 14px;
	font-weight: normal;
}

.Pleft p {
	font-size: 12px;
	font-weight: normal;
}

.Pleft h2 {
	font-size: 14px;
	font-weight: normal;
	color: #C00;
}

/* Medienvorstellung */
.Medien {
	width: 844px;
	margin-top: -9px;
}

.Medien h1 {
	font-size: 12px;
	text-align: center;
	background-image: url(../images/HeloFilm_Transparenz_70_prozent.png);	/* Transparenter Hintergrund zum Darstellen der Schrift */
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 90%;
	margin-left: 20px;
}

.MedienLeft {
	width: 421px;
	float: left;
	height: 175px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	border-radius: 0px 0px 0px 9px;
	margin-top: 10px;	
}

.MedienLeft img {
	margin-left: 27px;
}

.MedienRight {
	width: 421px;
	float: right;
	height: 175px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	border-radius: 0px 0px 9px 0px;
	margin-top: 10px;
}

.MedienRight img {
	margin-left: 27px;
}
/* Partner Bereich */
.Partner {
	width: 844px;
	clear: both;
	margin-top: 20px;
}

.Partner h1 {
	border-radius: 9px 9px 9px 9px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #949494;
	text-align: center;
	display: block;
	width: 240px;
	height: 25px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

.Partner h2 {
	font-size: 14px;
	font-weight: normal;
	color: #C00;
	padding-left: 15px;
	padding-right: 15px;
}

.Partner h3 {
	font-size: 10px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.Partner p {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.Partner img {
	margin-left: 30px;
}

.Partner ul {
	list-style-type: none;
	margin-left: -25px;
}

.Partner li {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}

.Partner li a {
	color: #8DB054;
	text-decoration: none;
}

.Partner li a:hover {
	color: #647D39;
	text-decoration: none;
}

.SonderFormate {
	float: left;
	min-height: 330px;
	width: 270px;
	border: 1px dotted #949494;
	border-radius: 9px 9px 9px 9px;
	margin-top: 10px;
	margin-bottom: 20px;	
	background-color: #FFF;
}

.PartnerText {
	float: left;
	min-height: 330px;
	width: 270px;
	border: 1px dotted #949494;
	margin-left: 14px;
	border-radius: 9px 9px 9px 9px;
	margin-top: 10px;
	margin-bottom: 20px;	
	background-color: #FFF;
}

.PartnerImpressum {
	float: left;
	min-height: 330px;
	width: 270px;
	border: 1px dotted #949494;
	margin-left: 14px;
	border-radius: 9px 9px 9px 9px;
	margin-top: 10px;
	margin-bottom: 20px;	
	background-color: #FFF;
}
/* Seo Optimierung Keyword */
.SeoOpt {
	background-image: url(../images/HeloFilm_Transparenz_70_prozent.png);	/* Transparenter Hintergrund zum Darstellen der Schrift */
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	color: #333;
	width: 834px;
	clear: both;
	text-align: center;
	width: 90%;
	margin-left: 20px;		
	margin-bottom: 20px;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 20px;
}
/* Seo Optimierung Link */
.SeoLink {
	clear: both;
	width: 824px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 9px 9px 9px 9px;
	background-color: #E8E8E8;
	padding: 10px;
}
.SeoLink a {
	color: #766464;
	text-decoration: none;
}

.SeoLink a:hover  {
	color: #999999;
	text-decoration: none;
}

.fontID1 {
	font-size: larger;
}
.fontID2 {
	font-size: xx-small;
}
.fontID3 {
	font-size: large;
}
.fontID4 {
	font-size: x-large;	
}

/* dsgvo */
.dsgvo {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.dsgvo a {
	color: #666;
	text-decoration: none;
}
.dsgvo a:hover {
	color: #999;
	text-decoration: none;
}

/* copyright, produced */
.copyright {
	text-align: center;
	font-size: 10px;
	color: #666;
	margin-top: 10px;
}
.copyright a {
	color: #666;
	text-decoration: none;
}
.copyright a:hover {
	color: #999;
	text-decoration: none;
}
</pre></body></html>