@media screen, projection {
BODY {
	text-align : center;
	background-color: #ffffff;
	margin: 0px;
	color: #606060;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
*html body{
	 font-size: x-small;  /* fuer IE5 */
	 f/ont-size: small; /* fuer andere IE versionen */
	 }
H1 {
	font-size : 115%;
	font-weight: bold;
}
H2 {
	font-size : 110%;
	font-weight: bold;
	margin-top : 8px;
	margin-left : 5px;
	margin-bottom : 2px;
}
H3 {
	font-size : 110%;
	font-weight: bold;
	margin-top : 8px;
	margin-left : 5px;
	margin-bottom : 2px;
	
}
UL {
	margin-top : 2px;
	margin-bottom : 0px;
	list-style : disc outside url("Bilder/stern_gr.gif");
}
P {
	margin-top : 4px;
	margin-left : 5px;
	margin-bottom : 2px;
}

#aussen {
	top:0px;
	width:1000px;
	height:630px;
	text-align : left;
	margin: auto;
	border-right: thin solid #9B9B9B;
	border-color: #A5A5A5;
	border-bottom: thin solid #D6D6D6;
}

#bild {
	float: left;
	width:285px;
	height:475px;
	background-position: top;
	text-align: center;
	
}
#text_links {
	float: left;
	width:285px;
	margin-top : 0px;
	margin-right : 20px;
	height:475px;
}
#text_rechts {
	width:285px;
	margin-top : 0px;
	margin-right : 30px;
	background-color:#73031C;
	float : right;
	height:475px;
}
#text_rechts p { color: White; }
#text_rechts h3 {color: White;  }
#text_rechts ul li {color: White;  }
#text_rechts a {color: White;  }


}

@media print {
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
#nav, #sidebar, #nav_1, #header { display: none; }
}