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

body {
	width: 780px;
	margin:0px auto;
	font-family: 'Didact Gothic', sans-serif;
	background-color:#ffffff;
	font-weight: 400;
}

#header {
	position:fixed;
	background-color:#ffffff;
	top:0px; left:0px; right:0px;
	box-shadow:0px 10px 50px #e087b7;
}

#footer {
	position:fixed;
	background-color:#ffffff;
	left:0px; right:0px; bottom: 0px;
	padding-bottom:10px;
	box-shadow:0px 10px 50px #e087b7;
}

#content {
	padding-top:150px;
	padding-bottom:100px;
}

a:link { color:#E087B7; text-decoration:none; }
a:visited { color:#E087B7; text-decoration:none;  }
a:focus { color:#E087B7; text-decoration:underline; }
a:hover { color:#E087B7; text-decoration:underline; }
a:active { color:#E087B7; text-decoration:underline; }

h1 {
	line-height: 120%;
	font-size: 22pt;
	font-weight: normal;	
}

h2 {
	line-height: 120%;
	font-size: 16pt;
	font-weight: normal;	
}

p {
	line-height: 150%;
	font-size: 12pt;
	font-weight:normal;
}

li {
	line-height: 150%;
	font-size: 12pt;
	font-weight:normal;
}

.zitat {
	background:url('bilder/zitat.png') no-repeat left top;
	text-align: left;
	padding-left:80px;
	padding-right:100px;
	margin-bottom:0px;
}

.quelle {
	text-align: right;
	margin-bottom:50px;
}

ul {
    list-style:none;
}

ul li {
    background:url('bilder/bullet.png') no-repeat left top;
    padding-left:30px;
	margin-bottom:20px;
}