
		div.domtab{
			width:500px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; 
			font-weight: normal; 
			color: #666666;
			margin:0;
			padding:0;
		}
		ul.domtabs{
			float:left;
			width:500px;
			list-style:none;
			padding:0;
			margin:0;
		}
		ul.domtabs li{
			float:left;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:7em;
			padding:.2em .5em;
			display:block;
			text-align:left;
			background:#f5f0d9;
			color:#666666;
			height:2em;
			font-weight:bold;
			text-decoration:none;
			border:1px solid #cccccc;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:15px;
		}
		ul.domtabs a:hover{
			background:#fbf9f0;
		}
		div.domtab div{
			clear:both;
			width:auto;
			color:#666666;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#fbf9f0;
			color:#666666;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
			//padding:1em .5em;
			font-weight:bold;
			font-size:1.3em;			
		}
		.dom-unsichtbar{
		display:none;
		}