/* Allg. Absatz Fließtext */
P.float {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}

/* Bildunterschrift */
P.caption {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 16px;
	color : #999999;
}

/* Buchempfehlung */
P.bookrec {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #999999;
}

/* Fehlermeldungen */
SPAN.error {
	color : #990000;
}

/* Partnermenu */
P.path {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-top : 2px;
	padding-bottom : 2px;
	border-bottom-color: #999999; 
	border-bottom-style: dotted; 
	border-bottom-width: 1px;
	border-top-color: #999999; 
	border-top-style: dotted; 
	border-top-width: 1px;
	
}

/* Text Links on bottom */
P.navbottom {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 20px;
}

/* Copyright Line */
P.copybottom {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color : #999999;
}

A:link {
	text-decoration : none;
}

A:visited {
	text-decoration : none;
}

A:active {
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}