/* Einstellungen für RBest.de                      */

body
{
	background-color: #3f6f97;
	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-style:none;
}


div.nav	/* MenÃŒleiste links vertikal               */
{
	background-image:none;
	background-color: #3f6f97;
	border-top:1px solid white;
	border-right:1px solid;
	border-bottom:1px solid;
	position:absolute;
	left:10px;
	top:0px;
	width:208px;
	height:225px;
	text-align:center;
	font-size:11pt;
}


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


div.werbung img
{
	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:5px 20px 0px 250px;
}

/*               Ende der allgemeinen Blöcke                         */



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

div.nav :link, div.nav :visited, div.nav-c :link, div.nav-c :visited
{
	color:#ffffff;
}



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



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

h2
{
	font-size:14pt;
}

h3
{
	font-size:12pt;
}

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



h6
{
	color:#ED1C24;
	font-size:larger;
	font-weight:bolder;
}


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

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.content a img
{
	display:block;
}

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



p.big
{
	font-size:large;
	color:#FE0000;
}

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 #dc2300 */
	color:#ffffff;
	text-align:center;
}

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

p.center, h1.center, h2.center, h3.center, h4.center, table.center, td.center
{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div.nav-c img
{
	float:left;
}

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

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

img.right, iframe.right
{
	float:right;
}

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

