body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
th {
	font-size: 10pt;
}
A  {
	text-decoration: none;
	color: #660000;
}
A:Hover  {
	text-decoration : underline;
}

.border {
	border-top: ridge 1px #C8CCDF;
	border-left: ridge 1px #C8CCDF;
	border-bottom: groove 3px #CCCCCC;
	border-right: groove 3px #CCCCCC;
	background-color : black;

}
.nav_t {
	border-top: solid 1px #A9B0CD;
	border-left: solid 1px #737B9B;
	border-bottom: solid 1px #737B9B;
	border-right: solid 1px #737B9B;
	background-color : #8C95BC;

}
.nav_l {
	border-top: solid 1px #A9B0CD;
	border-left: solid 1px #A9B0CD;
	border-bottom: solid 1px #636A85;
	border-right: solid 1px #737B9B;
	background-color : #8C95BC;

}
.nav_m {
	border-top: solid 1px #DEE2EA;
	border-left: solid 1px #DEE2EA;
	border-bottom: solid 1px #838A96;
	border-right: solid 1px #838A96;
	background-color : #B9C2D4;
}
.box_t {
	border-top: solid 1px #A9B0CD;
	border-left: solid 1px #A8AECC;
	border-bottom: solid 1px #737B9B;
	border-right: solid 1px #737B9B;
	background-color : #8C95BC;

}
.box_m {
	border-top: solid 1px #DEE2EA;
	border-left: solid 1px #CAD1DE;
	border-bottom: solid 1px #838A96;
	border-right: solid 1px #838A96;
	background-color : #B9C2D4;
}
.input{  
	background:#7983AE;
	border-width:1;
	border-color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

// Eintraege fuer Hilfe by dbenzhuser

ul.square {
	list-style-type:square;
}
ul.circle {
	list-style-type:circle;
}
ul.disc {
	list-style-type:disc;
}
ul.none {
	list-style-type:none;
}
ol.large20 {
	font-size:20pt;
	font-weight:bold;
}
ol.large20 div {
	font-size:10pt;
	font-weight:normal;
}
ol.large14 {
	font-size:14p;
	font-weight:bold;
}
ol.large14 div {
	font-size:10p;
	font-weight:normal;
}

h1,h2,h3,h4.direkt {
	margin-bottom:0;
}
p.direkt {
	margin-top:0;
}

div.code {
	background-color:#ffffff;
	font-family:monospace;
}

img.inline {
	vertical-align:middle;
}

td.firstrow,th.firstrow {
	vertical-align:top;
	white-space:nowrap;
	padding-right:10px;
}