@charset "utf-8";

/* standard text formats */
body {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #666;
}

a:link {
	color: #28abb3;
}

a:visited {
	color: #0a8890;
}

p {
	margin-bottom: 15px;
}

/* styles for text elements */

h1 {
	font-size: 1.6em;
	margin-bottom: 1.2em;
	margin-top: 0em;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
}

h2 {
	font-size: 1.4em;	
	font-weight: normal;
	margin-bottom: 0.8em;
	margin-top: 1.3em;
	color:#333;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.6em;
	margin-top: 1.1em;
	color:#666;
	text-align: left;
}

h4 {

}

h5 {

}

.zitat {
	font-style:italic;
	font-weight: bold;
	border: 1px dashed #eee;
	color: #648631;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.zitat_autor {
	font-style: normal;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display:block;
}

