/* Einstellungen für RBest.de */

body
{
	background-image: url(../images/bg-vert-kont.jpg);
	background-color:white;
	margin:30px;
}


div	/*          Div-Container                    */
{
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
}


div.nav	/* Menüleiste links vertikal               */
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:50px;
	text-align:center;
}


div.passfoto
{
	position:absolute;
	top:100px;
	height:300px;
	text-align:center;
}


div.content /* Inhalt                               */
{
	position:absolute;
	left:95px;
	top:400px;
	width: 800px;
	padding:5px;
}


/* Menüleiste oben horizontal */
p.Menue.Leiste
{
	text-align:center;
/*	background-color: #0047ff;*/
}

a.Menue.Leiste
{
/*	background-color: #0047ff; */
	border-right:#666 solid 2px;border-bottom: #666 solid 2px;
	color:#ffffff;
	font-weight:bold;
	margin: 0px 5px;
	text-decoration:none;
	width:auto;
}

a.Menue.Leiste:active
{
	background-color: #999; border-left:#000 solid 1px;border-top: #000 solid 1px;
}

a.Menue.Leiste:hover {background-color: #DA7;}
