
@media print {

body {
	  background-image:none;
	  background-color: #FFFFFF;
}

#wrapper, #wrapper_long {
	height: auto;
}

#left {
	height: 100%;
	overflow: visible !important;
}

div.kopf, div.kopftext, div.kopflogo, #breadcrumb, .fuss {
	display: none;
} 

}  /* end media print */



body, table, form, input {
    font-family: Verdana;
    font-size: 13px;
}

body {
	/* background-image: url(images/mauer3.jpg); */
	/*  background-image: url(images/hintergrund1.jpg);	 */
}

.clear {
	clear: both;
}

/* Schriften */
small {
	font-size: 85%;
	line-height: 70%;	
}

h3 {
	margin-bottom: 5px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrapper {
	max-width: 900px;
	min-width: 400px;
	/* height: 750px;	*/
	margin: 0 auto;
	
	background-color: #FFF; 
			
}



/* linke Spalte */
#left {
	margin-right: 200px;
	padding-right: 10px;
}

/* rechte Spalte */
#right {
	width:190px;
	float: right;
	border-left: 2px solid gray;
	padding-left: 10px;		
}

/* alle Absätze */
p {
	margin: 8px 0px 8px 0px;
}


/* Kopfbild */
div.kopf {
	background: url(images/kopfgrafik_pc.jpg) no-repeat;
	height: 242px;	
}

/* Text im im Kopfbild */

div.kopftext {	
	width: 300px;
	height: 150px;
	margin-top: 50px;
	margin-right: 10px;
	float: right;
	font-size: 25pt;
	color: #5A6758;
	font-weight: bold;
	font-style: italic;
	text-align: left;	
}


/* Unter-Seiten-Name in der linken Spalte */
div.subpage {
    font-size: 18px;
    color:#8A6686;
    font-weight: bold;
    font-family: Arial;
}

/* Hyperlinks in sitemap */

.sitemap ul {	
	list-style-type:disc;
}

.sitemap a {
	color: #000000;
	text-decoration: underline;
}

.sitemap a:hover {
	color: #000000;
	text-decoration: none;
}

.sitemap a.small {   /* kleine Links bei Artikeln mit x */
	/* font-size: 10px;      geändert! NICHT klein */
}

/* Bilder */ 

figure.align_left, img.align_left {
	float:left;
	margin: 0px 10px 0px 0px;
	max-width: 100%;
	height: auto;
}

figure.align_right, img.align_right {
	float:right;
	margin: 0px 0px 0px 10px;
	max-width: 100%;
	height: auto;
}

figure.align_center, figure.align_center img, img.align_center  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	
}

figcaption {
	font-style: italic;
	font-size: 11px;
	text-align: center;
}

.icon {
     	float: left;
     	width: 100px;  
     	height: 100px;  
     	margin: 3px;	    	
}


img.smallimg {	
}

/* Suchen-Eingabefeld */
#search_form {}

		#search_query {
            float:right;
			width: 100px;
			padding: 2px 5px;
			height: 22px;
            border: none;

		}

		#search_submit {
            float:right;
			border: none;
			background: url(images/btn-search.png) top left no-repeat;
			width: 27px;
			height: 22px;
			text-indent: -9999px;
            border: none;
		}
		
			#search_submit:hover {
				background-position: center left;
				cursor: pointer;
			}
			#search_submit:focus {
				background-position: bottom left;
			}

/* Breadcrumb-Navigation */
#breadcrumb {padding-left: 0px;	font-weight: bold; color: #888888;}

	#breadcrumb li {
		color: #888888;
		/* font-size: 11px; */
        display: inline;
        padding: 0 2px 0 0;
	}
	#breadcrumb a {
			color: #888888;
			padding: 0 2px 0 0;
	}
	
	#breadcrumb a:hover {
			text-decoration: none;
	}
	
/* Hyperlinks in Textfeldern */

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}



/* Fuß */	
.fuss {
	border-top : 2px solid gray;
	padding-top: 10px;
	margin-top: 10px;	
}