/*---------------------------------------------------------------*/
/* Style-Sheet www.datenfuxx.de                                  */
/*---------------------------------------------------------------*/

body 
{
  color: black; 
  /* background-color: rgb(241,237,207); */
  background-color: white;
  font-family: Franklin Gothic Book,Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em;
  min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}


/*---------------------------------------------------------------*/
/* Titelzeile                                                    */
/*---------------------------------------------------------------*/

#title 
{
	height:34px;
	padding:5px;
	border-bottom:1px solid #FF0000;
	margin-bottom:20px;
}


/*---------------------------------------------------------------*/
/* Navigationsleiste                                             */
/*---------------------------------------------------------------*/
a:link
{
  color:black;
}
a:visited
{
  color:black;
} 
a:active 
{
	color: rgb(0,102,102);
}
a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#634142;
}

#title 
{
	height:100px;
	/*padding:5px;*/
	border-bottom:1px solid #000000;
	margin-bottom:20px;
}

#left 
{
	float:left;
	line-height:16px;
}

#middle 
{
        position:relative;
        left:0px; top:20px; width:75%; height:150px;
	font-family: Franklin Gothic Book, Arial, Helvetica;
        font-size: 10pt;
	height:34px;
	line-height:16px;
	background-color: white;
}

#right 
{
	float:right; width:15%; 
	line-height:16px;
}

.menutitle
{
  color:#4a2500;
	font-weight:bold;
	border-top:1px dashed #000000;
	margin-top:15px;
}


/*---------------------------------------------------------------*/
/* Inhalt                                                        */
/*---------------------------------------------------------------*/

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Franklin Gothic Book, Arial, Helvetica;
        color:#000000;
        margin-bottom:0px;
}
h1
{
}
h2
{
	color: rgb(0,0,0);
}
h3
{
	color: rgb(0,0,0);
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}
hinweis
{
	font-family: Franklin Gothic Book, Arial, Helvetica, bold;
	color: rgb(0,0,0);
	background-color: rgb(255,0,0);
}

#content 
{
	width:80%;
	float:right;
}
  




/*---------------------------------------------------------------*/
/* Box mit runden Ecken                                          */
/*---------------------------------------------------------------*/

div {
	margin:0;
}

.ro {
	background:url(box/roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(box/roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(box/roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(box/roundedbox_lu.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
	font-family: Franklin Gothic Book, Arial, Helvetica, bold;
        font-size: 11pt;
}

.inhalt p {
	margin:0;
	padding:0;
	font-family: Franklin Gothic Book, Arial, Helvetica, bold;
        font-size: 11pt;
}

