@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial;
	/*height:100%;*/
	}

.schrift1 {
	font-size:large;
}

.schrift2 {
	font-size:larger;
}

a:link , a:visited , a:active{
	text-decoration:none;
	color:#0000FF;
}
a:hover{
	text-decoration:underline;
	color:#0000FF;
}
