/* Einstellungen für Best-Records                    */

body
{
	background-color:#2958A2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F0C93C;
	
	padding:0;		/* nur für Angleichung FF und IE */
	margin:0;		/* nur für Angleichung FF und IE */
}


div	/*          Div-Container                    */
{
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	
	font-size:large;
}


div.content /* Inhalt                               */
{
	top:80px;
	width:100%;
}

div.fuss
{
	position:inherit;
	top:100%;
	width:100%;
}

/*               Ende der allgemeinen Blöcke                         */


a { color:#F0C93C; }
a:hover {  background-color:white; }

h1,h2,h3,h4,h5, p.center
{
	text-align:center;
}

p.adresse
{
	background-color:black;	/* #ED1C24;	dunkelrot #dc2300 */
	color:#ffffff;
	text-align:center;
}

div.content img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

