html, body {
	width: 100%;
	height: 100%;
	background-color: White;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	max-height: 100%; 
	max-width: 100%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7F112C;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #7F112C;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: Black;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #7F112C;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 165%;
	color: Black;
	margin: 0px 0px 5px 0px;
}

cite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 165%;
	color: Black;
	padding-left: 20px;
}

a {
	font: inherit;
	color: #7F112C;
	text-decoration: none;
}

a:hover {
	font: inherit;
	color: #7F112C;
	text-decoration: underline;
}

#navi {
	margin: 30px 10px 0 10px;
}

.navilink {
	margin-top: 3px;
	border-bottom: 1px solid #7F112C;
	height: 24px;
}

.navilink a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: Black;
	text-decoration: none;
}

.navilink a:hover {
	color: #7F112C;
	font-weight: bold;
	padding-left: 0px;  /*Einr?cken bei Hover*/
}

#impressum {
	margin-top: 3px;
	height: 20px;
}

#impressum a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: Black;
	text-decoration: none;
}

#impressum a:hover {
	color: #7F112C;
	font-weight: bold;
	padding-left: 0px;  /*Einr?cken bei Hover*/
}

.maillink {
	text-decoration: none;
	color: #7F112C;
}

.maillink:hover {
	font-weight: bold;
}

.imagelink {
	margin-right: 20px;
}

.histlink {
	margin: 0px 20px 20px 0px;
	display: block;
	float: left;
}

.histimg {
	float:left;
	}

td {
	width: auto;
	padding-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 135%;
	color: Black;
}

.tag { /*Wochentag hervorheben*/
	font-weight: bold;
	color: #7F112C;
}

.content {
	color: maroon;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	overflow: auto;
	position: absolute;
	left: 279px;
	top: 162px;
	right: 10px;
	bottom: 10px;
	width: 650px;
	height: auto;
	background-image: url(./img/content_bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 50px 50px 25px;
}

* html .content {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: White;
	border: solid;
	border-color: White;
	border-top-width: 142px;
	border-left-width: 223px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.content li
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 135%;
	color: Black;
}

.content img {
	border: 2px solid #7F112C;
}

#rand_links { /*neben Navi*/
	position: absolute;
	left: 0px;
	top: 0px; 
	float: left;
	width: 49px;
	height: 650px;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 49px;
	top: 0px;
	width: 172px;
	height: 201px;
	z-index: 3;
}

#linie { /*Trennlinie zw. Navi u. Content*/
	position: absolute;
	left: 221px;
	top: 0px;
	width: 2px;
	height: 560px;
	z-index: 4;
}

.content .line_h { /*Horizontale Trennlinie fuer Fliesstext*/
	border: none;
	margin: 5px 0px 7px 0px;
}

#kopfleiste {
	position: absolute;
	left: 223px;
	top: 0px;
	width: 624px;
	height: 142px;
	z-index: 5;
}

#standardevents { /*regelmaessige Veranstaltungen*/
	position: relative;
	left: 15px;
	font-style: italic;  
}

/* Temp Styles */
code {
	color: Red;
	font-weight: bold;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
