body { 
	margin-top:0px; 
	margin-left:0px; 
	font-family:Tahoma,Verdana,Helvetica,Arial; 
	font-size:12px;
}
a { 
	font-size:11px;
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#A61C1C;
	text-decoration: none;
}
a.ctxt { 
	font-size:11px;
}
a.nav { 
	font-size:11px;
	color:#A61C1C;
	text-decoration: none;
	letter-spacing:0.15em;
}
a.nav_aktiv { 
	font-size:11px;
	color:#000000;
	text-decoration: none;
	letter-spacing:0.15em;
}
a.navu { 
	color:#000000;
	text-decoration: none;
}
a:active { 
	text-decoration: underline;
}
a:hover	{ 
	text-decoration: underline; 
}
a.copy { 
	color:#ffffff;
	text-decoration: none;
	font-size: 10px;
}
.rot {
	color:#A61C1C;
	text-decoration: none;
}
td {
	font-size:11px;
}
td.dg {
	background-color:#d8d8d8;
	font-weight:bold;
}
td.hg {
	background-color:#ebebeb;
}
td.copy {
	font-size:10px;
	line-height:18px;
	color:#ffffff;
}
td.mitarbeiter { 
	font-size:11px;
	padding:5px;
	line-height:14px;
}
div.ctxt { 
	margin:2px;
	font-family:Tahoma,Verdana,Helvetica,Arial;
	font-size:11px;
}
input { 
	font-family:Tahoma,Verdana,Helvetica,Arial;
	font-size:12px;
}
textarea { 
	font-family:Tahoma,Verdana,Helvetica,Arial;
	font-size:12px;
}
h1 { 
	margin-top:20px;
	margin-bottom:0px;
	font-size:12px;
	letter-spacing: 0.15em;
	font-weight: bold;
}
h1.hl {
	margin-left:40px;
}
div.hl { 
	font-size:11px;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #ffffff;
	margin-left:5px;
}

/* Background */
/* Dottedline Left */
.bgLeftDotted {
	background:url(/img/base/fw/dotted.gif) repeat-y left;
}

/* Dottedline Top */
.bgTopDotted {
	background:url(/img/base/fw/trenner_v.gif) repeat-x top;
}

/* head */
.headaktiv {
	background:#F2F2F2 url(/img/base/fw/dotted.gif) repeat-y left;	
}

.suchbutton {
	color:white; 
	font-size:8pt; 
	width:35px; 
	height:22px; 
	border: 2px solid #790003;
	background-color:#CE0005;
}

.suchfeld {
	font-size:8pt; 
	height:22px;
	width: 100px;
}

/** Ausblenden der Nav.inc beim drucken **/
@media print {
	#navigation {
		display:none;
	}
}
