body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {color:#666666;}
/*AUFBAU*/
#box {
	min-height: 600px;
	width: 800px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../aufbau_images/hintergrund_box.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 16px;
	margin-left: 20px;
	margin-top: 20px;
	color: #96BAEC;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
p {
	margin-left: 20px;
}
.kasten {
	background-color: #96BAEC;
	margin: 5px;
	margin-left: 20px;
	padding: 5px;
	width: 90%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border: 1px solid #333333;
}
#adresse {
	width: 190px;
	margin-left: 60px;
	color: #666666;
	margin-top: 279px;
}


#box #head {
	background-image: url(../aufbau_images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
	width: 800px;
}

/*hautpbereich*/
#content_haupt {
	min-height:400px;
	width: 523px;
	float:left;
	position: relative;
}
#content_rechts {
	background-image: url(../aufbau_images/grafik_rechts.jpg);
	background-repeat: no-repeat;
	min-height: 450px;
	width: 277px;
	float:left;
}

#box #foot {
	background-color: #666666;
	height: 30px;
	width: 800px;
	padding-top:5px;
	text-align: center;
	position: relative;
}
#frei {
	clear: both;
}

#box #foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#box #foot #impressum {
height:10px;
}


.weiss {
	color: #FFFFFF;
}






/*navigation___________________________________F */


    #tabsF {
	float:left;
	width:600px;
	font-size:10px;
	line-height:normal;
	/*border-bottom:1px solid #666;*/
	  margin-top:128px;
	font-family: Arial, Helvetica, sans-serif;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("../aufbau_images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("../aufbau_images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

     #tabsF #current a {
                background-position:0% -42px;
        }
     #tabsF #current a span {
                background-position:100% -42px;
        }
table {
	margin-left: 20px;
}

