/* Einstellungen für RBest.de                      */

body
{
	background-image:url(../images/paper-blau.jpg);
	background-color: #336590;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	color:white;
	
	padding:0;		/* nur für Angleichung FF und IE */
	margin:0;		/* nur für Angleichung FF und IE */
}


div	/*          Div-Container                    */
{
	background-image:url(../images/bg-hor.jpg);
	background-repeat:repeat-y;
	position:relative;
	width:1000px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}


div.banner	/* Banner                              */
{
	border-bottom:1px solid;
	position:absolute;
	top:0px;
	left:0px;
	height:154px;
	color:#ffffff;
}

img
{
	border-width:0;
	border-style:none;
}


div.nav	/* Menüleiste links vertikal               */
{
	background-image:url(../images/paper-blau.jpg);
	background-repeat:repeat;
	border-right:1px solid;
	border-bottom:1px solid;
	position:absolute;
	left:10px;
	top:0px;
	width:208px;
	height:270px;
	text-align:center;
	font-size:11pt;
}


div.werbung	/* Werbung links vertikal                */
{
	background-color:#8DC2FF;
	border-right:1px solid;
	position:absolute;
	top:271px;	/* Banner + Nav */
	left:0px;
	height:auto;
	width:218px;
	text-align:center;
}

div.werbung
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


div.content /* Inhalt                               */
{
	background-color:white;
	color:#000000;
	position:absolute;
	top:154px;
	left:0px;
	width:750px;
	padding:0px 20px 0px 250px;
}


div.content-web /* Inhalt schmaler Text                 */
{
	background-color:white;
/*	border-top:1px solid;	*/
	color:#000000;
	position:absolute;
	top:128px;
	left:0px;
	width:730px;
	padding:30px 20px 0px 250px;
}


div.index :link, div.index :visited
{
	color:#133687;
}



div.banner h1
{
	text-align:center;
	color:white;
	font-size:xx-large;
}


div.index	/* Block Sonderfall: Startseite content        */
{
	position:absolute;
	color:#000000;
	left:0px;
	top:154px;
	width:1000px;
}


div.index h3
{
	background-color:#dc2300;
	font-size:large;
}

/* Ueberschriften, usw.                                    */
h1
{
	font-size:16pt;
}

h2
{
	font-size:14pt;
}

h3
{
	font-size:12pt;
}

h1, h2, h3, h2 a
{
	font-weight:bold;
	color:#336590;
}



h6
{
	color:#dc2300;
	font-size:medium;
	font-weight:bolder;
}


div.nav h5	/* Menü Block */
{
	background-color: #0099ff;
	color:#ffffff;
	text-align:center;
	width:208px;
}

div.nav a	/* Menü button */
{
	background-image:url(../images/btnNormal-lang.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-indent:0.5em;
	text-align:left;
	padding:2px;
	display:block;
}


div.nav-c
{
	background-image:none;
	position:absolute;
	top:0px;
	left:240px;
	height:30px;
	width:730px;
	text-align:center;
	padding-top:6px;
	background-color:#000000;
	color:#ffffff;
}

div.nav-c a
{
	color:#ffffff;
	font-size:larger;
	font-weight:bold;
	margin: 0px 5px;
	width: auto;
	text-decoration:none;
	border-right:#666 solid 2px;
	border-bottom: #666 solid 2px;
}

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

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


div.content a img
{
	display:block;
}

div.content table
{
	border-color:black;
	border-style:solid;
	color:#FF1313;
}

div.content table.ag
{
	border:none;
	font-size:x-small;
	color:black;
}

div.nav a:hover
{
	background-image:url(../images/btnAktiv-lang.gif);
	text-decoration:underline;
}

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

h3.rot
{
	color:#ff3366;
}

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

p.gelb, span.gelb
{
	font-weight:bold;
	background-color:#FFFF99;
}

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


p.adresse
{
	background-color:#0099ff;  /* dunkelrot #C52100 */
	color:#ffffff;
	text-align:center;
}

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

img.center, iframe.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.right, iframe.right, object.right
{
	float:right;
	padding: 10px 10px 0px 10px;
}

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

th
{
	width:50%;
}

