@charset "UTF-8";

/*--------------------------------Main--------------------------------*/
@font-face {
    font-family: 'myr-webfont';
    src: url('../fonts/myr-webfont.eot');
    src: url('../fonts/myr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myr-webfont.woff') format('woff'),
         url('../fonts/myr-webfont.ttf') format('truetype'),
         url('../fonts/myr-webfont.svg#myr-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {margin: 0; padding: 0; outline: 0;}

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #808080;
	text-decoration: none;
	outline: 0;
}
.container {
	max-width: 1160px;
	min-width: 300px;
	margin: 0 auto 0 auto;
	padding: 0 30px 0 30px;
	overflow: hidden;
}
.singlecontainer {
	max-width: 1160px;
	min-width: 300px;
	margin: -20px auto 0 auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
}
.singlecontainer iframe {
	border: 0;
	margin: -50px auto -80px 40px;
	width: 1040px;
	min-height: 90%
}
a {
	color: #8b0000;
	text-decoration: none;
}
a:hover {
	color: #00008b;
}

/* Alle Links kennzeichnen (intern + extern) */
#rightrow a[href^="http://"], 
#rightrow a[href^="https://"] {
	background: transparent url(../images/ExternalArrow.png) center right no-repeat;
	/*display: inline-block;*/
	padding-right: 12px;
}
/* Alle internen Links nachbearbeiten */
#rightrow a[href^="http://www.christophhartung.de"], 
#rightrow a[href^="https://www.christophhartung.de"], 
#rightrow a[href^="https://christophhartung.de"], 
#rightrow a[href^="http://christophhartung.de"] {
	padding-right: 0;
	background: transparent;
}

img {
	border: none;
}
h1 {
	font-family: 'myr-webfont', serif;
	font-size: 15px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: normal;
}
h2 {
	font-family: 'myr-webfont', serif;
	font-size: 15px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-family: 'myr-webfont', serif;
	font-size: 14px;
	margin: 16px 0 -6px 0;
}
.clearfix {
	float: none;
	clear: both;
}
hr {
	width: 100%;
}
.container #facts table td p {
	margin: 0;
	padding: 0;
}

/*--------------------------------Header & Menu --------------------------------*/
#smartheader, #smartblock {
	 display: none;
}
#smartsocialmedia {
	display: none;
}
header {
	height: 88px;
	margin-top: 40px;
}
header #menuback {
	width: 100%;
	height: 22px;
	background-color: #8b0000;
	background: -moz-linear-gradient(top, #a30000, #830000);
	background: -webkit-linear-gradient(top, #a30000, #830000);
	background: -o-linear-gradient(top, #a30000, #830000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30000', endColorstr='#830000');
}
header nav {
	max-width: 1160px;
	min-width: 300px;
	margin: 0 auto 0 auto;
	padding: 0 30px 0 30px;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	height: 22px;
	padding: 0 17px 0 17px;
	font-weight: bold;
	margin: 0 0 22px 0;
	display: block;
	float: left;
	cursor: pointer;
}
header nav ul li:hover, header nav ul li.menuactive {
	background-color: #8b0000;
	background: -moz-linear-gradient(top, #6b0000, #850000);
	background: -webkit-linear-gradient(top, #6b0000, #850000);
	background: -o-linear-gradient(top, #6b0000, #850000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b0000', endColorstr='#850000');
}
header nav ul li a, header nav ul li.sectionheader {
	color: #FFFFFF;
	line-height: 24px;
}
header nav ul li a:hover, header nav ul li.sectionheader:hover {
	color: #FFFFFF;
}

header nav #submenu ul {
	margin: -3px 0 0 0;
	padding: 0;
	background: none;
	position: absolute;
	display: block;
	list-style: none;
}
header nav #submenu ul li {
	margin: 0;
	padding: 6px 2px 0px 2px;
	float: left;
}
header nav #submenu ul li a {
	margin: 0;
	padding: 6px 2px 0px 2px;
	font-size: 12px;
	color: #9a9a9a;
	font-weight: normal;
}
header nav #submenu ul li:hover {
	margin: 0;
	padding: 6px 2px 0px 2px;
	background: none;
}
header nav #submenu ul li a:hover {
	margin: 0;
	padding: 6px 2px 0px 2px;
	background: none;
	font-size: 12px;
	color: #8b0000;
}
header nav #submenu ul li.menuactive {
	margin: 0;
	padding: 6px 2px 0px 2px;
	background: none;
}
header nav #submenu ul li a.menuactive {
	margin: 0;
	padding: 6px 2px 0px 2px;
	font-size: 12px;
	font-weight: bold;
	color: #6a6a6a;
}

header nav #search {
	height: 22px;
	padding: 3px 0 0 15px;
	float: left;
}
header nav #search .search-input {
	height: 16px;
	width: 0;
	opacity: 0;
	margin: -0 0 0 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #8f030a;
	color: #8f030a;
	border: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	float: right;
}

