
a:hover { font-weight: bold; text-decoration: none }
a:active { }
a              { color: black; font-weight: bold; font-size: 10pt; font-family: Arial, "Times New Roman", Georgia, Times, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
body    { color: black; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, "Times New Roman", Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular; background: url(grafik/bg_bluesky.png) no-repeat fixed right bottom }
p   { color: black; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, "Times New Roman", Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular }
td { color: black; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, "Times New Roman", Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular }

#TableRoundBorder {
	border-collapse: separate;
	border-radius: 10px 10px 10px 10px;
}

#TableRoundBorderBlack {
	border-collapse: separate;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid black;
}

#overlayConfirm {
	width: 100%;
	height: 100%;
	background-image: url(grafik/bg-overlay.png);
	opacity: 1;
	position: fixed;
	top: 0px;
	left: 0px;
}
#Progress {
	width: 100%;
	height: 100%;
	background-image: url(grafik/bg-overlay.png);
	opacity: 1;
	position: fixed;
	top: 0px;
	left: 0px;
}
#overlayConfirm div {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 15%;
	left: 0px;
}
#overlayProgress {
	width: 100%;
	height: 100%;
	background-image: url(grafik/bg-overlay.png);
	opacity: 1;
	position: fixed;
	top: 0px;
	left: 0px;
}
#overlayProgress div {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 30%;
	left: 0px;
}
#rgp {
	color: yellow;
	font-weight: bold;
}
#rgp ul li a,
#rgp a {
	text-decoration: underline;
}
#rgp ul li a:hover,
#rgp > a:hover {
	color: white;
	text-decoration: none;
}
.textarea {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 4px;
	background-color: #cccccc;
	font-family: Arial;
	font-size: 13px;
	resize: none;
}