
@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: 12pt;
	color: #555555;
}

.clear {
	clear: both;
}

/* Schriften */

h3 {
	margin-bottom: 5px;
	font-size:13pt;
}

ul, li {
	margin-top: 5px;
	margin-bottom: 5px;
}


#wrapper {
	max-width: 1200px;
	min-width: 400px;
	height: auto; 
	margin: 0 auto;
	padding: 10px;
	background-color: #ede7d9;	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
		
}  

/* nur wenn zweispaltig 

#left {
	margin-right: 200px;
	padding-right: 10px;	
}

#right {
	width:170px;
	float: right;
	border-left: 2px solid gray;
	padding-left: 10px;		
}

*/

/* nur eine Spalte */

#left {
	padding: 0px 10px 10px 10px;
	height: auto;	
}

/*Flex-Box */

div.flexbox {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0px 0px 0px 20px;
}

img.fleximage {
	width:100%;
	height: auto;
}


/* alle Absätze */

p {
	margin: 8px 0px 8px 0px;
}

/* Logo mit Navigation */

div.logo {
	width: 120px;
	height: 80px;
	background: url(images/logo_startup.gif) no-repeat;
	float: left;	
}

div.menubox {
	height: 80px;
	width: auto;	
	text-align: left;
}


/* Text im im Kopfbild */

/*
div.kopftext {
	font-family: 'Fraunces', serif;	
	width: 500px;
	height: auto;
	float: right;	
	padding-top: 20px;	
	font-size: 28pt;
	color: #FFFFFF;
	font-weight: bold;	
	text-align: center;
}
*/


/* Aktuelles */

div.act2 {
	width: 176px;
	height: 190px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 7px;
}

/* Unter-Seiten-Name in der linken Spalte */
div.subpage {
    font-size: 22px;
    color:#777777;
    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;
}

/* 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;	color: #666666;}

	#breadcrumb li {
		color: #777777;
		/* font-size: 11px; */
        display: inline;
        padding: 0 2px 0 0;
	}
	#breadcrumb a {
			color: #777777;
			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;	
}