body {font-family;Arial,Tahoma,Sans-serif;}

h1
{color:red;font-family:Tahoma,Arial,Sans-serif;

 }


.navi_ul {
	
	background-color:red;
	list-style-type:none;
	padding:20px;
	height:15px;
	
	
	
}

.navi_li{
	
	float:left;
	background-color:white;
	margin-top:3px;
	padding:8px;
	
	
}

.rundes_img{
	
	border-radius:50px;
	
	}

.rundes_grau{background-color:#CCCCCC;color:#FFFFFF;
font-weight:bold;
width:300px;
border-radius:15px;

}
	
a:link {

  color: blue;
  text-decoration:none;
  font-weight:bold;
 

}

 

/* visited link */

a:visited {

  color: blue;
  text-decoration:underline;
  font-weight:bold;
}

 

/* mouse over link */

a:hover {

  color: gray;

  background-color:#cccccc;
  font-weight:bold;

}

 

/* selected link */

a:active {

  color: blue;

}	
	
	