body{
	font: 11pt/120% Arial, serif;
	background-color: white;
	background-image: none;
	color: #000;
}

*{
	float: none;
}

/* LINKS */
a:link, a:visited, .active {
	color: #7A1E19;
	background:white;
	text-decoration:underline;
}
img, img a:link, img a:visited {
	border-bottom: 1px solid #C30099;
	margin-right: 12px;
}
#pageeles a:link:after, #content a:visited:after {
   	content: " ("attr(href)") ";
   	font-size: 90%;
   	text-decoration: none;
}
#pageeles a[href^="/"]:after {
   content: " (" attr(href)") "; 
   text-decoration: none;
}
/* SCHRIFTEN */
h1, h2, h3, h4, h5, h6 {
	line-height:110%;
	margin:0;
	padding:0;
}
h1 {
	font-size:15pt;
}
h2 {
	font-size:13pt;
}
h3 {
	font-size:11pt;
}
span.teaser_head, span.box_head {
	font-weight: bolder;
	font-size:10pt;
	line-height:110%;
	height: auto;
}
/* SONSTIGES */
img.poslinks {
	float: left;
}

div.box_smaller, div.box_small, div.box_large {
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	width: 100%;
}
div.box_smaller ul {
	margin: 0px;	
}
div.aufz_item {
	margin: 0px 0px 10px 20px;
}
strong {
	width: auto;
}
.row {
	margin-top: 20px;
}
.toggle_container {
	padding-left: 20px;
}	
div.box_footer {
	font-style: italic;	
}
table.form {
	width: 100%;
	float: left;	
}
.printline{
	width: 100%;
	float: left;
	height: 1px;
	border-bottom: 1px solid #000;
	display: block;	
}
.long {
	float: right;
}
.map_plz {
    float: left;
    margin: 0 10px 0 0;
}
table {
	text-align: left;
}
th.first {
	width: 50%;	
}
table.linie tr td {
	padding: 5px 0px;
	border-top: 1px solid #000;
	width: auto;
}
tr.head {
	float: none;	
}
/* AUSGEBLENDETE ELEMENTE */
div#head,
div#main_left,
div#footer,
div#content_head ul,
div.buttonbar,
div.box_footer a,
div.box_footer2 a,
div.table a,
.faqbutt,
.box_head a,
div#navigation {
	display: none;
}
