.title {
	font-size: 21px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.head {
	font-size: 25px;
	color: #999999;
	font-family: tahoma, arial, helvetica, sans-serif;
}

h1 {
	font-size: 25px;
	color: #999999;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight:normal;
}

h2 {
	font-size: 23px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color:#000000;
}

h3 {
	font-size: 18px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color:#000000;
}

h4 {
	font-size: 15px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color:#000000;
}

.subhead {
	font-size: 23px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.subnav {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
subnavdisabled,.subnavdisabled {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color:#666666;
}
.subnav_active {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #cc0000;
}

.smalltext {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

body, p, td, a, tre, b {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color:#000000;
}

p {
  display:inline;
}

a.dottedlink, a.nounderline {
	font-size: 12px;
  	color:#000000;
	font-weight: normal;
	text-decoration: none;
}
a.dottedlink{
  border-bottom:black 1px dotted;
}

a.navadmin, a.nav, a.navgray {
  font-size: 12px;
  color:#000000;
  text-decoration: none;
  padding-left:1px;
}
a.nav,a.navgray {
	font-weight: bold;
}
a.navgray{
	color:#666666;
}
a.nav:hover,a.nav:active,a.navadmin:hover,a.navadmin:active, a.navgray:hover,a.navgray:active{
	color:#cc0000;
}
a.htmllink,htmllink,.htmllink{
	color:#0000ff;
}
a.htmllink:hover,a.htmllink:active,a.htmllink:visited{
	color:#7733cc;
}
body.navigation{
	background-color:#cecece;
}

.listhell {
	padding-right: 12px;
	background-color: #ffffff;
}
.listhell_top {
	padding-right: 12px;
	background-color: #ffffff;
	vertical-align:top;
}

.listdunkel {
	padding-right: 12px;
	background-color: #f0f0f0;
}

.listdunkel_top {
	padding-right: 12px;
	background-color: #f0f0f0;
	vertical-align:top;
}


.listmarkedhell {
	padding-right: 12px;
	background-color: #fbfbfb;
}

.listmarked {
	padding-right: 12px;
	background-color: #e5e5e5;
}

.disabled, disabled{
	color:#666666;
}
input.checked{
	background-color:green;
}
input.submitbutton{
	text-transform:capitalize;
	cursor: hand;
}