
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_kreuzberg.jpg) 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;
	box-shadow: 5px 2px 5px #a3a3a3;
}

#TableRoundBorderBlack {
	border-collapse: separate;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid black;
}

.TableRoundBorderBlack {
	border-collapse: separate;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid black;
}

.TableBorderBlack {
	border-collapse: separate;
	border-radius: 0px 0px 0px 0px;
	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;
	//z-index: 1000;
}
#overlayProgress div {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 30%;
	left: 0px;
	//z-index: 1000;
}

.textarea {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	resize: none;
}
.stlDetails {
	width: 100%;
	//height: 100%;
	//background-image: url(grafik/bg-overlay.png);
	//opacity: 1;
	position: fixed;
	//top: 0px;
	//left: 0px;
}
