*{
   margin:0px;
   padding:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body{
   background:rgb(255,255,255);
   font:62,5% Verdana, Arial, Helvetica, sans-serif;
   }

html>body{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.logo{
	font-size:18px;
	color:rgb(48,48,48);
}

#navigation{
	color:rgb(0,0,0);
	font-weight:bold;
	font-size:11px;
}

#navigation a:link{
	color: rgb(119,136,153);
	text-decoration:none;
}

#navigation a:visited{
	color: rgb(119,136,153);
	text-decoration:none;
}

#navigation a:active{
	color: rgb(48,48,48);
}

#navigation a:hover{
	color: rgb(48,48,48);
}

.text{
	font-weight:normal;
	vertical-align:bottom;
	text-align:left;
	line-height:16px;
}

.ueberschrift{
	font-weight:bold;
}

.linkkind{
	vertical-align:text-top;
}
	
	
	


	





