*{
		margin: 0;
		padding: 0;
	}
	body {
			font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
			color: #444;
			font-size: 62.5%; /* -> 1em = 10px */
			line-height: 100%;
	}
	img {
		border-style: none;
	}
	img.logo {
		height: 41px;	
	}
	/*h1 { font-size: 2.5em; background-color: orange; text-align: center; }*/
	h1 {
		font-family: cursive;
		font-size: 2.5em;
		/* background-color:orange; */
		font-weight: normal;
		margin: 50px 0 30px 0;
		text-align:center;	
		line-height: 120%;
	}
	h2{
		font-family: cursive;
		font-size: 2.2em; 
		margin: 10px 0 26px 0;
		/*background-color: yellow; */
		text-align: center;
	}
	p {
		font-size: 2em;
		line-height: 130%;
		text-align:justify;
	}
	li li { 
		font-size: 1.0em; 
		/*margin: 1.0em;*/
	}
	/* ul{
		margin-left: 10;
		border-left: 10;
		padding-left:10;
		
	} */
	li { 
		font-size: 1.3em; 
/* 		margin-left: 20px;
		border-left: 10px;
		padding-left:10px;  
*/
		margin: 1.0em;	/*Einheit immer in em, damit wird dies auch auf Mobile geräten korrekt dargestellt*/
		list-style-position: outside;
		line-height: 1.0em;
		/* padding: 0; */
	}
		
	}
	/* ul { 
		padding: 10em; 
	} */
	td { 
		font-size: 1.7em; 
		margin: 2px;
		list-style-position: inside;
	}
	/*tr { 
		font-size: 1.7em; 
	}
	*/
	a, a:visited {
		color: #0000ff;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
	}

	.content {
		width: 640px;
		margin: auto;
		padding: 30px 10px 0 10px;	
		background-image: url(); /* don't use folder img for backwards compatibility with random.php script */
		background-repeat: no-repeat;
		background-position: 100% 120px;
		}
	#leistungen {
		border-width: thin;
		border-style: solid;
		/*background-color: lime;*/
		padding-right: 2em;
		padding-left: 2em;
		/*float: left;
		margin-right: 1em;
		*/	
		margin-bottom: 2em;
	}
		