/*- Seitenbausteine--------------------------- */
#container {
	
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 10%;
	width: 800px;
	height: 692px;
	border : none;
}
#spalte_links {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 32px;
	width: 400px;
	height: 692px;
	border : none;
}
#spalte_rechts {
	
	background-color:#cfcfcf;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	top: 32px;
	width: 400px;
	height: 692px;
	border : none;
	overflow: auto;
}

#schaufenster {
	
	background-color:#cfcfcf;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 32px;
	width: 800px;
	height: 692px;
	border : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;

}

#spalte_links_text {
	background-color:#cfcfcf;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 32px;
	width: 390px;
	height: 672px;
	border : none;
	overflow: auto;
	padding-top:20px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	background-image: url(img/im_2_400x692.gif);
	
}
#spalte_rechts_text {
	background-color:#cfcfcf;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	top: 32px;
	width: 390px;
	height: 672px;
	border : none;
	overflow: auto;
	padding-top:20px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	
}

.textbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

body {
        margin:0;
        padding:0;
        font: bold 11px/1.5em Verdana;
		  background: #ffffff;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}


img {
border: none;
}

/*- Menu Tabs 7--------------------------- */

    #tabs7 {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #ffffff;
		position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 0px;
	width: 600px;
	height: 31px;
	
      }
    #tabs7 ul {
          margin:0;
          padding:10px 0px 0 0px;
          list-style:none;
      }
    #tabs7 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs7 a {
      float:left;
      background:url("img/tableft7.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs7 a span {
      float:left;
      display:block;
      background:url("img/tabright7.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#999;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs7 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs7 a:hover span {
      color:#ECB546;
      }
    #tabs7 a:hover {
      background-position:0% -42px;
      }
    #tabs7 a:hover span {
      background-position:100% -42px;
      }

      #tabs7 #current a {
              background-position:0% -42px;
      }
      #tabs7 #current a span {
              background-position:100% -42px;
      }
