body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

table,p {
	font-size: 11px;
	width: 100%;
	line-height: 15px;
}

.smallText {
	font-size: 8px;
}


li,input,select {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;

}

a:link, a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF9900;
}
/*a:visited {
	color: #6666FF;
}*/

.superSize {
	font-size: 36px;
	font-weight: bold;
}

.importantText {
	font-weight: bold;
}
.presentText {
	color: #339966;
}
.pastText {
	color: #999999;
}
.rowFlash {
	/*background-color: #FFFFCC; gelb 1. Version*/
	/*background-color: #CCCCFF; tms-version uni*/
	/*background-color:#C6E3F9; Version bis Auto-Breite - deaktiviert am 16.08.2008*/
	background-color:#bdccfa;
}

.tHead {
	background-color:#CCCCCC;
}

.tLightHead {
	background-color:#EEEEEE;
}


.errorText {
	font-weight: bold;
	color: #FF0000;
}
