body, td, th, p, ul, ol, dl, input, textarea {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


/* kt: Kopf-Titel */
.kt
{
	color: #eeeeee;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px;
	margin-top: 0px;
	margin-bottom: 22px;
	background-color: #b1b0aa;
}


/* ft: Fliesstext */

div.ft {
	margin: 0 10px 0 15px;
}

div.ft p {
	line-height: 16px;
	width: 510px;
}

div.ft p:first-child {
	margin-top: 0;
}

p.ft {
	line-height: 16px;
	padding-left: 15px;
	padding-right: 10px;
	width: 510px;
}

.ft_popup {
	line-height: 16px;
}


.sidenav {
	position: absolute;
	/*position: fixed;*/
	/*margin-top: 22px;*/
	margin-left: 560px;
	width: 160px;
}

.sidenav a {
	font-weight: bold;
}

/*.sidenav {
	position: fixed;
	width: 160px;
	top: 43px;
	left: 560px;
}*/

.sidenav p:first-child {
	margin-top: 0;
}



.texte_ms {
	line-height: 16px;
	padding-left: 15px;
	padding-right: 11px;
}

.legende {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
}

.legende_m {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
}

.fileinfo {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
	white-space: nowrap;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.ztTextDunkel {
	color: #d2cfca;
}

.small {
	font-size: 10px;
}

.error {
	color:#c00;
}