html { height:100%; }
body { height:100%; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#333333; }
hr { height: 0px; border: solid #333333 0px; border-top-width: 1px;}

a { color:#333333; text-decoration:none; }
a:hover { color:#919191; text-decoration:underline; }

.nav { color:#333333; font-weight: bold; font-size:13px; text-decoration:none; }
.subnav { color:#000000; font-size:11px; text-decoration:none; }
.h1 { font-size:10pt; line-height: 14pt; }
.h2 { font-size:8pt; line-height: 14pt; }
.text { font-size:8pt; line-height: 14pt; }
.smalltext { font-size:8pt; }
.titletext { font-size:14pt; }
.smalltitle { font-size:13px; font-weight: bold; }
table.main { height: 95%; }

.table { border: solid 1pt #C5C5C5 }
.titletd { background-color: #FAFAFA; }

.raumauswahl {
  background-color: black;
  color: white;
  width: 100%;
  padding: 5px;
  font-size: 8pt;
}

.raumauswahl a {
  text-decoration: none;
  color: white;
}

.raumauswahl a:hover {
  text-decoration: none;
  color: #FFCC00;
}

.raumauswahl a.active {
  text-decoration: none;
  color: #FFCC00;
}

input,textarea, select {
	color : #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: solid 1pt #AAAAAA;
}

input.button {
	background-color : #333333;
	color : #FFFFFF;
	font-weight: bold;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
	border: 0pt;
}

