/* CSS Document */

body {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	align: center;
				}
				
p	{
	font-size: 12px;
	margin: 5px;
	color: black;
	}
	
ul	{
	line-height: 1.5;
	}			
		
h5 	{
	align: center;
	font-size: 12px;
	color: black;
	}
	
a:link	{
	color: black;
	text-decoration: none;
	}
	
a:hover	{
	color: red;
	text-decoration: none;
	}
	
a:visited	{
	color: red;
	text-decoration: none;
	}
	
.bild-links	{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	}
	
.bild-rechts	{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	}
	
.table			{
	border-width: 1mm;
	border-style: ridge;
	border-color: red;
	} 
	
.table2			{
	border-width: 1mm;
	border-style: solid;
	border-color: grey;
	} 	



