@charset "utf-8";
/* CSS fonts */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}

#navigation ul {
	font-size: 16px;	
}

#navigation ul ul li {
	font-size: 14px;
	line-height:30px;
	
}

#contentLeft {	
	line-height:28px;
}

h1 {
	font-size: 24px;
}
.headline h1 {
	margin: 2%;
}

h2 {
	font-size: 18px;
	text-decoration:underline;

}

h3 {
	font-size: 14px;
}

#footer h3 {
	font-size: 12px;
	line-height:30px;
	
}

strong, h1, h3, #contentLeft a {
	font-weight: bold;	
}

.text ul {
	margin: 1em 0;
}

.text ul li {
	list-style-type: none;
	list-style-position: inside;
	padding: 0.2em;
	list-style-image: url(http://das-13428.plenty-test-drive.eu/images/gallery/files/list.png);
}




