
/* ---------- TAB-Container ---------------- */

.tabcontent{
	display: none;
	position: relative;
	left:0;
	top:00px;
	width: 300px;
	margin-left: -20px;
	z-index: 10;
	margin-bottom:10px;
}

img.hg1 {
width:618px;
height:378px;

}

#tablist{
	font: bold 11px Verdana;
	text-align: left;
	position: absolute;
	top: 120px;
	left:30px;
	z-index: 20;
}
#tablist a{
    color: #555;
    font: bold 13px Verdana;
    background-image: url(../bilder/tab_navi_index.gif);
	background-repeat: no-repeat;

	display: block;
	width: 209px;
	height: 49px;
	margin: 0px;
	margin-top:10px;
	text-indent: 15px;
	font-weight: bold;
	padding: 0px 0em;
	text-decoration: none;
	line-height:26px;
}



#tablist a:hover {
  color: black;
  cursor: hand;
background-position:bottom;
 
  
}


#sc_inhalt  {

   position:absolute;
	top:15px;
	width: 350px;
height:320px;
	left:0;
	margin-left:270px;
padding:10px;
overflow:auto;
 
}
*html #sc_inhalt  {
padding:0px;
}
#sc_inhalt p, #sc_inhalt h3, #sc_inhalt a {
font-size: 11px;
text-align:left;
margin:0;	
}
#sc_inhalt h3 {
font-size: 14px;
}
#sc_inhalt img {
float:right;}
#sc_inhalt ul {background-color:transparent;font-size: 11px;}

#sc_inhalt a.button , a.button:visited, .button {
	background-color: white;
	border: 2px solid #e7e7e7;
	display: block;
	font-weight: bolder;
	font-size: 13px;
	color: #000;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
}
#sc_inhalt a.button:hover, .button {
	background-color:#f6f6f6;
    color: #000000;
}