@charset "utf-8";
/* CSS Document 

table.tab_rahmen tr:nth-child(1n+2) {
	background-color: #D7D5FF;
	}
table.tab_rahmen tr:nth-child(2n+3) {
	background-color: #C7C4FF;
	}
*/

.box_info {
	/*-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; */
	border-radius: 10px;
	box-shadow: 5px 5px 4px #888;
	background-color: #D6D5FF; 
	border: #000066 2px solid;
	border-bottom: 2px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	padding:5px;
	overflow:auto;
	width:400px;
}

.tab_rahmen {
	border-radius: 10px;
	box-shadow: 5px 5px 4px #888;
	background-color: #A59FFF; 
	border-top: #000066 2px solid;
	border-bottom: #000066 2px solid;
	border-left: #000066 2px solid;
	border-right: #000066 2px solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tab_header {
	border-bottom: #000066 1px solid;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height:25px;
	font-weight: bold;
	color:#600;
}

.tab_spalten1 {
	background-color:#BAB7FF;
	border-right: #000066 1px solid;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	font-weight:normal;
	color:#600;
	text-align:center;
	border-bottom: #000066 1px solid;
	z-index: 2;
}
.tab_spalten2 {
	background-color:#BAB7FF;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	font-weight:normal;
	color:#600;
	text-align:center;
	border-bottom: #000066 1px solid;
}