﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #009946;
	width: 100%;
	overflow: hidden;
	min-width: 350px;
}
/* Formatvorlagen für gesamten Container (=body) */
#container {
	top: 5px;
	width: 786px;
	background-color: #FFFFFF;
	position: relative;
	margin-left:auto;
	margin-right:auto;	
}
/* Formatvorlagen für Mastertitel */
#masterhead {
	width: auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	left: inherit;
}
#masterheadtext {
	border: 0;
	z-index: 1;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-large;
	font-style: normal;
	color: #FFFFFF
}
/* Formatvorlagen für Menü */
#menuhead {
	position: relative;
	top: 1px;
	background-color: #FFFFFF;
	z-index: 1;
}
/* Formatvorlagen für page content mit den column_l und _r */
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0;
	border-top-style: none;
	top: 2px;
	background-color: #EEEEEE;
}
#column_l {
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	width: 180px;
	padding: 0 2%;
	background-color: #fff;
	background: #cdf;
}
#ebene_l {
	text-align: center;
	top: 30px;
}

#column_r {
	position: relative;
	float: none;
	left: 220px;
	width: 560px;
	padding: 0 0 5px 0;
}
#ebene_r {
	top: 20px;
	font-size: medium;
	z-index: 0;
	text-align:left
}
#ebene_r h1{
	padding: 5px 0 0 0;
	z-index: 1;
	border-bottom-style: dashed;
	border: thin;
	border-color: transparent transparent #C0C0C0 transparent;
	width: 555px;
}

/* Formatvorlagen für Fußzeile */
#footer {
	position: relative;
	top: 2px;
	left: 0px;
	width: 100%;
	overflow: auto;
	background-color: #dfcfbf;
	font-size: medium;
	font-style: normal;
	padding-bottom: 5px;
}
#footer p {
	font-size: small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	background-color:#EEDD99;
	text-decoration: none;
}
#footer_r {
	z-index: 1;
	position: absolute;
	top: 5px;
	width: 60px;
	right: 5px;
}
/* Formatvorlagen für die Navigation */


/* Inhaltsformatvorlagen */
h1 {
	font-size: 1.75em;
	color: #469;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

/* Formatvorlagen für Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.Text1 {
	font-size: medium;
}
.Text2 {
	font-size: medium;
	margin-top: -1.8ex;
	list-style-type: square;
	list-style-position: outside;
}
/* für Fotoalbum, die in den Seiten eingefügt werden*/
.smallimagecaption {
	color: #333333;
	font-size: x-small;
	font-size: 12px;
}
