@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 1.2em;
	color: #e65c18;
	font-weight: bold;
	}
	
h2 {
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
	}
	
h3 {
	font-size: 0.9em;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
	}
	
h4 {
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: bold;
	}	
	
blockquote {
	font: bold 1.1em/200% Georgia, Times New Roman, Times, serif;
	margin-bottom: 10px;
	}	

.zitatname {
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	}
	
p {
	margin-bottom: 25px;
	}	
	
	
#content a,
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}


#content .image_schatten a,
#content .image_schatten a:link,
#content .image_schatten a:visited,
#content .image_schatten a:active,
#content .image_schatten a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px dotted #fff;
	}
	
	
	
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}	
	
	
#content ul {
	list-style: none inside;
	}	
	
#content li {
	padding-left: 20px;
	background: url(../img/list_pfeil.gif) no-repeat center left;
	margin-bottom: 5px;
	}	
	