

a:link
{
/*1) :link
2) :visited
3) :focus
4) :hover
5) :active*/
color:#003d4c;
text-decoration:none;
}
a:visited
{
color:#003d4c;
text-decoration:none;
}
a:focus {
/*padding-left:20px; 
background: url(../ppp-cd/bilder/gif/Haken.gif) no-repeat left 3px;
color:#108702;
background-color: #fa0d0d; */
}
a:hover{
color:#FF7B00;
text-decoration:none;
}
a:active{
/*padding-left:20px; 
background: url(../ppp-cd/bilder/gif/Haken.gif) no-repeat left 3px;
color:#108702;
background-color: #fa0d0d;*/ 
}
.navigation { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight:bold; 
  color: #000000; 
  text-decoration: none; }
.navigation_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
	/*padding-left:20px; */
	background: url(../ppp-cd/bilder/gif/Haken.gif) no-repeat left 3px;
}

	
	
.navigation_simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF;
	text-decoration: none;
}



.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

body
{
background-image:url('../../Fonds/Hintergrund.gif');
}

