body {
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

body, #content, #sidebar, #outerWrap {
	position:static !important;
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
}
a { text-decoration: none; }
a:link { color: #a00000; }
a:visited { color: #541717; }

a:hover {
	text-decoration: underline;
}

a:active { color: #541717; }

.hide {
	display: block;
	position:absolute;
	visibility: hidden;
}

.nodisplay {
	display: none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



h1,h2 {
	font-size:1.4em
}


h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size:1em;
}

h1,h2,h3 { color: #224274; }

ul, ol {
	font-size:1em;
}

em { font-style: italic; }

strong {
	font-weight:bold;
}

address {
	font-style: normal;
	font-weight: bold;
}

#mainNav, #subNav, #footer a {
	display:none;
}

#header {
	position:relative;
	height:auto;
	background: none;
}

#header h1 {
	position:static;
	text-indent:0;
	top:auto;
	bottom:auto;
	left:auto;
	width:auto;
	height:auto;
	overflow:visible;
	margin:0;
	background: none;
	font-size:2em;
}

#contentWrap {
	background: none;
}

#content {
	float:none;
	width:100%;
	font-size:1.2em;
	line-height:1.6em;
	margin:0;
}

#sidebar {
	width: auto;
	clear:both;
	float:none;
	padding-top:2em;
	text-align:left;
	font-size:1em;
}

#sidebar table {
	border-collapse: collapse;
	float:none;
	clear:both;
}
#sidebar th, 
#sidebar td,
#sidebar caption {
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #224274;
	padding-bottom: 0.2em;
	font-weight: bold;
}

#sidebar table th, 
#sidebar table td,
#sidebar table caption {
	text-align: left;
	vertical-align: top;
}

#sidebar table td { width:9em; }
#sidebar table th {
	width: 3em;
	font-weight: bold;
}

#content p img {
	display:block;
	float:right;
	border:1px solid #666;
	margin:1em;
	padding:1px;
}

#content p.photo {
	display:block;
	float:left;
	position:relative;
	background: none;
	top:0;
	left:0;
	margin:0 0 0.5em;
}


body#leistungen p.photo {
	display:block;
	float:right;
	margin-right:0;
	clear:both;
}

#content p.photo img {
	float:none;
	display:block;
	position:relative;
	border:5px solid #eeeefc;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

#content dl dt {
	clear: left;
	font-weight: bold;
	margin-top: 1em;
}

#content h3 {clear:left;}

#content dl dd {
	font-size:0.9em;
	margin-left: 5px;
}

#content dt p.photo {
	float: left;
	margin-top: 0;
	margin-left: 0;
}

