.bild {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.board-1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bolder;
	color: #CC0000;
	background-color: #FFFFFF;
}

.board-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	
}

.board-3 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	padding: 5px;

}

.bod-ind {
	background-color: #CC0000;
	background-image: url(img/bg_rose.jpg);
	background-attachment: fixed;
	background-position: 60px;


}

.counter {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.link-1 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 40px;
	width: 220px;

}

.table-1 {
	padding: 15px;
	border: 2px solid #FFFFFF;

}

.table-2{
	border: 2px ridge #FFFFFF;

}

.termin-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
	width: 180px;
	vertical-align: text-top;
}

.termin-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	height: 50px;
	vertical-align: middle;
}

.termin-next {
	font-family: "Courier New", Courier, mono;
	font-size: 26px;
	color: #FFFFFF;
	height: 60px;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
}
.list-bod {
	background-color: #990000;
	background-image: url(img/bg_rose.jpg);
	background-attachment: fixed;
	background-position: 0px -50px;
	text-align: center;
	vertical-align: top;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;

}

.list-top {
	text-align: left;
	height: 50px;
	width: 90%;
	top: 0px;
	clear: both;
	float: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 32px;
	font-weight: bolder;
}

.list-box {
	clear: both;
	float: none;
	height: 700px;
	width: 800px;
	overflow: auto;
	position: relative;
	visibility: visible;
	top: 50px;
	bottom: 5px;
}

