#switch-container {
	position: relative;
	left: 20px;
	top: 20px;
	width:198px;
	margin: 40px 0; 
	padding: 5px; 
	background: #eee;  
	border-top: 1px solid #d3d3d3; 
	border-bottom: 1px solid #d3d3d3; 
	float: left;
}
#switch-container a.a0, #switch-container a.a1, #switch-container a.a2 { 
	margin: 0 2px 0 0; 
	padding: 1px 4px; 
	border: 1px solid #bbc; 
	color: #557;  
	background: #fafafa; 
	font: bold 10px georgia, times, serif; 
}
#switch-container a.a0:hover, #switch-containerr a.a1:hover, #switch-container a.a2:hover { 
	border: 1px solid #889;  
	background: #fff; 
}
#switch-container a.a1 { 
	font: bold 12px georgia, times, serif; 
}
#switch-container a.a2 { 
	font: bold 14px georgia, times, serif; 
}
#switch-container a.text { 
	margin: 0 5px 0; 
	color: #557; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:dotted 1px #999999; 
	text-decoration:none 
}
#switch-container a.text:hover { 
	border: 0 none; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:solid 1px #999999; 
}
#switch-container a:hover { 
	border: 1px solid #aab; 
	text-decoration: none; 
}
#switch-container a.a0 { 
	background: #e7e7e7; 
	color: #778; 
}
/* abgewandelte Form vom SwitchContainer*/
#switch-container1 {
	/*position: relative;
	left: 20px;
	top: 20px;*/
	width:200px;
	margin: 0; 
	padding: 5px; 
	background: #eee;  
	border-top: 1px solid #d3d3d3; 
	border-bottom: 1px solid #d3d3d3; 
	float: left;
}
#switch-container1 a.a0, #switch-container1 a.a1, #switch-container1 a.a2 { 
	margin: 0 2px 0 0; 
	padding: 1px 4px; 
	border: 1px solid #bbc; 
	color: #557;  
	background: #fafafa; 
	font: bold 10px georgia, times, serif; 
}
#switch-container1 a.a0:hover, #switch-container1 a.a1:hover, #switch-container1 a.a2:hover { 
	border: 1px solid #889;  
	background: #fff; 
}
#switch-container1 a.a1 { 
	font: bold 12px georgia, times, serif; 
}
#switch-container1 a.a2 { 
	font: bold 14px georgia, times, serif; 
}
#switch-container1 a.text { 
	margin: 0 5px 0; 
	color: #557; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:dotted 1px #999999; 
	text-decoration:none 
}
#switch-container1 a.text:hover { 
	border: 0 none; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:solid 1px #999999; 
}
#switch-container1 a:hover { 
	border: 1px solid #aab; 
	text-decoration: none; 
}
#switch-container1 a.a0 { 
	background: #e7e7e7; 
	color: #778; 
}
