/* -----------------------------------------------------------------------------------------
   Stile fuer Druckansicht
----------------------------------------------------------------------------------------- */

/* allgemeine Stile */

.textklein {
	font-size: 10px;
	line-height: 12px;
}

.b {
	font-weight: bold;
}

.abstandklein {
	padding-bottom:4px;
}

.abstandgross {
	padding-bottom:8px;
}

.horiz_line {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url('/_img_allgemein/linie_horizontal.gif') repeat-x;
}

* html .horiz_line {
	margin-bottom: 10px;
}

.vert_line {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	font-size: 0;
	line-height: 0;
	background: url('/_img_allgemein/linie_vertical.gif') repeat-y;
}


/* HTML-Elemente */

body {
	margin-left: 75px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
}

body, td {
	font-size: 12px;
	line-height: 18px;
	font-family: "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

td {
	vertical-align: top;
}

a {
	color: #000000;
	text-decoration: underline;
}


/* Bereichsdefinitionen */

#head, #content, #foot {
	width: 100%;
}

#content, #foot {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#foot {
	font-size: smaller;
	font-weight:bold;
	text-align: center;
}


/* Kopfbereich */

#head img {
	display: block;
	float: right;
}

#head h1 {
	padding-top: 123px;
	font-size: 24px;
	line-height: 24px;
}


/* Contentbereich */

div#content div.midcol {
	width: 100%;
	margin-right: 20px;
}

div#content div.midcol h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}

div#content div.midcol h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}


/* Bildliste (im Contentbereich) */

.bildlinks {
	clear: both;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
}

.bildlinks + .bildlinks {
	margin-bottom: 0;
}

.bildlinks img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

.bildlinks div {
	clear: both;
	margin: 0;
	padding: 5px;
	padding-top: 5px;
}


/* Linkliste (im Contentbereich) */

.linklist {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.linklist h3 {
	margin: 0;
	padding: 0 !important;
	font-size: 14px;
	line-height: 14px;
}

.linklist p {
	margin: 0;
	padding: 0;
}

.linklist h4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

.linklist h4 a {
	padding-left: 15px;
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 2px;
	color: #BC3918;
}

* html .linklist h4 a {
	background-position: 0 4px;
}

.linklist td a {
	color: #BC3918;
}

.linklist p.linktext {
	padding-left: 15px;
}

.linklist img {
	float: left;
	border: none;
	text-align: left;
	margin: 0 15px 10px 0;
}


/* Ankerliste (im Contentbereich) */

ul.anchorlist {
	clear: both;
	list-style-image: none;
	list-style-type: none;
	margin: 20px 0 10px 0 !important;
	padding: 0 !important;
}

ul.anchorlist li a {
	padding-left: 15px;
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 2px;
	color: #BC3918;
}

* html div.midcol ul.anchorlist li a {
	background-position: 0 4px;
}

div.anchorlistanswer {
	margin-top: 10px;
}


/* Trefferliste der Suche */

.searchhit_link {
	margin-top: 10px;
	padding-left: 14px;
	background: url('/_img_allgemein/red_bullet_f2.gif') no-repeat 0 4px;
}
.searchhit_link a {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
.searchhit_link h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