header nav #search .search-input:focus, 
header nav #search:hover .search-input {
    background-color: #FFFFFF;
    width: 196px;
	padding: 0 8px 0 8px;
	color: #404040;
	opacity: 1;
	-moz-box-shadow: inset 0px 1px 3px #888888;
	-webkit-box-shadow: inset 0px 1px 3px #888888;
	box-shadow: inset 0px 1px 3px #888888;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

header nav #search .search-button {
	width: 15px;
	height: 15px;
	border: none;
	background: none;
	background-image: url(../images/SearchButton2.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 5px;
	float: left;
}

/*--------------------------------Homepage--------------------------------*/
.container #logo {
	width: 129px;
	height: 36px;
	background-image: url(../images/LogoButton.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 40px;
}
.container #content {
	width: 100%;
	max-width: 1140px;
	margin-top: 40px;
}
.container #content #homeslideshow {
	min-width: 150px;
	width: 42%;
	margin-right: 6%;
	margin-bottom: 30px;
	float: left;
}
.container #content #right {
	width: 52%;
	float: left;
}
.container #content #right #homeheadline {
	font-family: 'myr-webfont', sansserif;
	font-size: 31px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #a5a5a5;
	text-transform: uppercase;
}
.container #right #homecontent {
	height: 278px;
}
.container #right #homecontent p {
	margin: 10px 0 10px 0;
}

.container #content #right .critics {
	width: 190px;
	height: 300px;
	margin: 0 40px 0 0;
	float: right;
}
.container #content #right .critics .criticshead {
	font-family: 'myr-webfont', sansserif;
	font-size: 13px;
	color: #818181;
	font-weight: normal;
	text-transform: uppercase;
}
.container #content #right .critics .homeslidesmall {
	width: 180px;
	height: 256px;
	margin-top: 3px;
	float: left;
}
.container #content #right .critics .homeslidesmall img {
	width: 180px !important;
	height: 256px !important;
}
.container #footerspace {
	height: 70px;
}

/*--------------------------------Standardseiten--------------------------------*/
.container #centerrow {
	width: auto;
	max-width: 280px;
	margin-right: 60px;
	float: left;
}
.container #centerrow #contentleft img {
	border: solid 4px #FFFFFF;
	box-shadow: 3px 3px 8px #888888;
	margin-bottom: 20px;
}
.container #rightrow2 {
	min-width: 150px;
	max-width: 550px;
	position: absolute;
	margin-left: 580px;
}
.container #rightrow3 {
	min-width: 150px;
	max-width: 630px;
	position: absolute;
	margin-left: 500px;
}
.container #rightrow2 h3, .container #rightrow3 h3, 
.container #specialintro h3, .container #specialleft h3, .container #specialright h3 {
	font-family: 'myr-webfont', serif;
	font-size: 14px;
	margin: 0 0 8px 0;
}
.container #rightrow2 #content .movielist {
	line-height: 20px;
}
.container #rightrow3 #content table tr {
	
}
.comictable tr td {
	background-image: url(../images/FactsBack.jpg);
	padding: 10px;
	border-bottom: solid 10px #FFFFFF;
}
.tableback {
	background-image: url(../images/FactsBack.jpg);
}


/*--------------------------------Logo, Breadcrumbs & SocialMedia--------------------------------*/
.container #leftrow {
	max-width: 160px;
	min-width: 140px;
	float: left;
}
.container #leftrow a#logo {
	width: 129px;
	height: 36px;
	float: left;
	background-image: url(../images/LogoButton.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
}
.container #contentleft p, .container #content p, .container #specialintro p, .container #specialleft p, .container #specialright p {
	margin: 10px 0 10px 0;
}
.container #leftrow a:hover#logo {
	background-position: bottom;
}
.container #leftrow #breadcrumbs {
	margin: 15px 0 15px 0;
	width: 150px;
	float: none;
	clear: both;
}
.container #leftrow #socialmedia {
	width: 42px;
	position: absolute;
	top: 240px;
}
.container #leftrow #socialmedia a {
	opacity: 0.45;
	filter: alpha(opacity=45);
	float: none;
	clear: both;
}
.container #leftrow #socialmedia a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.container #leftrow #socialmedia a img {
	margin-bottom: 5px;
}
.container #leftrow #socialmediabooks {
	width: 42px;
	position: absolute;
	top: 366px;
}
.container #leftrow #socialmediabooks a {
	opacity: 0.45;
	filter: alpha(opacity=45);
	float: none;
	clear: both;
}
.container #leftrow #socialmediabooks a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.container #leftrow #socialmediabooks a img {
	margin-bottom: 5px;
}

/*--------------------------------Cover & More--------------------------------*/
.container #coverrow {
	max-width: 280px;
	min-width: 260px;
	text-align: center;
	float: left;
}
.container #coverrow img {
	border: solid 4px #FFFFFF;
	box-shadow: 3px 3px 8px #888888;
	margin-bottom: 20px;
}
.container #coverrow #filmplakat img {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.container #coverrow #letter {
	font-size: 200px;
	color: #DDDDDD;
	font-weight: bold;
	margin-top: -30px;
	z-index: 100;
}
.container #coverrow #number {
	font-size: 150px;
	color: #DDDDDD;
	font-weight: bold;
	margin-top: -30px;
}

