html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #EBD7AC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#seite	{
	width: 100%;
	min-width: 960px;
	background-color: #ADB5B1;
	background-image: url(bilder/bg-seite.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#footer	{
	clear: both;
	width: 100%;
	min-width: 960px;
	height: 150px;
	background-image: url(bilder/bg-footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	color: #FDFDF3;
	font-weight: bold;
	font-size: 0.8em;
}

#footer .schrift	{
	padding-top: 15px;
}

#footer a	{
	text-decoration: underline;
	color: #FDFDF3;
}

#footer a:hover	{
	text-decoration: none;
	color: #CCCE68;
}

#wrapper	{
	width: 960px;
	padding-top: 500px;
	text-align: left;
	margin: 0 auto;
}

#oben	{
	width: 960px;
	height: 30px;
	background-image: url(bilder/bg-oben.jpg);
}

#unten	{
	width: 960px;
	height: 50px;
	background-image: url(bilder/bg-unten.jpg);
	clear: both;
}

#navi	{
	width: 230px;
	background-image: url(bilder/bg-navi.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
}

#navi .unten	{
	width: 230px;
	height: 20px;
	background-image: url(bilder/navi-unten.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#navi ul	{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	width: 200px;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}

#navi li	{
	padding: 0;
	margin: 0;
}

#navi .abstandli	{
	padding-bottom: 5px;
}

#navi a	{
	width: 200px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	background-color: #595959;
	padding-bottom: 13px;
	padding-top: 13px;
}

#navi a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #969696;
}

#inhalt	{
	float: left;
	width: 525px;
	background-image: url(bilder/bg-inhalt.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 10px;
}

#text	{
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#text h1	{
	font-size: medium;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-left: 15px solid #969696;
	border-top: 2px solid #969696;
	border-bottom: 2px solid #969696;
	color: #595959;
}

#text h2	{
	font-size: small;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #FDFDF3;
	color: #595959;
}

#text h3	{
	font-size: 22px;
	color: #969696;
	text-align: center;
	border-bottom: 1px solid #6A767B;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#galerien	{
	float: right;
	width: 190px;
}

a.navi:link 	{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #595959;
	padding: 2px 4px 2px 4px;
}

a.navi:visited 	{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #595959;
	padding: 2px 4px 2px 4px;
}

a.navi:hover 	{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #969696;
	padding: 2px 4px 2px 4px;
}

a.navi:active 	{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #595959;
	padding: 2px 4px 2px 4px;
}

a.gallistnavi:link 	{
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.gallistnavi:visited 	{
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.gallistnavi:hover 	{
	text-decoration: none;
	color: #781188;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.gallistnavi:active 	{
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.pressenavi:link 	{
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.pressenavi:visited 	{
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.pressenavi:hover 	{
	text-decoration: none;
	color: #781188;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.pressenavi:active 	{
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.rahmen	{
	border: 5px solid #595959;
}

.linkliste li	{
	padding-bottom: 5px;
}

.nolist	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.nolist li	{
	padding-bottom: 1em;
}

.fettgruen	{
	color: #CCCCCC;
	font-weight: bold;
}

.fettblau	{
	color: #781188;
	font-weight: bold;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.kurse li {
	padding-top: 5px;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

form .formText {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  margin-top: 15px;
}

input, textarea, select {
  font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-left: 1px solid #BA187D;
  border-top: 1px solid #BA187D;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 15px;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 92%;
  height: 45px;
  line-height: 25px;
  color: #FDFDF3;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 10px 5px 25px;
  margin: 10px 0;
  border-top: 3px solid #781188;
  border-bottom: 3px solid #781188;
  background-color: #E93413;
}

input.button {
  padding: 0 4px;
  color: #FDFDF3;
  width: 180px;
  height: 39px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  margin-left: 148px;
  margin-top: 20px;
  display: block;
  clear: both;
  background-color: #595959;
}
