body {
  padding: 0;
  margin: 0;
  font-family: "Arial";
background: #CCC;
}

html {
  padding: 0;
  margin: 0;
}

.zuruck {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#header {
  height: 180px;
  width: 100%;
  position: fixed;
  background: url(../image/kachel.png);
  background-repeat: repeat;
} 

#left {
  width: 200px;
  height: 100%;
  position: fixed;
  background: url(../image/kachel2.png);
  background-repeat: repeat;
}

#c_left {
  padding-top: 200px;
  padding-left: 15px;
}

#content {
  position: absolute;
  top: 180px;
  padding-left: 200px;
}

#inhalt {
  background: #CCC;
  padding-left: 30px;
  padding-top: 15px;
  padding-right: 10px;
  width: 100%;
}

#c_header {
  padding-top: 10px;
  padding-left: 10px;
}

h1 {
  color: #000000;
  font-size: 16pt;
  font-family: "Purisa";
  margin-top: 0;
}

h2 {
  color: #000000;
  font-size: 14pt;
  font-family: "Cortoba";
  margin-top: 10px;
  line-height: 100%;
}

hr {
  margin-bottom: 20px;
  width: 100%;
}

blockquote {
  text-align: center;
  border-color : #000000;
  border-style : outset;
  padding: 10px;
  margin-top: 20px;
  font-style: italic;
  font-weight: bold;
}
.event {
	background-color: #FFFFFF;
	color: #000000;
}

.article {
	background-color: #FF0000;
	color: #000;
}

.news {
	background-color: #00FF00;
	color: #000;
}

#news_content {
	margin-top: 50px;
	margin-left: 50px;
	font-size: 12pt;
	font-family: "Purisa";
}

.error {
  color: red;
  font-size: 9pt;
}

#login {
	position: fixed;
	z-index: 5;
	left: 0px;
	bottom: 50px;
	width: 200px;
	text-align: center;
}

#logged_in {
  position: fixed;
  right: 0;
  width: 250px;
  top: 100px;
  font-weight: bold;
}
