#mobpromo {display:none;}
.grey_bb   { border-bottom: 1px solid gray; }

.dead   {
	color: #CCCCCC;
}

.KursplanTable td   {
	font-size: 10px;
}
#overlayer {/*position:fixed;left:auto;top:auto;*/z-index:5000;overflow:hidden;background:none;}
#overlayer {position:absolute;}

.bg_white   { background-color: #FFFFFF; }

.color_grey   { color: gray; }
.color_red   { color: red; }
.color_green   { color: green; }

.align_c, .center, .cent  { text-align: center; }
.align_l, .left  { text-align: left; }
.align_r, .right  { text-align: right; }

.size10   { font-size: 10px; }
.size11   { font-size: 11px; }
.size14   { font-size: 14px; }

.pad2   { padding: 2px; }
.pad4   { padding: 4px; }
.pad5   { padding: 5px; }
.pad10   { padding: 10px; }

.padtop5   { padding-top: 5px; }

.padleft10   { padding-left: 10px; }
.padright10   { padding-right: 10px; }

.marg0   { margin: 0px; }

.margleft10   { margin-left: 10px; }

.fl_left, .umfl_l   { float: left; }
.fl_right, .umfl_r   { float: right; }

.cl_both   { clear: both; }

.vam   { vertical-align: middle; }
.vat   { vertical-align: top; }
.vab   { vertical-align: bottom; }

.bold   { font-weight: bold; }

.posrel   { position: relative; }
.posabs   { position: absolute; }

a.nu:link, a.nu:active, a.nu:visited, a:hover { 
	text-decoration: none; 
}

.inline { display:inline; }
.inline_block   { display: inline-block; }

a.RedLink:link, a.RedLink:active, a.RedLink:visited { 
	color: red;
	text-decoration: underline;
}
a.RedLink:hover { 
	color: red;
	text-decoration: none;
}

a.AgbGrp_White:link, a.AgbGrp_White:active, a.AgbGrp_White:visited { 
	color: white;
	text-decoration: none;
}
a.AgbGrp_White:hover { 
	color: white;
	text-decoration: underline;
}

.bg_no   {	background-repeat: no-repeat; }

.display_b   { display: block; }


.Farbe1_bb   { border-bottom: 1px solid ; }
.Farbe2_bb   { border-bottom: 1px solid #000000; }
.Farbe3_bb   { border-bottom: 1px solid ; }

.FarbeStdt_bb   { border-bottom: 1px solid #000000; }

.Farbe1_BG {
	background-color:#FFFFFF;
	color:#000000;
}
.Farbe2_BG {
	background-color:#000000;
	color:#000000;
}
.Farbe3_BG {
	background-color:#FFFFFF;
	color:#000000;
}
.Farbe1_als_TXT {
	color:#000000;
}
.Farbe2_als_TXT {
	color:#000000;
}
.Farbe3_als_TXT {
	color:#000000;
}

.FarbeStdtTXT {
	color:#000000;
}
.FarbeStdTXT {
	color:#000000;
}

.Farbe1_Text   {
	color:#000000;
}
.Farbe2_Text   {
	color:#000000;
}
.Farbe3_Text   {
	color:#000000;
}

.Farbe1_Titel   {
	color:#000000;
}
.Farbe2_Titel   {
	color:#000000;
}
.Farbe3_Titel   {
	color:#000000;
}
.btn {
	cursor:pointer;
}

@media print {
	.noprint  {
		display: none;
	}
}
.cbl { border-left:1px solid }
.cbr { border-right:1px solid }

DIV.errorMsg {
	color:red;
	border:1px solid red;
	background-color:pink;
	margin:10px;
	padding:10px;
	text-align:center;
}
DIV.errorMsg UL,DIV.errorMsg OL{
	text-align:left;
}
DIV.errorMsg H1 {
	font-size:16px;
}
.error {color:red;}
.okay {color:green;}
