﻿/* ################################################################# */
/* CSS - Webpage */

* {
  	margin: 0px;
  	padding: 0px;
   	font-family: verdana;
  	text-decoration: none;
  	font-size: 12px;	
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #990026;
	background-image: url('background.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	text-align: center;
}

#page {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	margin: 0 auto;	
}

#header {
	position: absolute;
	left: 0px;
	width: 900px;
	height: 249px;
}
#header img {
	border: 0px;
}

#menu {
	position: absolute;
	top: 248px;
	left: 0px;
	width: 898px;
	height: 30px;
	margin: 0;
	list-style-type: none;
	background-image: url(title_bg1.gif);
	background-repeat: repeat-x;
	border: 1px solid white;

}
#menu li {
	display: inline;
	line-height: 30px;
	padding: 0 0 0 0;
	float: left;
}
#menu li a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 7px 0 7px;
	width: auto;
	line-height: 30px;
	border-top: none;
	border-right: 1px solid white;
	border-bottom: none;
	border-left: none;
}

#menu li ul {
	position: absolute;
	top: 30px;
	left: -1px;
	width: 898px;
	height: 21px;
	margin: 0;
	list-style-type: none;
	background-image: url(subtitle_bg1.gif);
	background-repeat: repeat-x;
	border: 1px solid white;
} 
#menu li ul li {
	display: inline;
	line-height: 21px;
	padding: 0 0 0 0;
	float: left;

} 
#menu li ul li a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 7px 0 7px;
	width: auto;
	line-height: 21px;
	border-top: none;
	border-right: 1px solid white;
	border-bottom: none;
	border-left: none;
}

#middle {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 900px;
}

#mline {
	position: absolute;
	top: 279px;
	left: 0px;
	width: 898px;
	height: 21px;
	margin: 0;
	list-style-type: none;
	background-image: url(subtitle_bg1.gif);
	background-repeat: repeat-x;
	border: 1px solid white;
}


#left {
	width: 280px;
	float: left;
	
}
#right {
	width: 588px;
	float: right;
	text-align: left;
}

#right h1 {
	margin: 0 0 20px 0;
  	font-size: 18px;
  	text-align: left;
  	color: #781A29;
}
#right h2 {
	margin: 0 0 20px 0;
  	font-size: 14px;
    text-align: left;
}
#right h3 {
	margin: 0 0 20px 0;
  	font-size: 12px;
	text-align: left;
}

#right p {
	margin: 5px 5px 5px 5px;
}

#right a {
	color: #000;
}

#content {
	background-color: white;
	border: 1px solid white;
	padding: 15px 12px 15px 12px;
	background-color: white;
	background-image: url('content_bg.gif');
	background-position: 0 0;
	background-repeat: repeat-x;

}

#box {
	margin: 0 0 10px 0;
	width: 272px;	
	border: 1px solid #751927;
}
#box h2 {
	padding: 8px;
	height: 37px;
	color: white;
	background-image: url('boxtitle.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	text-align: left;
}
#box p.pr {
	margin: 0 0px 0px 10px;
	color: #731927;
	text-align: left;
	font-weight:bold;
}
#box p.pw {
	margin: 0 10px 10px 10px;
	color: #000000;
	text-align: left;
}

#footer {
	padding: 8px 0 0 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: left;
	/*background-color: #990026;*/
}
#footer a {
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*
 Guestbook Addon
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/


/* Formular */
.a63-form {
  width: 400px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px solid #990026;
  margin: 1px 2px 1px 2px;
  width: 250px;
  background-color: #F6F4EF;
  padding: 5px;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 150px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 80px;
  float: left;
  padding-left: 5px;
  padding:5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 92px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  padding: 0px 5px 5px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form .error {
  font-weight: bold;
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #990026;
}





/*
  Listen Styles
*/


/* Eintr�ge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  m�glichst unauff�llig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}



/* EVENTS */

.eventlist {
	width: 600px;
}

h3 {
margin: 0;
padding: 0;
color: #982134;
}

/* Buchung */

#doform143 {
  width: 400px;
}

/* Eingabefelder */
#doform143 input, #doform143 textarea {
  border: 1px solid #990026;
  margin: 1px 2px 1px 2px;
  width: 230px;
  background-color: #F6F4EF;
  padding: 5px;
}

#doform143 input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
#doform143 textarea {
  height: 150px;
}

/* Beschriftungen der Eingabefelder */
#doform143 label {
  width: 135px;
  float: left;
  padding-left: 5px;
  padding:5px;
}


/* Buttons */
#doform143 .formsubmit {
  width: 150px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
  margin-left: 150px;
  }

.forminfo {
	padding: 0px 5px 5px 0px;
	font-weight: bold;
	color: red;
	padding-bottom: 15px;
}
  
.formerror {
  font-weight: bold;
  color: red;
}

#form-module-thanks {
	color: green;
	font-weight:bold;
}
