BODY{
	background-image: url(../Global/Bilder/website_04.jpg);
	background-repeat: no-repeat ;
	background-attachment: fixed ;
	margin-top: 0.3cm;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0.3cm;
	background-color: #FFFFFF;
}	

.fontstyle 
	{color: #000000; 
	font-size: 26px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-style: normal; font-weight: bold; 
	line-height: 12px;
	padding-top: 0;
	background-color: #FFFFFF;
	border-style: none; 
	border-color: #000000;
	border-width: 5px;
	}
	
a	font { padding-left: 0px; font-weight: bold;}/* Link style */
	a:link { color: #CC0033; text-decoration: none;}
	a:visited { color: #666666; text-decoration: none;}
	a:hover { color: #CC0033; text-decoration: underline;}
	a:active { color: #FF6633 }

.head1 /* Uebershrift grau */
	{color: #848484;
	font-size: 24px; 
	font-family:  Arial-black, Helvetica-black, Sans-Serif; 
	font-style: normal; font-weight: 900; 
	line-height: 24px;
	vertical-align: text-bottom;
	text-align: center;
	text-transform: capitalize;
	padding-left: 0px; 
	padding-top: 0;
	}
	
ul#navhome li { /* Selektor für einen Listenpunkt in unserer Navigationsliste */
  display: inline; /* Listenpunkt als normalen Inhalt darstellen lassen */
  margin: 0 5px; /* Ein wenig horizontaler Abstand */
  padding: 0px; /* Platz um die Links */
  background: #dddddd; /* Eine Hintergrundfarbe */
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  position: relative; 
}

table {margin-top: -0.1cm}
