<style type="text/css">

/* Stylesheet fuer Bildschirmausgabe */

*	{	color:#ffffcc;
		font-family:'Helvetica','Tahoma','Arial',sans-serif;
		font-size:13px;
		font-style:none;	}
		
body	{	background-image:url(./img/background.jpg);
		background-size: 100%;
		background-attachment:fixed;
		background-repeat:repeat;
		background-position:right bottom;
		background-color:#ffffff; 	}
	
a:link    { text-decoration:none; font-weight:normal; color:#0000ff; }
a:visited { text-decoration:none; font-weight:normal; color:#0000ff; }
a:hover   { text-decoration:none; font-weight:normal; color:#ff0000; }
a:active  { text-decoration:none; font-weight:normal; color:#ff0000; }	
		
h1	{ font-size:20px; font-weight:bold; margin-bottom:0.5em }
h2	{ font-size:18px; font-weight:bold; margin-bottom:0.5em }
h3	{ font-size:16px; font-weight:bold; margin-bottom:0.5em }
h4	{ font-size:14px; font-weight:bold; margin-bottom:0.5em }
h5	{ font-size:13px; font-weight:bold; margin-bottom:0.5em }
h6	{ font-size:13px; font-weight:normal; margin-bottom:0.5em; margin-top:0.5em }

hr	{ color:#000000; background-color:#666666; height:1px; border:3px; }

li 	{ list-style-type:disc; font-size:13px; margin-top:0.1em; margin-bottom:5px }
ul 	{ list-style-type:disc; font-size:13px; margin-top:0.1em; margin-bottom:0.5em }

img 	{ border:none }

p 	{ color:#333333 }

</style>

