<html> <head> <title>css</title> <style type="text/css">{  }
/* Es folgen die CSS-Eigenschaften der Links */ 

body
{
	font-family:Verdana, sans-serif;
	font-size: 12px;
	
}

a:link {
	color:#F5AD00;
		border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
/*	font-size:12px;*/
	font-weight: bold;
}
a:visited {
	color:#F5AD00;
	border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
/*	font-size:12px;*/
	font-weight: bold;
}
a:hover {
	color:#FC8503;
	border-color:#FFB265;
	text-decoration: none;
	font-style:normal;
/*	font-size:12px;*/
	font-weight: bold;
}
a:active {
	color:#F5AD00;
	border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
/*	font-size:12px;*/
	font-weight: bold;
}

a.menu
{
	color:#A5BEA5;
	border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
	font-size:12px;
	font-weight: normal;
}

a.menu:visited
{
	color:#A5BEA5;
	border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
	font-size:12px;
	font-weight: normal;
}

a.menu:hover
{
	color:#A5BEA5;
	border-color:#FFB265;
	text-decoration: none;
	font-style:normal;
	font-size:12px;
	font-weight: normal;
}

a.menu:active
{
	color:#A5BEA5;
	border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
	font-size:12px;
	font-weight: normal;
}
/*

img
{
   border-color:#F68B1F;
}
img:hover
{
   border-color:#FFB265;
}
*/
/* Es folgen die CSS-Eigenschaften der Überschriften */

/* Erst die etwas größere Ueberschrift */
h1 {	font-size:17px;
		color:#221200;
		font-style:normal;
		font-weight: bold;
		font-family:Verdana, sans-serif;	}	

/* Nun die etwas kleinere Ueberschrift für Untertittel */
h2 {	font-size:15px;
		color:#221200;
		font-style:italic;
		text-decoration: underline;
		font-family:Verdana, sans-serif;    }
		
/* Nun die ganz große Ueberschrift */
h3 {	font-size:22px;
		color:#221200;
		font-style:normal;
		font-weight: bold;
		
		font-family:Verdana, sans-serif;    }
		
h4 {	font-size:15px;
		color:#221200;
		font-style:normal;
		font-family:Verdana, sans-serif;    }	
		
/* Jetzt folgen die CSS-Eigenschaften von Textabsätzen */
p {  	font-size:12px;
		color:#A5BEA5;
		font-style:normal;
		
		font-family:Verdana, sans-serif;	}

li.features {  	font-size:12px;
		color:#221200;
		font-style:normal;
		font-weight: bold;
		font-family:Verdana, sans-serif;	}
		
ul.features {  	font-size:12px;
		color:#3221200;
		font-style:normal;
		font-weight: bold;
		font-family:Verdana, sans-serif;	}




.rahmen {
border: 1px solid #242424;
padding: 5px 5px 2px 5px;
}

a.newsentry
{
	color:#F68B1F;
	border-color:#F68B1F;
	text-decoration: none;
	font-style:normal;
	font-size:12px;
	font-weight: normal;
}



-->


</style>
</head>
<body>
</body>
</html>