/***************************************************************************************************/
/***																																*/ 	
/***				Projektspezifische Elemente 																			*/
/***																																*/
/***************************************************************************************************/
.BVThumbnailbox {
	 padding: 1px; 
	 border: 1px solid #DEE6F6;
	 margin: 3px;
}

/*--------------------------- Seitennavigation ---------------------------------------------------*/
/*  normal /ok */
.BVblaetternSeite {
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; 
	color: #003399;
   text-decoration: none;
}

/*  aktiv /ok */
.BVblaetternSeiteSel {
	font-family: Arial, Helvetica, sans-serif; font-weight: normal;	font-size: 11px;
	text-decoration: none;
	color: gray; 
	
}

/* normal a-Tag /ok */
.BVblaetternSeite a {
   text-decoration: none;
	color: #003399;
}


/*  Blätterntext*/
.BVblaetternSeiteText {
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px;
    color: gray;
    text-decoration: none;
}

/* Datensatzueberschrift /ok */
.BVueberschrift {
    font-family:  Arial, Helvetica, sans-serif;  font-size: 13px; font-style: normal; font-weight: bold; 
	 line-height: 20px;
	 color: #003399; 
	 text-decoration: none;
}


/* Datensatztext (Haupttext) /ok*/
.BVfliesstext {
    font-family:  Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal; font-weight: normal; 
	 line-height: 20px;
	 color: #000000; 
	 text-decoration: none
}
.BVfliesstext a {
	 color: #003399; 
	 text-decoration: none;
}

.BVlistenkopfzeile {
	 font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
    color: #000000; 
	 background-color: #DEE6F6;
	 text-decoration: none ;
	 padding: 3px;
}

.BVdetailkopfzeile a {
	color: #003399;
    text-decoration: none;
}

.BVlistenfusszeile {
	 font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
    color: #000000; 
	 background-color: #DEE6F6;
	 text-decoration: none ;
	 padding: 3px;
}
.BVlistenfusszeile a {
	color: #003399;
    text-decoration: none;
}

.BVdetailkopfzeile {
	font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
    color: #000000; 
	 background-color: #DEE6F6;
	 text-decoration: none ;
	 padding: 3px;
}

.BVdetailfusszeile {
	 font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
    color: #000000; 
	 background-color: #DEE6F6;
	 text-decoration: none ;
	 padding: 3px;
}

.BVdatum {
   font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
   color: #003399; 
	text-decoration: none ;
}

/*--------------------------- Ajax-Galerie---------------------------------------------------*/
.bvvorschaucontainer
{
	/*width:55px;*/
	float:left;
	/*width:55px; ! important;*/
	width:58px;
}
.thumbnailcontainer{
	padding: 1px; 
	margin: 3px 3px 0 0;
	border: 1px solid #DEE6F6;
}
.bvpfeilcontainer
{
	width:40px;
	float:left;
	padding-top:20px;
}