/* Einstellungen für ForQuid                         */

body
{
	background-image: url(../images/bg-vert.jpg);
	background-repeat:none;
	background-color: #336590;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	
	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:127px;
	color:#ffffff;
}

img
{
	border-style:none;
}


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


div.content /* Inhalt                               */
{
	position:absolute;
	border-top:1px solid;
	background-color:white;		/* #C6B5FF;	pink */
	border-left:2px solid;
	border-right:2px solid;
	color:#000000;
	left:170px;
	top:169px;
	width:791px;
	padding:5px 15px 5px 10px;
}

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

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


div.links	/* Werbung links vertikal                */
{
	border-left:1px solid;
	border-bottom:1px solid;
	position:absolute;
	top:170px;	/* Banner + Nav */
	width:170px;
	text-align:center;
	font-size:x-small;
}


div.neues	/* innerhalb content */
{
	position:absolute;
	background-color:#FFF30E;
	border:#D7002B 5px solid;
	color:#000000;
	font-size:medium;
	left: 570px;	/* Breite content abzgl. width */
	width: 220px;	/* Breite content abzgl. left */
	height: 60px;
	padding:5px;
	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:large;
}


h3
{
	font-size:medium;
}


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:-90px;
}


span.rot
{
	font-weight:bold;
	color:#FE0000;
}



p.center, h1.center, h2.center, h3.center, h4.center, td.center
{
	text-align:center;
}

img.left, iframe.left
{
	float:left;
	padding-right:5px;
}

img.right, iframe.right
{
	float:right;
	padding-left:5px;
}

table, th, td
{
	color:black;
	border-width:1px;
	border-style:solid;
}

th, td
{
	width:50%;
}

li
{
	padding-bottom:15px;
}

