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

h1 {
	font-size:16px;
	color:#660000;
}

h2 {
	font-size:14px;
	color:#660000;
}

a {
	color:#660000;
	text-decoration:none;
}

li {
	list-style:none;
}

.klein {
	font-size:11px;
}

#navlinks {
	background-image:url(../pics/nav_bg_links.gif);
	background-repeat:no-repeat;
	width:137px;
	height:510px;
}

#navrechts {
	background-image:url(../pics/nav_bg_rechts.gif);
	background-repeat:no-repeat;
	width:137px;
	height:510px;
}

#inhalt {
	width:697px;
	height:450px;
	background-color:#FFFFFF;
}

#inhaltdiv {
	width:687px;
	_width:697px;
	height:460px;
	overflow:auto;
	padding-right:10px;
}

.nav {
	padding:3px 0 3px 0;
}

.trenner {
	border-bottom:1px dashed #000000;
}

.inpt {
	border:1px solid #000000;
	width:200px;
	font-size:14px;
	color:#660000;
	font-weight:bold;
}

.txta {
	border:1px solid #000000;
	width:470px;
	height:100px;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
}

/* Transparency for MouseOver effects */	
.transOFF {}
	
.transON {
	opacity:.20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
 }