/* -------------------------------------------------- */
/*        Deklarationen für einzelne Elemente         */
/* -------------------------------------------------- */


body {
   color: #484848;
   background-color: #E6E6E6;

}

p, th, td, li, dt, dd, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	line-height: 20px;
	overflow: visible;
}
/* -------------------------------------------------- */
/*        Deklarationen für besondere Bereiche        */
/* -------------------------------------------------- */		
	

.NavTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5A5A5A;
	border-top-color: #D1D2F9; 
	border-right-color: #D1D2F9;
	border-bottom-color: #D1D2F9;
	border-left-color: #D1D2F9;
	width: 145px;
	margin: 1px;
	padding-top: 1px;
	text-indent: 0px;



}



.ContentItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    font-style: oblique;  
	color: #484848;
	line-height: 20px;
	overflow: visible;
}



.DescriptionAlbum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
	line-height: 20px;
	overflow: visible;
}

.NavAlbum{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5A5A5A;
/*	border-top-color: #D1D2F9; 
	border-right-color: #D1D2F9;
	border-bottom-color: #D1D2F9;
	border-left-color: #D1D2F9;
	width: 145px;
	margin: 1px;
	padding-top: 1px;
	text-indent: 0px;
*/


}
/* Highlight the image name on the slide pages. */
.name {
	font-weight: bold;
	font-size: 16px;
}
/* -------------------------------------------------- */
/*             Erscheinungsbild der Links             */
/* -------------------------------------------------- */


a:link {
	color: #336699;
	font-weight: bold;
}
a:visited {
	color: #484848;
}
a:hover {
	color: #183a72;
	
	
}

.NavTop a:link {
	text-decoration: none;
	color: #5A5A5A;
}
.NavTop a:visited {
	color: #5A5A5A;
	text-decoration: none;
}
.NavTop a:hover {
	color: #183a72;
	text-decoration: none;	
}



.NavAlbum a:link {
	text-decoration: none;
	color: #336699;
}
.NavAlbum a:visited {
	color: #484848;
	text-decoration: none;
}
.NavAlbum a:hover {
	color: #183a72;
	text-decoration: none;	
}