/* allgemeine Styles fuer Inhalt */

/* Navigation */
.boxlink {
	background: url("/images/boxlink_pfeil.gif") no-repeat left center #F1F1F1;
	color: #A0A0A0;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	line-height: 13px;	/*muss wie height sein!*/
	margin: 4px 0 4px 0;
}
.boxlink:hover{
	background: url("/images/boxlink_pfeil.gif") no-repeat left center #D31D82;
	color: #FFFFFF;
	text-decoration: none;
}
.navi_pages a{
	color: #A0A0A0;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
.navi_pages a:hover {
	color: #D31D82; 
	text-decoration:underline;
}
.dropdown_menue {
	background-color:#FFFFFF; 
	width:190px; 
	border:1px solid #acacac;
	color:#333333; 
	font-size:11px; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
.dropdown_liste { 
	margin-bottom:3px;
	color:#A0A0A0; 
	font-size:10px; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

/* Texte */
.Head {
	font-size: 10px;
	color: #A0A0A0;
	background: url("/images/hr.gif") no-repeat bottom right;
	margin-bottom: 6px;
	vertical-align:top;
	height: 35px;
}
h2 {
	font-size: 11px; 
	font-weight:bold; 
	color: #333333;
	margin: 10px 0 10px 0;
	line-height:1.2em;
}

/* Galerie */
.galerie_vorschau {
	margin:0px;
	margin-right:3px;
	margin-bottom:3px;
	border:0px;
	padding:0;
}
.galerie_bild {
	margin-bottom:7px;
}
