body {
	font-size: 15px;
	font-family: Arial, Helvetica;
	padding: 10px;
	margin: 0px;
    text-align: left;
}

p {
	margin: 0px; 
	padding: 0px;
}

.blau {
	color: #201E21;
}

.red {
	color: #821A20;
}

#printHeader {
	height: 80px;
	width: 600px; 
	overflow: hidden;	
}

#content {
	width: 600px; 
}

#printHeaderLeft {
	float: left;
	font-size: 16px;
	width: 470px;
	margin-top: 62px;
}

#printHeaderRight {
	float: left;
	height: 80px;
	width: 130px;
	display: block;
	background-color: green;
}

#printFooter {	
	width: 600px; 
	overflow: hidden;
	font-size: 11px;
}

div.hrdiv {
	margin: 0px;
	padding: 0px;
	height: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	display: block;
}

.hrimg {
	width: 600px; 
	height: 2px;	
	display: block;
}

.hrimg2 {
	width: 600px; 
	height: 2px;	
	display: block;
}

.expertise { 
	
}

.expertiseInner { 
	
}

.expertiseContent { 
	
}

.expertiseContentScroll { 
	font-size: 12px;
}

.expertiseContentLine { 	
	width: 353px;
	margin-bottom: 3px;
}

.expertiseContentLabel { 
	width: 100px;
	float: left;
}

.expertiseContentField { 
	margin-left: 100px;
	width: 240px;
	vertical-align: top;
}

.expertiseHeader {
	height: 30px;
}

.expertiseHeaderLeft {
	float: left;
	color: #821A20;
	font-style: italic;
}

.expertiseHeaderRight {
	float: right;
}

.expertiseLink {
	color: #821A20;
	text-decoration: none;
}

.closeExpertise {
	background-image: url(/images/schliessen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;	
	color: #30445D;
	padding-left: 20px;	
	display: block;
	float: left;
	height: 20px;
}

.printExpertise {
	background-image: url(/images/drucken.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;	
	color: #30445D;
	padding-left: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}

