@charset "utf-8";
body {
	background-color: #450005;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.header{
	width: 928px;
}
.headerlogo {
		width: 161px;
		float: left;
}
.headerlogos {
	width: 429px;
	float: left;
}
.headerfoto {
	width: 338px;
	float: left;
}
.navi {
 	font-size: 12px;
	width: 151px;
	padding-left: 10px;
	position: absolute;
}

.inhalte {
	clear:left;
	width: 928px;
	background-image: url(grafiken/treuhand-inhalt.gif);
	background-repeat: repeat-y;
	overflow:auto;
	min-height:500px;
	
}

.inhalt {
	width: 740px;
	padding-left: 180px;
}

a:link.navigation {
	color: #000000;
	text-decoration:none;
	
}
a:visited.navigation {
	color: #000000;
	text-decoration:none;
	
}
a:hover.navigation {
	color: #b11116;
	background-color: #000000;
	text-decoration:none;
	font-weight: bold;	
}
a:link.navibesucht {
	color: #FFFFFF;
	background-color: #a91326;
	text-decoration:none;
}

a:visited.navibesucht {
	color: #FFFFFF;
	background-color: #a91326;
	text-decoration:none;
}
a:hover.navibesucht {
	color: #FFFFFF;
	background-color: #a91326;
	text-decoration:none;
}
.portrait{
	position: absolute;
	top: 200px;
	left: 640px;
	border: 1px solid #000000;
}

.copy{
	font-size: 11px;
	color: #666666;
	width: 928px;
}