/*--------------------------------Content--------------------------------*/
.container #rightrow {
	max-width: 700px;
	min-width: 150px;
	padding: 0 20px 0 40px;
	position: absolute;
	margin-left: 420px;
}
.container #rightrow p, .container #rightrow2 p {
	margin: 10px 0 10px 0;
}
.container #rightrow ul li, .container #rightrow2 ul li, .container #rightrow3 ul li {
	margin-left: 18px;
}
.container #rightrow ol li, .container #rightrow2 ol li {
	margin-left: 35px;
}
.container #rightrow #headline, .container #rightrow2 #headline, .container #rightrow3 #headline {
	font-family: 'myr-webfont', serif;
	font-size: 31px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #a5a5a5;
	text-transform: uppercase;
}
.container #rightrow #facts {
	margin-bottom: 30px;
	padding: 8px;
	background-image: url(../images/FactsBack.jpg);
}
.container #rightrow #facts #germandate {
	width: 110px;
}
.container #rightrow #moviecontent iframe {
	margin: 0 0 10px 15px;
}
.container #rightrow .subhead {
	font-family: 'myr-webfont', serif;
	font-size: 15px;
	margin-bottom: 12px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
}
.container #rightrow .subhead {
	font-family: 'myr-webfont', serif;
	font-size: 15px;
	margin-bottom: 12px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
}
.container #rightrow #moviecontent {
	margin-bottom: 36px;
}
.container #rightrow #rating {
	margin: 30px 0 30px 0;
}
.container #rightrow img, .container #rightrow iframe, 
.container #rightrow #slideshow, .container #rightrow2 img, 
.container #rightrow3 #iframe, .container #rightrow3 img {
	border: solid 4px #FFFFFF;
	box-shadow: 3px 3px 8px #888888;
}
#footerspace {
	float: none;
	clear: both;
	height: 70px;
	width: 100%;
}
.container #rightrow #slides {
	float: left !important;
	position: relative !important;
}
.container #rightrow #letterlist {
	line-height: 20px;
}
.container #rightrow #bookletterlist {
	margin-top: -10px;
}
.container #rightrow #smiley {
	width: 43px;
	height: 42px;
	float: left;
	border: 0;
	box-shadow: none;
	margin: 0 10px 10px 0;
}
.container #specialheadline {
	font-family: 'myr-webfont', serif;
	font-size: 31px;
	line-height: 22px;
	color: #333333;
	margin: 5px 0 30px 0;
	font-weight: normal;
	text-shadow: 2px 2px 2px #a5a5a5;
	text-transform: uppercase;
}
.container #specialintro {
	max-width: 470px;
	min-width: 260px;
	margin: 0 0 40px 150px;
}
.container #specialleft {
	max-width: 470px;
	min-width: 260px;
	width: 45%;
	margin-left: 150px;
	float: left;
}
.container #specialright {
	max-width: 470px;
	min-width: 260px;
	width: 45%;
	margin-left: 20px;
	float: left;
}
#searchlist {
	line-height: 20px;
}

/*--------------------------------Sitemap--------------------------------*/
.container #specialleft #sitemapheadline, .container #specialright #sitemapheadline {
	font-family: 'myr-webfont', serif;
	font-size: 22px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #a5a5a5;
	text-transform: uppercase;
}
.container #specialleft ul, .container #specialright ul {
	list-style: none;
}
.container #specialleft ul li, .container #specialright ul li {
	font-size: 20px;
	color: #AAAAAA;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.container #specialleft ul li a, .container #specialright ul li a {
	color: #AAAAAA;
}
.container #specialleft ul li a:hover, .container #specialright ul li a:hover {
	color: #00008b;
}
.container #specialleft ul li ul, .container #specialright ul li ul {
	list-style: none;
}
.container #specialleft ul li ul li, .container #specialright ul li ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #808080;
	text-decoration: none;
	margin: 0 0 2px 0;
	text-transform: none;
	font-weight: normal;
}
.container #specialleft ul li ul li a, .container #specialright ul li ul li a {
	color: #8b0000;
}
.container #specialleft ul li ul li a:hover, .container #specialright ul li ul li a:hover {
	color: #00008b;
}

/*--------------------------------Footer--------------------------------*/
footer {
	width: 100%;
	height: 20px;
	border-top: solid 1px #8b0000;
	position: fixed;
	bottom: 0px;
	background-color: #FFFFFF;
	z-index: 120;
}
footer .container a {
	font-size: 11px;
	color: #bcbcbc;
	margin-top: 4px;
	margin-right: 14px;
	float: left;
	text-decoration: none;
}
footer .container a:hover {
	color: #808080;
}
footer .container #copyright {
	font-size: 11px;
	color: #bcbcbc;
	margin-top: 4px;
	float: right;
}

/*--------------------------------TinyMCE-Vorlagen--------------------------------*/
.bildrechtsimtext {
	float: right;
	margin: 0 0 9px 18px;
}
.bildlinksimtext {
	float: left;
	margin: 0 18px 9px 0;
}