div#recordsheetBox {

}



div.karteikasten {
	position: relative;
	border: 1px #ccc solid;
	margin: 0px;
	padding: 0px;
	border-top: 0px;
	clear: both;
	background: #eee;
	margin-top: 0em;
}

div.karteikasten * h1,
div.karteikasten * .first {
	margin-top: 0px;
	}

div.karteikasten * h1.hl {
	padding-top: 10px;
	text-align: center;
	}
	
div.karteikasten * a.vatitle {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	}
	
div.karteikasten * h5 {
	margin-top: 0px;
	}

div.karteikasten * .slot {
	padding: 3px;
	margin-bottom: 5px;
	}
	
div.karteikasten * a.uebersicht {
	font-weight:bold;
	}

.recordsheet {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


ul.tabs {
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;	
	border-bottom: 1px solid #ccc;
	background: #fff;
}

ul.tabs * a{
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}


ul.tabs li{
	background: url('/img/recordsheet_button.png');
	margin: 0px;
	margin-right: 5px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	display: inline;
}

ul.tabs li a:hover{
	color: #000;
}

ul.tabs li a{
	text-decoration: none;
	color: #888;
}


ul.tabs li.active{
	border-bottom: 1px solid #eee;
	background: url('') #eee;
}

ul.tabs li.active a{
	font-weight: bold;
	color: #000;
	cursor: default;
}