html, body{
	margin: 0; 
	padding: 0; 
	text-align: center;
	background: #9A113F;
	color: #5B544E;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #9A113F;
}

a:hover {
	text-decoration: none;
	color: #5B544E;
}

div#wrapper{
	width: 780px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#header{
	background: #F6F7F1 url('bilder/top_corners.png') top center no-repeat;
	text-align: center; 
	padding: 0px;	
}

div#header h1{
	width: 450px;
	height: 120px;
	padding: 0;
	margin: 0;
	margin-left: 165px;
	display: block;
	background: url('bilder/gutachtenpraxis.png') no-repeat;
	text-indent: -3000px;	
}

div#main_content{
	min-height: 420px;
	background: #F6F7F1 url('bilder/logo_dr_losch.png') no-repeat;
	padding: 15px;	
}

div#main_content_sub{
	min-height: 420px;
	background: #F6F7F1 url('bilder/logo_dr_losch_light.png') no-repeat;
	padding: 15px;	
}

table td {
	vertical-align:top;
	padding-bottom: 10px;
}

div#navbar{
	float:right;
	width: 200px;
	height: 200px;
	display: block;
	border: 1px dashed #837B78;
	margin-left: 35px;
	padding: 5px;
}

div#navbar ul{
	padding: 0;
	padding-left: 15px;
	margin: 0;
	list-style-type: circle;
}

div#footer{
	background: #F6F7F1 url('bilder/bottom_corners.png') bottom center no-repeat;
	text-align: center; 
	padding: 0px;
	padding-top: 15px;
	min-height: 30px;
	font-size: 0.7em; 	
}

p.textblock_fp_lm{
	margin-left: 180px;
}

p.textblock_fp_lm2{
	margin-left: 50px;
}