@charset "utf-8";
/* CSS Document */

*{margin: 0; padding:0; }

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	text-align: left;
	color: #000;
	font-size: 11pt;
}

#container_aussen{
	width: 100%; 
}

	#container_aussen h1{
		font-size: 14pt;
		border-bottom: 1px solid #666;
		margin-bottom: 10px;
	}

#container_innen{
	width: 100%;
	}


 .folge{
	background-image: none;
	}

#container_innen img.grossesbild{
	display: none;}

	
#content{
	width: 100%;
	}	

/*die Navleisten*/
#nav{
	display: none;}
#startnav{
	display: none;}


	
	
/*alles rund um den Text*/

#text{
	width: 100%;
	margin-bottom: 30px;
	}

#text h2{font-size: 1.3em; margin-bottom: 15px; font-weight: 600;}
#text h3 {font-size: 1.2em; margin-bottom: 8px;}
#text p{margin-bottom: 8px; line-height: 1.3em; font-weight: 400;}
#text a{color: #000; text-decoration: none; border-bottom: 1px dotted #45676b;}
#text ul {margin: 15px 0 0 30px; }

#karte {width: 600px; height: 300px; margin-left: 30px; margin-top: 10px;}

#footer{
	clear: both;
	width:100%;
	border-top: 1px solid #fff;
	padding-top: 5px;
	font-size: 8pt;
	}

#footer a, #footer a:visited{ color: #4f5652; text-decoration: none; }