/*
255,251,226
250,220,201
185,154,136
rechtsberatungen_logo.jpg
rechtsberatungen_background.jpg
*/
body{
	background-color:rgb(255,251,226);
	background-image:url(/images/rechtsberatungen_background.jpg);
	margin:0px;
	padding:0px;
	font-family:tahoma, verdana, sans-serif;
}
.header{
/*	background-color:rgb(255,251,226); */
	/*background-image:url(/images/rechtsberatungen_logo.jpg);*/
	background-repeat:no-repeat;
	height:186px;
}
.face{
	float:right;
	position:absolute;
	right:0px;
	padding:10px;
	margin:10px;
	background-color:rgb(255,251,226);
	border:solid 1px;
	border-left-color:rgb(185,154,136);
	border-top-color:rgb(185,154,136);
	border-bottom-color:white;
	border-right-color:white;

}
.face img{
	border:solid 1px;
	border-right-color:rgb(185,154,136);
	border-bottom-color:rgb(185,154,136);
	border-top-color:white;
	border-left-color:white;

}
.content, .contentfirst{
	margin:0px;
	margin-top:15px;
	margin-left:180px;
	margin-right:320px;
	padding:10px;
	padding-left:20px;
	background-color:rgb(255,251,226);
	border:solid 1px;
	border-left-color:rgb(185,154,136);
	border-top-color:rgb(185,154,136);
	border-bottom-color:white;
	border-right-color:white;
}
.contentfirst{
	margin-top:-50px;
}

h2{
margin:0px;
border-bottom:solid 1px blue;
}
.content p{margin-left:50px;}
.box{
	border:solid 1px #FF6600;
	margin:82px;
	margin-top:0px;
	margin-bottom:10px;
	padding:20px;
	padding-left:80px;
	background-color:white;
}
.nav{
	position:absolute;
	top:0px;
	padding-top:200px;
	width:178px;
	height:500px;
	border:none;
	z-index:2;
}
.nav a{
	text-decoration:none;
	color:black;
	font-size:smaller;
}
.nav ul{
	margin:0px;
	padding-left:20px;
}
.nav li{
}
.backnav{
	position:absolute;
	background-color:white;
	height:200px;
	width:150px;
	top:200px;
	left:15px;
	z-index:1;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.content li{
	margin-bottom:10px;
}