@charset "utf-8";
/* CSS Document */

.defaultHeadline {
	padding-left: 4px;
	padding-top: 8px;
	background-image: url(../images/headline_bg_default.jpg);
	width:481px;
	height: 29px;	
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 11px; 
	color: #000000; 
	font-family: verdana; 
	font-style: normal; 
	font-weight: bold; 	
}

.defaultHeadlineBook {
	padding-left: 4px;
	padding-top: 8px;
	background-image: url(../images/headline_bg_default_with_book.jpg);
	width:481px;
	height: 29px;	
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 11px; 
	color: #000000; 
	font-family: verdana; 
	font-style: normal; 
	font-weight: bold; 	
}

.smallHeadline {
	padding-left: 4px;
	padding-top: 8px;
	background-image: url(../images/headline_bg_small.jpg);
	width:236px;
	height: 29px;	
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 11px; 
	color: #000000; 
	font-family: verdana; 
	font-style: normal; 
	font-weight: bold; 	
}

.smallHeadlineBook {
	padding-left: 4px;
	padding-top: 8px;
	background-image: url(../images/headline_bg_small_with_book.jpg);
	width:236px;
	height: 29px;	
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 11px; 
	color: #000000; 
	font-family: verdana; 
	font-style: normal; 
	font-weight: bold; 	
}

.link-pfeil {		
	background:url(../images/topmenu-aufzaehlung.gif) no-repeat;
	padding:0px 9px 0px 12px;
}

.link-pfeil  a:link, .link-pfeil a:active, .link-pfeil a:visited {
	color: #8b8b8b;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.link-pfeil  a:hover {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}

hl {
	background: url(../images/trennlinie_default.gif) no-repeat bottom;
	width: 240px;
	height: 1px;
	padding-top: 5px;
}