* {
	border:0px;
	margin:0px;
	padding:0px;
}


#panel_all {
	position:absolute;
	z-Index:0;
	width:920px;
	top:240px;
	left:50%;
	margin-left:-461px;
	overflow:auto;
} 

#header {
	width: 920px;
	height: 202px;
	}
	

#content_all {
	width:880px;
	//width:920px;
	overflow:auto;
	background-color:#fff;
	padding:20px;
}

.balken {
	background-color:#ccc;
	width:450px;
	height:24px;
	margin-top:3px;
	padding-left:8px;
	padding-top:3px;
}

.kasten {
	display:block;
	width:440px;
	//width:450px;
	border: 1px solid #aaa;	
	padding:4px 8px;
	margin-bottom:12px;
}

body {
	font-size: 12px; 
	font-family: Verdana; 
	font-style: normal; 
	background: #eee url(background.jpg) no-repeat 50% top; line-height: 19px;
}
	

h1 {
        font: bold 19px Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 11px;
	color: #a30d19;
}


h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}



/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#222;
      font-size:110%;
      line-height:normal;
      font-weight: bold;
      }
    #tabsE ul {
        margin:0;
        padding:12px 20px 0 20px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 8px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }

        #tabsE #extra a {
 
        float:right;
        }




table {
	font-size: 12px; 
	margin-bottom: 12px;
	background-color: #ddd;
	padding:4px;
}

#content_all a  { 
	color: #a30d19; 
	font-weight: bold; 
	text-decoration: none }


