/*==================================================

Stylesheet fuer die Druckausgabe

==================================================*/


/* Fuer die Druckausgabe ueberfluessiges abschalten */
.left, #menu, #infotext, #dropinboxv2, #dropinboxv2cover, .right_contact, .film {
  display: none;
}


/*Gesamt-Aufbau Kopfzeile und Fußzeile*/
html{
font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
}

/*hier Schriftfamilie für HORO DR.... angeben*/

#wrap {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	margin-left: 1cm;
}


#header h1 {
	
	text-decoration: none;
	font-size: 24px;
    text-align: right;
	
}

#header h1 a {
	text-decoration: none;
	letter-spacing: 2px;
	color: #333;
}

Inhalt rechte Seite

.right {
	float: right;
	width: 580px;
	margin-left: 100px;

}
/*rechts Texte groß hervorgehoben*/
.right h2 {
	padding: 15px 0 0;
	font-size: 20px;
	font-weight: 400;
	color: #Cc0000;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
}

.right h2 a {
  text-decoration: none;
}

/*rechts Seitenüberschrift*/
.text_ueberschrift {
	font-family: Verdana, Arial;
	font-size: 22px;
	font-weight: 400;
	color: #cc0000;
    text-align:right;
	margin-bottom: 20px;
    margin-top: 20px;
	font-style: italic;
    
}
/*rechts Absatzschrift*/
.right p {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 16px;
	top: 200px;
}
/*rechts Absatzschrift in rot*/
.right_p_rot {
	font-size: 14px;
	color: #Cc0000;
	font-family: Verdana, Arial;
}
/*rechts kleine Hinweisschrift*/
.right_klein {
	display: none;
}


.right_ganzklein {
	font-family: Verdana, Arial;
	font-size: 0.6em;
	color: #000000;
}
#footer {
	text-align:center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 30px
}
.clicktabelle {
	padding-top: 300px;
}