.text_box1 h1 {
	color: #FF00CC;
	font-size: 1.6em;
	line-height: 2em;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #666666;
	margin-bottom: 20px;
}

.text_box1 h2 { margin-bottom: 20px; }

.text_box1 h3 { }

.text_box1 h4 { }

.text_box1 h5 { }

.text_box1 h6 { }

.text_box1 ul, .text_box1 ol {
	display: block;
	background: #990099;
	padding: 10px 10px 10px 50px;
	margin: 10px 10px 10px 0;
}

.text_box1 ul li, .text_box1 ol li { line-height: 1.5em; }

.text_box1 a { color: #333333; }

.text_box1 a:hover { color: #999999; }

.text_box1 .floatLeft {
	margin: 10px;
	float: left;
}

.text_box1 .floatRight {
	margin: 10px;
	float: right;
}

.text_box1 .center {
	text-align: center;
	display: block;
}

.text_box1 .center img {
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #666666;
}

.text_box1 p { margin: 10px 10px 10px 0; }

#language ul {


}

#language ul li{
display: inline;
list-style: none;

text-transform: capitalize;

}

#language li.current {
color: #FFFFFF;
font-weight: bold;


}

#language ul li a{
color: #FF00FF;


}

#rechtes .text_box1 p a.extern {
	color: #FF00FF;
	font-weight: bold;
	text-decoration: none;
}

/*###   FLASHPLAYER   #####################################*/

#player{margin-top: 10px;

}

/*###   YOUTUBE Player   #####################################*/

#youtube {
background: #333333;

border: #333333 6px solid;
margin-top: 10px; margin-bottom: 10px;
width: 430px;

}

/*###   YOUTUBE ARTIKELLISTE   #####################################*/



#rechtes #artikelliste_youtube a.faq {
	color: #b01a79;
	background: url(youtube.jpg) left no-repeat;
	padding-left: 80px;
}

#rechtes #artikelliste_youtube a.faq:hover {
	color: #FFFFFF;
	background: url(youtube_hover.jpg) left no-repeat;
}



/*###   MODUL EXTERNE LINKS   #####################################*/


#rechtes a.faq {
background: url(images/movieclip.png) left no-repeat;
	color: #FF00FF;
	font-size: large;
	font-weight: bold;
	line-height: 35px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	text-decoration: none;
}

#rechtes a.faq:hover {
	color: #FFF;
	background: url(images/movieclip_hover.png) left no-repeat;
	
}

#rechtes .text_box1 p a.extern:hover { color: #FFF; }

#rechtes .text_box1 p a { color: #FFFFFF; }

#rechtes a {
	color: #FF00FF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

#rechtes a:hover { color: #FFF; }

#rechtes .center #player { margin-bottom: 20px; }

#footer .text_box1 p {
	line-height: 30px;
	margin-top: 10px;
	display: block;
	letter-spacing: 0.2em;
	color: #999999;
}

#footer .text_box1 .extern {
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-decoration: none;
}

#footer .text_box1 .extern:hover {
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-decoration: none;
}

#rechtes2 img {
	text-align: center;
	display: block;
	margin: 10px auto;
	padding: 2px;
	border: 1px dotted #CCCCCC;
}

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

#rechtes a.neuereintrag {
	color: #CCCCCC;
	font-size: 1.5em;
	background: #997998;
	border: #FFFF00 2px solid;
	margin-bottom: 20px;
	padding: 5px;
	text-decoration: none;
}

#rechtes a.neuereintrag:hover {
	color: #FFF;
	background: #e90ae1;
}

/* Formular */
#rechtes form.a63-form { margin-bottom: 20px; }

#rechtes form.a63-form fieldset { border: none; }

/* Eingabefelder */
#rechtes .a63-form input {
	border: #FFFF00 1px solid;
	margin: 1px 2px 1px 2px;
	padding: 5px;
	width: 300px;
	background-color: #FF00FF;
	font-weight: bold;
	color: #FFFFFF;
}

/* Text-Eingabefeld*/
#rechtes .a63-form textarea {
	height: 150px;
	width: 300px;
	overflow: auto;
	border: #FFFF00 1px solid;
	margin: 1px 2px 1px 2px;
	padding: 5px;
	height: 100px;
	width: 300px;
	background-color: #FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* Beschriftungen der Eingabefelder */
