
body {
margin:50px;
}

.container {
margin-bottom:15px;
}

p, li {  
  font-family: georgia, times, Times New Roman, times-roman, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px -10px 0px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: regular;
}

li {
padding-left:0px;
margin-left:-25px;
}

h1 {
  font-family: georgia, times, Times New Roman, times-roman, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 20px 0px;
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
	font-style:italic;
}

h2 {
  font-family: georgia, times, Times New Roman, times-roman, serif;
	color: #444;
	margin: 0 0 5px 0;
	padding: 25px 0px 0px 0px;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
}

img { border:none;}


a:link {color: #444} /* unvisited link */
a:visited {color: #444} /* visited link */
a:hover {color: #CC0000} /* mouse over link */
a:active {color: #CC0000} /* selected link */

.ankuendigung {
position: fixed;
top:40px;
right:40px;
background-color: red;
color:white;
font-size: 30px;
width:280px;
padding:30px;
}
