
@media print {

body {
	  background-image:none;
	  background-color: #FFFFFF;
}

#wrapper, #wrapper_long {
	height: auto;
}

#left {
	height: 100%;
	overflow: visible !important;
}

.german, .english {
	display: none;
}

}  /* end media print */



body, table, form, input {
    font-family: Verdana;
    font-size: 13px;
}

body {
	background-image: url(images/doppelhelix6.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: auto; 
	margin: 0 auto;
	padding: 10px;
	background-color: #eeeeee; 
	/* background-image: url(images/mauer4.jpg); */
	/* opacity: 0.8; */
	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
		
}  

/* linke Spalte */

#left {
	margin-right: 200px;
	padding-right: 10px;	
}

/* nur wenn die rechte Spalte entfällt 

#left {
	padding: 0px 10px 10px 10px;
	height: auto; 
	
}
*/

/* rechte Spalte */

#right {
	width:170px;
	float: right;
	border-left: 2px solid gray;
	padding-left: 10px;		
}

/*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;
}

/* Umschaltung deutsch - englisch */

.german {
	background-image: url(images/flagge_brd.gif);
	width: 42px;
	height: 25px;
}

.english {
	background-image: url(images/flagge_gb.gif);
	width: 45px;
	height: 25px;
}

/* Kopfbild */

div.kopf {
	background: url(images/kopfgrafik1.jpg) no-repeat;
	height: 100px;		
}

/* Text im im Kopfbild */

div.kopftext {
	font-family: 'Fraunces', serif;	
	width: 400px;
	height: auto; 
	margin: auto;
	padding-top: 20px;	
	font-size: 20pt;
	color: #000000;
	font-weight: bold;	
	text-align: center;
}

a#einblenden {
	text-decoration: none; 
}

div.kopflogo {
	background: url(images/logo_buergertopf3.jpg) no-repeat;
	float: right;
	width: 175px;
	height: 100px;
	margin-right: 0px;
}

/* Unter-Seiten-Name in der linken Spalte */
div.subpage {
    font-size: 22px;
    color:#888888;
    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;	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;	
}