#rechtes .a63-form label {
	width: 100px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	color: #FF00FF;
}

/* Buttons */
#rechtes .a63-form .a63-fsubmit {
	width: 100px;
	margin-top: 10px;
	
	background-color: #563c55;
}

#rechtes .a63-form .a63-fsubmit:hover {
	width: 100px;
	background-color: #bf12b9;
}

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

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

/* Fehlermeldungs-Layer*/
#rechtes .a63-form ul.error li {
	border: #FF0000 1px solid;
	color: #FFFF00;
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

/*
  Listen Styles
*/


/* Einträge-Layer */


#rechtes .a63-entries center table tr { color: #00FFFF; text-align: left; }

#rechtes .a63-entries center table tr td { padding: 10px; }

#rechtes .a63-entries .a63-entry {
	padding-bottom: 10px;
	border-bottom: 1px dotted #859885;
}

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

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

/* Pagination-Links */
#rechtes .a63-entries .a63-pagination a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

#rechtes .a63-entries center table {
	width: 700px;
	float: left;
	margin-bottom: 20px;
}

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

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

/*
  Allgemeine Formatierungen
*/

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

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

/* Mozilla */
li.a63-pagination {
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
}

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

/*#######   BILDERGALERIE - KATEGORIEN   ###########################################################*/


#rechtes .photo {
	position:relative;
	font-family:arial;
	overflow:hidden;
	width:150px;
	height:150px;
	border:5px solid #EFEFEA;
	background-color:#F5F5F1;
	-moz-border-radius:3px;
	float:left;
	margin: 5px;
	text-align:center;
}

#rechtes .photo .heading, .photo .caption {
	position:absolute;
	background:#000;
	height:30px;
	width:150px;
	opacity:0.6;
}

#rechtes .photo .heading { top:-30px; }

#rechtes .photo .caption {
	bottom:-30px;
	left:0px;
}

#rechtes .photo .heading span {
	color:#26c3e5;
	top:-30px;
	font-weight:bold;
	display:block;
	padding:5px;
}

#rechtes .photo .caption span {
	color:#999;
	font-size:9px;
	display:block;
	padding:5px;
}

/*#######   BILDERGALERIE - EINZELNE BILDER   ###################################*/
#rechtes.rexfancy-images { width: 730px; }

#rechtes .rexfancy-images a.fancyimages {
	margin: 0;
	padding: 0;
}

#rechtes .rexfancy-images a.fancyimages img { margin: 5px; border: #FFFFFF 4px solid; }

/*#######   KONTAKT   ###########################################################*/

#rechtes .formgen {
	width: 600px;
	font-size: 1em;
}

#rechtes input.formtext {
	color: #FFFFFF;
	width: 250px;
	margin-left: 19px;
	margin-bottom: 5px;
	padding: 4px;
	font-size: 1.1em;
	background-color: #990066;
	border: 1px solid #666666;
}

#rechtes .formgen .formtextfield {
	color: #FFFFFF;
	width: 350px;
	height: 150px;
	margin-left: 40px;
	border: 1px solid #cccccc;
	background-color: #990066;
	border-color: #666666;
	overflow: auto;
	vertical-align: top;
}

#rechtes .formgen fieldset label {
	width: 120px;
	float: left;
	margin-bottom: 5px;
	height: 20px;
	font-weight: bold;
}

#rechtes .formgen .formsubmit {
	width: 80px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 135px;
}

#rechtes legend { display: none; }

#rechtes .fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#rechtes .formgen .formerror {
	border-bottom-width: 1px;
	color: #FF0000;
}

#rechtes .formcaptcha {
	border:  #FF00FF 1px solid;
	margin-left: 140px;
	margin-right: 10px;
	vertical-align: top;
}

#rechtes .formgen .formreq { color: #006633; }

#rechtes #el_7 { margin-left: 31px; }

#rechtes .forminfo {
	color: #FFFF00;
	font-weight: bold;
	font-size: large;
	margin-bottom: 15px;
}

#rechtes #form-module-thanks p {
	color: #FFFF00;
	font-weight: bold;
	font-size: large;
	margin-bottom: 15px;
}

#outer #wrapper #rechtes p.extlink_block {
	font-size: 1.5em;
	margin-bottom: 15px;
}


