body, table, tr, td, div, p, li {
  font-family: Verdana, Helvetica, Geneva, Arial, sans serif;
  font-size: 12px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  color: #000;
}

a, a:link, a:hover, a:visited, a:active {
  color: #990000;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  margin-top : 10px;
  margin-bottom: 2px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
  margin-bottom: 2px;
}

hr {
  border: none;
  color: #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
  height: 1px;
}

.stdtext {
}

tr.header td {
  padding-top: 5px;
  padding-left: 12px;
  height: 75px;
  vertical-align: middle;
}
td.headerline {
  height: 5px;
  border-bottom: 1px solid #000;
}

td.left {  
  background-image: url(/pics/backlines.gif);
  border-right: 1px solid #000;
  padding-top: 11px;
}
td.right {  
  background-image: url(/pics/backlines.gif);
  border-left: 1px solid #000;
  padding-top: 0px;
}

td.middle {
  padding: 2px 20px 20px 20px;
}

td.dotline {
  background-image: url(pics/backdotline.gif);
  padding: 0px;
}

table.hline td {
  border: none;
  padding: 0px;
} 

/* menu */
table.menu {
  border-collapse: collapse;
}
table.menu td {
  background-color: #FFF;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB; 
  padding: 4px;
}

table.menu td.arrow {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 4px;
  padding-top: 9px;
}

a.menu {
  font-size: 11px;
}

/* boxes */
table.boxes td {
  border-bottom: 2px dotted #C0C0C0;   
  padding: 2px;  
  padding-top: 10px;
}

table.boxes td.boxarrow  {
  vertical-align: top;
  padding-left: 4px;
  padding-right: 1px;
  padding-top: 16px;
}
div.boxtitle {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
th.boxtitle {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Calendar */
table.cal {
	border-collapse : collapse;
  background-color: #FFF;
  margin-bottom: 10px;
}
table.cal th, table.cal td {
  border: 1px solid #000;	
  padding: 4px;
}
td.calheader {
	font-weight : bold;
	font-size : 11px;
	text-align: center;
}
td.calheader a {
  color: #000;
	font-weight : bold;
}
td.caldata {
	font-weight : normal;
	font-size : 11px;
	text-align: right;
}
td.calseldata {
	font-weight : normal;
	font-size : 11px;
	text-align: right;
	background-color: #FFFFFF;
}

/* login */

table.login td {
  border: none;
  padding: 2px;
  font-size: 11px;
}
table.login th {
  padding: 2px;
  padding-top: 0;
}
table.login input.logininput {
  border: 1px solid #000;
  width: 150px;
}

/*sitemap*/
.sitemapitem {
  border: 1px solid #000; 
  padding: 2px;
  font-size: 10px;
  line-height: 15px;
  background-color: #FFFFFF;
}
.sitemapitem a, .sitemapitem a:active, .sitemapitem a:hover {
  text-decoration: none;
  color: #900;
}
.sitemapitem a:visited {
  text-decoration: none;
  color: #900;
}
ul.sitemap {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}
ul.sitemap li {
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
	padding: 0px 0px 2px 0px;
	list-style-image: url(pics/bullet3.gif);
	list-style-position : outset;
}

/* linkdb */
a.netzfaden {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

