/* style1_print.css externe css Dateinur fuer den Ausdruck*/

body {
	font-family: "Times New Roman", Times, serif;
}
#divKopf {
	width: 100%;
}
#divKopf #divLogos {
	height: 125px;
	position: relative;
}
#divKopf #divLogos #divLogoSkizze {
	top: 40px;
	/*right: 0px;*/
	left: 0px;
	background-image: url(../bilder/logos/logo_skizze2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 84px;
	position: absolute;
}
#divLogoDAS h1 span {
	width: 95%;
	height: 2em;
	display: block;
}
#divLogoSkizze p span {
	display: block;
	font-size: 80%;
	height: 100px;
	width: 450px;
	margin-left: 200px;
	padding-bottom: 2em;
}
#divKopf ul {
	display: none;
}
#divMitte {
	width: 100%;
	padding: 0;
	font-size: 100%;
	margin: 1em 0;
}
#divMitte #divSeitenherkunft h1 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
}

#divMitte h1, #divMitte h2, #divMitte h3,
#divMitte h4, #divMitte h5, #divMitte h6 {
	color: #006600;
	text-align: center;
}
#divMitte h1 { font-size: 130%;}
#divMitte h2 { font-size: 125%;}
#divMitte h3 { font-size: 120%;}
#divMitte h4 { font-size: 115%;}
#divMitte h5 { font-size: 100%;}
#divMitte h6 { font-size: 100%;}
#divMitte p {
	margin: 0.5em 0;
	padding: 1em;
}
#divMitte p a {
	font-size: 100%;
}

#divMitte ul li, #divMitte ol li, divMitte li {
	list-style-position: outside;
	margin-left: 1em;
	padding: 0.2em 0;
	font-size: 100%;
	line-height: 1.2;
}
#divMitte ul li a, d#divMitte ol li a, #divMitte li a {
	font-size: 110%;
}
#divMitte ul li p {
	margin: 0px;
	padding: 0px;
}

#divMitte img {
	margin: 0.5em 0;
}
div + img {
	margin: 1em 0;
}
#divMitte table {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

#divMitte table td, #divMitte table td p, #divMitte table td p a {
	font-size: 100%;
	line-height: 1.2;	
}
#divMitte table td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#divMitte img.imgrechts {
	padding: 0.5em;
	float: right;
}
#divMitte .img_aussen_rts {
	/*position: absolute;
	top: 100px;
	right: -250px;*/
}

#divAnlagenfotos table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
#divAnlagenfotos img { display: block; border: 0;}

#divAnlagenfotos table td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 90%;
	text-align: center;
	vertical-align: baseline;
	margin: 1px;
	padding: 3px;
}
#divAnlagenfotos table td p {
	text-align: center;
	vertical-align: bottom;
}
#divAnlagenfotos table#divFotoTitel {
	text-align: left;
	border: none;
}


#divAnlagenfotos table#divFotoTitel td {
	border: none;
}
#divAnlagenfotos table#divFotoTitel td {
	text-align: left;
} 
#divAnlagenfotos #divFotoTitel td p {
	font-weight: bold;
	text-align: left;
}

#divAnlagenfotos table#divFotoTitel td h1, 
#divAnlagenfotos table#divFotoTitel td h2,
#divAnlagenfotos table#divFotoTitel td h3,
#divAnlagenfotos table#divFotoTitel td h4 {
	text-align: left;
	margin: 0;
	padding: 0;
}
.font12px { 
	 font-size: 100%;
	}
/*ergaenzt um class-spezifikation .kleiner*/
.font10px, .kleiner { 
	font-size: 90%; 
}
.untertitel_privates {
	font-weight: bold;
	 color: #666666;
}
.datum {
	font-size: 85%;
	color: #333333;
}
#divMitte p a.wichtiger {
	font-weight: bold;
	color: #FF0000;
}
#divMitte *.wichtiger {
	font-weight: bold;
	color: #FF0000;
}
#divMitte a {
	font-size: 110%;
}
#divMitte a:link, #divMitte a:visited {
	text-decoration: underline;
	color: #006600;
}
#divMitte a:hover {
	text-decoration: none;
	color: #666;
}


#divFuss {
	width: 100%;
	border-top: 1px solid #CCC;
	padding-top: 1em;
	/*background-image: url(../bilder/logos/fuss.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 100%;
	position: relative;
	height: 70px;
	background-image: url(../Bilder/logos/fuss.gif);
}

#divFuss #divZurStartseite {
	display: none;
	/*font-size: 90%;
	border-bottom: 1 px solid #CCC;
	position: absolute;
	top: 10px;
	right: 0px;*/
}
#divFuss #divZumSeitenanfang {
	display: none;
	/*font-size: 85%;
	width: 200px;
	text-align: left;
	margin-top: 0px;
	padding-left: 1em;*/
}
#divFuss #divFussAdresse {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height: 3em;
	display: none;
}

#divFuss #divFussAdresse p {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.3;
	margin-top: 0em;
	margin-bottom: 0px;
	text-align: center;
}

