/* Einstellungen für ForQuid                         */

body
{
	background-image: url(../images/bg.jpg);
	background-repeat:none;
	background-color:#A0A5EE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	padding:0;		/* nur für Angleichung FF und IE */
	margin:0;		/* nur für Angleichung FF und IE */
}


img
{
	border-style:none;
}


div	/*          Div-Container                    */
{
	position:relative;
	width:990px;
}


div.links	/* Werbung links vertikal                */
{
	position:absolute;
	width:80px;
	text-align:center;
}


div.content /* Inhalt                               */
{
	position:absolute;
	left:80px;
	width:700px;
	padding:5px;
}

div.rechts /* Werbung rechts vertikal                */
{
	position:absolute;
	left:830px;
	width:160px;
	text-align:center;
}

/*               Ende der allgemeinen Blöcke                         */


div.beispiel /* Inhalt                               */
{
	position:absolute;
	left:80px;
	width:910px;
}

h4	/* Menü Block */
{
	text-align:center;
}


div.content a:hover
{
	background-color: #FBFF7C;
	color:#000000;
}
