/* ### headlines ############################################################ */

#content h1 {
	font-size:1.8em;
	font-weight: bold;
	line-height:1.8em;
	color: #D00;
	display: block;
	border-bottom: 5px solid #3130BA;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#content h2 {
	font-size:1.4em;
	font-weight: bold;
	line-height:1em;
	margin: 0;
	color: #FF0;
	display: block;
	padding: 20px 0 10px 0;
}

#content h3 {
	color:#90B0BF;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#content h4 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#content h5 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#content h6 {
	background: inherit;
	color:#c4c4c4;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}

/* ### Inhalte ############################################################ */

div#content .txt-img {
	line-height: 1.2em;
	padding: 0 100px 15px 100px;
}

div#content .linkliste {
	padding: 0 0 20px 0;
}

div#content .linkpic {
	padding: 15px 0 5px 0;
}

div#content .link_txt {
	font-size:1.2em;
	line-height: 1.3em;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	width: 100%;
	font-size: 0;
	visibility: hidden;
}

img {
	border: none;
}


/* ### Images ############################################################ */

.pleft {
	float: left;
	margin: 30px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 6px;
	margin-left: 8px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
	border: none;
	padding: 10px;
}


/* Definition der KLassen für 2.Stil (z.B. mit Rahmen) */

.pleft_b {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 6px;
	margin-left: 8px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}

/* ### Hyperlinks ######################################################### */

#content a, 
#content a:link {
	color: #D00;
	text-decoration: underline;
}

#content a:hover {
	color:#900;
	text-decoration: none;
}


/* ### Paragraphs ########################################################## */

#content p {
	margin: 0;
	padding: 5px 0;
	font-size:1.2em;
	line-height: 1.3em;
}

#nav p {
	margin-bottom:1.2em;
}

div#events div,
div#news div {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
}

div#events h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #FFF;
}

div#events .events_timer {
	padding: 0 5px 0 0;
	margin: 0;
	color: #fff;
	float: left;
}

div#news .events_timer {
	padding: 0 5px 0 0;
	margin: 0;
	color: #fff;
	float: left;
}


div#events p,
div#news p{
	padding: 0;
	margin: 0 0 0 0;
}

div#events a.title,
div#news a.title{
	color: #CA9631;
	text-decoration: none;
}

div#events a.title:hover,
div#news a.title:hover {
	text-decoration: underline;
}

div#events a.more {
	color: #fff;
	text-decoration: underline;
}

.column {
	float:left;
	padding:0pt 25px 0pt 0pt;
	width:29%;
}
.clearfix {
	clear:both;
	display:block;
}

/* ### Tables ############################################################## */

#content table {
	font-size:1.2em;
	line-height:1.6em;
}

#content td {
	padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#content blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#content ul, 
#content ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}

#content ol li {
	margin:0 30px 0 30px;
	padding: 8px 0;
	color: #999;
} 

#content ul li {
	margin:0 0 0 20px;
	padding: 0;
	list-style-type:square;
}

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding: 20px 0 0 0;
	margin-left: 300px;
	width: 300px;
	text-align: left;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 0px;
	
}
 .forminfo 
{
	width: 294px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 302px;
	height: 200px;
	border: 1px solid #3130BA;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 150px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #3130BA;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
}



/* Label */
.formgen label {
	width: 130px;
	clear: left;
	float: left;
	height: 20px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100px;
	text-align: center;
	padding: 2px 0;
	background-color: #F00;
	border: 0px solid #3130BA;
	color: #FFFFFF;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #F00;
}

.formgen .formheadline {
	color: #3130BA;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

	
.rexfancy-images {
	padding: 0 100px;
}
	
div.rexfancy-images img
{
    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:5px;
    -moz-border-radius:3px;
    margin:5px;
}

.rexfancy-images-hk2 {
	text-align: center;
}
	
div.rexfancy-images-hk2 img
{
    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:5px;
    -moz-border-radius:3px;
    margin:5px;
}

div.clear-rexfancy
{
    float:none;
    clear:both;
}

/*
 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;
  margin-left: 251px;
}

.a63-form fieldset {
	border: none;
}

.a63-form legend {
	visibility: hidden;
}


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

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

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

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


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

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

#content p.a63-buttons {
  padding: 0 0 0 58px;
}

#content p.a63-pflicht {
  padding: 10px 0 30px 128px;
  text-align: left;
}

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

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}



/*
  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 {
  
}

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

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

ul.a63-pagination {
	padding:0;
	margin: 0;
}

.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*/
}



