/* Einstellungen für ForQuid                         */

body
{
	background-image: url(../images/bg-vert.jpg);
	background-repeat:none;
	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 */
}

div	/*          Div-Container                    */
{
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
}


div.banner	/* Banner                              */
{
	position:absolute;
	height:130px;
	padding-top:5px;
	color:#ffffff;
}


img
{
	border-style:none;
}


div.nav	/* Menüleiste links vertikal               */
{
	position:absolute;
	border-top:solid;
	border-bottom:solid;
	top:132px;
	height:30px;
	text-align:center;
	padding-top:6px;
	background-color:#000000;
	color: #ffffff;
}


div.content /* Inhalt                               */
{
	position:absolute;
	border-left:2px solid;
	border-right:2px solid;
	background-color:#C6B5FF;
	color:#000000;
	left:160px;
	top:174px;
	width:656px;
	padding:5px;
}

div.fuss
{
	position:inherit;
	top:100%;
	width:100%;
}


div.links	/* Werbung links vertikal                */
{
	position:absolute;
	border-left:1px solid;
	background-color:#DDDDDD;
	top:175px;	/* Banner + Nav */
	width:160px;
	text-align:center;
}


div.rechts /* Werbung rechts vertikal                */
{
	position:absolute;
	border-right:1px solid;
	background-color:#DDDDDD;
	left:830px;
	top:175px;
	width:159px;
	text-align:center;
}

/*               Ende der allgemeinen Blöcke                         */


h5	/* Menü Block */
{
	background-color: #0047ff;
	color:#ffffff;
	text-align:center;
}


div.nav ul
{
	background-color:#00FFFF;
	width:80%;
	height:20px;
	left:50%;
	list-style:none;

	padding:0;		/* falls Angleichung FF und IE */
	margin:0;		/* falls Angleichung FF und IE */
}

div.nav li
{
	float:left;
	border-left-style:solid;
	border-left-color:#666666;
	border-left-width:4px;
	width:15%;
	text-align:center;
}

div.nav a	/* Menü button */
{
	color:#ffffff;
	font-weight:bold;
	margin: 0px 5px;
	width: auto;
	text-decoration:none;
	border-right:#666 solid 2px;
	border-bottom: #666 solid 2px;

/*	Nur bei UL
	display:block;	*/	/* FF (ganze Breite klickbar) */
}

div.nav a:active
{
	background-color: #999; border-left:#000 solid 1px;border-top: #000 solid 1px;
}

div.nav a:hover
{
	background-color: #DA7;
}


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

/* Ueberschriften, usw.                                    */
h1
{
	font-size:x-large;
}


h2
{
	font-size:larger;
}


h3
{
	font-size:large;
}


p.links		/* Überschrift für links */
{
	background-color:#0047ff;
	color:#ffffff;
	font-size:large;
	text-align:center;
}


div.fuss-yello
{
	position:inherit;
	text-align:center;
	left:-165px;
}
