@charset "UTF-8";
/* CSS Document */

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

html {
	height:100%;
	margin-bottom:1px;
}

body {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #fff;
}

img {
	border-style: none;
}

#outer {
	margin: 0px auto 10px;
	width: 500px;
	text-align: left;
}

#wrapper {
	margin: 0px auto;
	width: 450px;
}

#webseite {
	margin: 10px auto 0px;
	width: 450px;
}

#top_navi {
	height: 25px;
	margin-left: 224px;
	line-height: 25px;
	position: relative;
	display: none;
	float: left;
	clear: left;
}

#header {
	height: 120px;
	position: relative;
	background-image: url(../images/penrosefilm_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation {
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px dotted #666666;
	margin-bottom: 5px;
	display: block;
	margin-left: 1px;
}

#content {
	margin-bottom: 10px;
}

#linke_seite {
	width: 224px;
	padding-left: 1px;
	font-weight: bold;
	line-height: 16px;
	font-size: 0.75em;
	word-spacing: 0.25em;
}

#linke_seite_sub {
	width: 224px;
	padding-left: 1px;
}

#links_wrap {
	float: left;
	width: 224px;
	clear: left;
	display: none;
}

#rechte_seite {
	float: left;
	width: 450px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

#footer {
	line-height: 25px;
	text-align: center;
	font-size: 80%;
	clear: both;
	height: 60px;
	background-image: url(../images/footer_sep.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
	display: none;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer_print {
	line-height: 25px;
	text-align: center;
	font-size: 80%;
	clear: left;
	height: 60px;
	width: 450px;
}

.inhalt {
	padding: 0px 0px;
}
/* hide hack from Mac-IE5 \*/
* html .inhalt { height: 1%; }
/* end hiding */


/* überschriften */

h1 {
	font-size: 25px;
	line-height: 1.25em;
	margin-bottom: 0px;
	color: #fff;
	height: 28px;
}

h2 {
	font-size: 10px;
	line-height: 1.50em;
	margin-bottom: 10px;
	color: #fff;
	word-spacing: 0.25em;
}

h3 {
	font-size: 10px;
	line-height: 1.50em;
	margin-bottom: 10px;	word-spacing: 0.25em;
	color: #fff;
	font-weight: bold;
}

#h3link a:link{
	font-size: 10px;
	line-height: 1.50em;
	margin-bottom: 10px;
	word-spacing: 0.25em;
	color: #fff;
	font-weight: bold;
}

#h3link a:visited{
	font-size: 10px;
	line-height: 1.50em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	word-spacing: 0.25em;
	color: #fff;
	font-weight: bold;
}

#h3link a:hover{
	font-size: 10px;
	line-height: 1.50em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	word-spacing: 0.25em;
	color: #000;
	font-weight: bold;
	background-color: #fff;
}

#pointer td {
	border-bottom: 1px dotted #000;
}


/* Ausgabe am Bildschirm */
@media screen {
.inhalt .text_box p {
	margin-bottom: 10px;
	line-height: 155%;
}


	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
/* Ausgabe auf dem Drucker */
@media print {
	.renderhead {
		display: block;
	}
	.renderhead span {
		display: block;
		color: blue;
	}
	.renderhead img { 
		display: none;
	}
}

