.tab ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab li {
	float: left;
	border: 1px dashed #bbb;
	border-bottom-width: 0;
	margin: 0;
}

.tab a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	color: #00c;
	width: 8em;
	text-align: center;
}

.tab a:hover {
	background: #ddf;
}

.tab .tabSelected {
	border-color: black;
}

.tab .tabSelected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

.tab .tabTitel, .tab .tabEmpty {
	padding-top: 0.5em;
	padding-left: 1em;
	font-weight: bold;
}
.tab .tabEmpty {
	border: 0;
	width: 2em;
}	

.tabContent {
	border: 1px solid black;
	clear: both;
	padding: 0 1em;
	margin-bottom: 1em;
}