/*Formate Startseite*/
/*Ausgabesteuerung fuers Web*/
@media screen
{

	img{border-style:none;}


	.portrait
		{
		float:right;
		padding-right:10px;
		padding-left: 20px;
		}

	.hinweis{color:#cc0000}
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Ausgabesteuerung fuer Druck*/
@media print
{
	body
		{
		background-color: #FFFFFF;
		font-family:Times, serif, Times New Roman;
		font-size:12pt;
		color:#000000;
		}

	a{text-decoration:none;}


	h1{font-size:18pt;}
	h2{font-size:16pt;}
	h3{font-size:14pt;}
	h4{font-size:12pt;}
	img{border-style:none}

}
