html,body
	{margin:0;padding:0
	text-align:left;
	}

/*Ausgeblendete Elemente*/	
#noprint, img#banner, #hauptnavi, #unternavi, img#border_bottom, #footer, .noprint 
	{
	display: none;
	}
	
/*Divs*/	

#header img#logo
	{
	margin: 1em 0em 0em 1em;
	float: left;
	}

div#container
	{
	text-align:left;
	width:600px;
	margin:0 auto;
	}
.wrapper
	{
	margin-top:1em;
	float:left;
	width:600px;
	}
.breadcrumb
	{
	visibility: hidden;
	display: none;
	}
.navigation
	{
	visibility: hidden;
	display: none;	
	}
.clear
	{
	clear:both;
	}
	
	
div#content
	{
	min-height: 30em;
	background: White;
	padding:0.2em;
	float:left;
	width:600px;
	}
.start_half
	{
	width:48%;
	float:left;
	padding: 0em 0.2em 0em 0.2em;
	}
.right
	{
	visibility: hidden;
	display: none;	
	}

/*Bildergalerie*/
.bilder > .right
	{
	visibility:hidden;
	}
/*.bilder > .content
	{
	width:28em;
	background:#00cc99;	
	}*/
.overview p
	{
	margin-left:3em;
	}		
.overview img
	{
	float:left;
	}
.picture
	{
	display:inline;
	float:left;
	}
ul.galery
	{
	visibility: hidden;
	display: none;
	}
	
/*Schrift*/	
p, h1, h2, h3, h4, a
	{
	font-size:0.9em;
	font-family:arial;
	}
.rechts
	{
	float:right;
	}
/*Alle Sorten von Links*/
 #content a, .navigation a
	{
	font-weight:bold;
	color:#000000;
	list-style-type:none;
	padding-left: 1.1em;
	background: url(../images/verweissymbol_print.gif) left center no-repeat;
	}
.navigation a	
	{
	padding-left: 1.2em;
	color:#686868;
	font-size:0.9em;
	background: url(../images/link_navigation.gif) left center no-repeat;
	}
.bgnone
	{
	padding:0em;
	background-image:none;
	}
#content h1
		{
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:1.1em;
		color: #000000;
		margin: 0px 0px 0px 0px;
		}
#content h2
		{
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #000000;
		font-size:0.7em;
		margin: 0px 0px 10px 0px;
		}
		
/*Linkadressen für den Druck anzeigen*/
a:link:after, body a:visited:after
{
	content: " (" attr(href) ") ";
	font-weight: normal;
	font-size: 90%;
}
.bgnone:after
{
	content:"";
}
