/* CSS Document */

.blatt {
	position: static;
	display: block;
	width: 630px;
	margin: 0px;
	float: left;
	z-index: 20;
}

.item {
	color:#FF9999;
	text-decoration: underline;
	line-height: 20px;
}
a:hover .item {
	background: #cccccc;
	color:#6699FF;
}

.nz {
	position:static;
	display: block;
	clear: both;
}

.ta1 {
	position:static;
	display: block;
	width:630px;
	margin-bottom: 10px;
}

.ra1, .ra2 {
	position:static;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px;
	background-color: #333333;
	float: left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.ra1 {
	width: 250px;
	height: 150px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
}
.ra2 { 
	width: 360px; 
	height: 150px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
}

h2 {
	display: block;
	background-color:#666666;
	color:#FF9999;
	padding: 2px;
	text-align: center;
}
.img1 {
	margin-left: 25px;
}

