body {
    padding: 0;
    margin: 0;
    color: #3B5767;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    background-image: url(../template_img/bg.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
		background-attachment:fixed;
}

h1 {
	margin:30px 0 0px 0px;
	padding-left:20px;
	width:auto;
	font-weight:bold;
	border-bottom:1px solid #9BB9CB;
}

h2 {
    font-size: 14px;
    font-weight: bold;
	margin: 0.83em 0;
}

h3 {
  font-size: 12px;
	margin: 1em 0;
	color: #9BB9CB;
	  font-weight: bold;
}

h4 {
    font-size: 10px;
    color: #9BB9CB;
	 margin: 1.33em 0;
}

a img {
    border: 0;
}

:focus {
	outline: 0;
}

.autoclear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.autoclear {
    display: inline-block;
}

.autoclear {
    display: block;
}* html .autoclear {
    height: 1%;
}

hr, br.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
    visibility: hidden;
    width: 100%;
}

.HeaderIcons {
	height:28px;
	width:150px;
	margin:25px 0 0 22px;
}

.HeaderIcons img{
	margin:0 5px 0 0;
}

/*/#############  Ende Body ################/*/
/*/#############  container gesamt ################/*/
.container {
    /*background-color:#efefef;*/
    width: 1000px;
		height:100%;
    margin-left: 10px;
    padding-top: 0px;
    display: block;
    position: relative;
		overflow:hidden;
}

/*/#############  bredcrumb ################/*/


/*.bcBG {
    float: right;
    border: 0px;
    padding: 0;
    width: 763px;
    height: 43px;
    background-image: url(../template_img/breadcrumbBGgif.gif);
    background-repeat: no-repeat;
    position: relative;
}

.bcBG p {
    list-style-type: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    float: left;
    margin: 14px 0 14px 30px;
}

.bcBG ul li {
    list-style-type: none;
    color: #ffffff;
    margin-top: 15px;
}

.bcBG ul li a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    margin-left: 8px;
}

.bcBG ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    margin-left: 8px;
}*/



/*/#############  Background ################/*/

#page_box_oben {
	background-image: url(../template_img/trans.png);
  background-repeat: no-repeat;
	position: relative;
	width:963px;
	height:25px;
 }
 
#page_box_content {
	background-image: url(../template_img/contentBG.png);
  background-repeat: repeat-y;
	position: relative;
	width:963px;
	height:auto;
 }
 
#page_box_footer{
	background-image: url(../template_img/footerBG.png);
  background-repeat: no-repeat;
	position: relative;
	width:963px;
	height:25px;
 }
 
 
 /*#bottom_box {
 position: relative;
 margin: 0 auto;
 padding: 0;
 width: auto;
 height: 0px;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../template_images/box_verlauf_bottom.png');
 background-repeat: repeat-y;
 }
 */
/*/#############  Menu ################/*/
 
.mainmenue .ebene1 {
	display:inline;
	border:0px solid green;
	float:right;
	width:583px;
	height:125px;
	margin-top:0;
	padding-top:0;
	background-image: url(../template_img/menueBG.png);
  background-repeat: repeat-x;
	position:relative;
	overflow:hidden;
 } 
  .mainmenue .ebene1 ul{
	position:relative;
	overflow:hidden;
	margin:0px 0 0 8px;
	padding:0;
	height:93px;
	border:0px solid red;
	float:left;
 }
 .mainmenue .ebene1 ul li {
	display:inline;
	border:0px solid red;
	color:#fff;
	height:93px;
	margin:0;
	padding:0;
	float:left;
 }
 
.mainmenue .ebene1 ul li a:link, .mainmenue .ebene1 ul li a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:60px 0px 0 0px;
	border:0px solid black;
	height:93px;
	width:71px;
	float:left;
	text-align:center;
 }
 
 .mainmenue .ebene1 ul li a:hover, .mainmenue .ebene1 ul li a.CUR{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:60px 0px 0 0px;
	border:0px solid black;
	height:93px;
	width:71px;
	float:left;
	vertical-align:center;
	background-color:#3B5767;
	}
 



 /*/#############  Content ################/*/
 
 #logo105 {
    display: block;
    top: 10px;
		left:10px;
		width:auto;
		float:left;
		position:absolute;
		z-index:10;
		width:47px;
		height:35px;
}
 
 .content {
	width:916px;
	min-height:703px;
	border:0px solid green;
	margin-left:22px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	background-image: url(../template_img/verlauf_unten.gif);
  background-repeat: repeat-x;
	background-position:bottom;
 }
 
 #page_box_content .content .cleft {
    position: relative;
    width: 332px;
		height:703px;
    margin: 0px 0 0;
    padding: 0px 0px 0px 0px;
    background-color: #B2B9BD;
    float: left;
		z-index:0;
}

#page_box_content .content .cmiddle {
    position: relative;
    width: 313px;
		margin-right:10px;
    float: left;
		border: 0px solid blue;
}

#page_box_content .content .cmiddle p{
		width:auto;
		margin-left:20px;
		}

#page_box_content .content .cright {
    position: relative;
    width: 256px;
    float: left;
		border: 0px solid red;
}

#page_box_content .content .cright p{
		width:auto;
		margin-left:15px;
		}

 
.HandelRechts {
	height:295px;
	width:256px;
	background-color:#EAEAEA;
	margin-top:0;
	padding-top:0;
	float:left;
	margin-bottom:20px;
}
 
 
.HandelRechts .sectiontext{
	margin-top:0;
	padding-top:0;
}
 
#page_box_content .content .cwide{
		width:565px;
		margin-left:15px;
		border:0px solid red;
		height:100%;
		float:right;
		position:relative;
		overflow:hidden;
	}
	
#page_box_content .cwide .sectiontext {
	width:550px;
}

#page_box_content .cwide .section-txtpic {
		float:left;
		margin:0 0 60px 0;
}

#page_box_content .cwide .section-txtpic .pic img {
		float:left;
		margin:0 10px 10px 0;
}

.VideoTitle {
	margin:20px 0 10px 0;
}

/*----------Aktuelles mir Galerie -----------*/


.aktuelles-galblock {
    padding-bottom: 10px;
    width: auto;
    height: auto;
    border-bottom: 1px solid #3B5767;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 6px;
		
}

.gal-fotos {
    padding-bottom: 10px;
    margin: 0;
}

.gal-fotos a {
    margin: 0 10px 10px 0;
}

.aktuelles-galblock img.newsbild {
    float: left;
    margin: 4px 10px 10px 0;
    border: 0px;
		width:120px;
}

.aktuelles-galblock h2 {
    font-size: 14px;
    color: #3B5767;
    border: 0px solid red;
    margin: 4px 0px 4px 0px;
		margin-left:20px;
}

.aktuelles-galblock p {
    padding-left: 0;
    position: relative;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    line-height: 19px;
}

.aktuelles-galblock p.datum {
    width: 313px;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
}

.aktuelles-galblock p.gal-link {
    /*clear:left;*/
}


.cd_box {
	background: url(/files/cd_box.gif) 0 0 no-repeat #fff;
	position: relative;
	width: 214px;
	height: 106px;
	overflow: hidden;
	float: right;
}

.cd_box1 {
	position:absolute;
	top:47px;
	left:50px;
}

.cd_box2 {
	position:absolute;
	top:47px;
	left:100px;
}

.cd_box3 {
	position:absolute;
	top:47px;
	left:170px;
}

.cd_box4 {
	position:absolute;
	top:75px;
	left:53px;
}

.cd_box5 {
	position:absolute;
	top:75px;
	left:130px;
}


/*----------Aktuelles Startseite* --------------*/
#aktuelles-box {
    width: 313px;
    height: auto;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
}

.aktuelles-link {
    padding-bottom: 10px;
    width: 313px;
    height: auto;
    border-bottom: 1px dotted #000000;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 6px;
    line-height: 19px;
}

.aktuelles-link img {
    float: left;
    margin: 4px 10px 10px 0;
    border: 0px;
    position: relative;
}

.aktuelles-link p .markitup {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    line-height: 19px;
}

.markitup {
    margin: 0px;
    padding: 0px;
}

.aktuelles-link h1 {
    width: 313px;
    font-size: 18px;
    color: #3B5767;
    margin: 0 0px 4px 0;
    padding: 0 0px 0px 0;
    position: relative;
}

.aktuelles-link h2 {
    font-size: 14px;
    color: #3B5767;
    border: 0px solid red;
    margin: 4px 0px 4px 0px;
}

.aktuelles-link a {
    color: #3B5767;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.aktuelles-link p.datum {
    width: 313px;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
}

.aktuelles-link p.subline {
    width: 313px;
    margin: 0px 0px 0px 0;
    position: relative;
}

/*----------------------------------------- Start Kontaktformular ---------------------------------------------
#doform557 {
    vertical-align: top;
    font-size: 1em;
    font-weight: normal;
    padding-top: 12px;
    line-height: 25px;
    padding-left: 20px;
}

#doform557 .formgen {
    position: relative;
    float: left;
}

#doform557 .formblock {
    float: left;
}

#doform557 .formsubmit {
    margin-top: 20px;
    float: left;
    background-color: #003B60;
    border: 2px solid green;
    color: #ffffff;
    font-size: 11px;
}

#doform557 .formtext {
    width: 200px;
    font-size: 1.2em;
}

#doform557 .fieldset {
    font-size: 1em;
    line-height: 25px;
    margin-left: 0px;
}

#el_0 {
    position: absolute;
    left: 280px;
}

#el_1 {
    position: absolute;
    left: 280px;
}

#el_2 {
    position: absolute;
    left: 280px;
}

#el_3 {
    position: absolute;
    left: 280px;
}

#el_4 {
    position: absolute;
    left: 280px;
}

#el_5 {
    position: absolute;
    left: 280px;
}

#el_6 {
    position: absolute;
    left: 280px;
}

#el_7 {
    position: absolute;
    left: 280px;
}

#el_8 {
    position: absolute;
    left: 280px;
}

#el_12 {
    position: absolute;
    left: 280px;
}

#el_10 {
    position: absolute;
    left: 280px;
}

#el_15 {
    position: relative;
    float: left;
    margin-left: 0px;
    width: 480px;
}

#el_14 {
    margin-left: 20px;
    width: 260px;
}
*/
/* ### doform 248###################################################################### 
#doform248 {
    vertical-align: top;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 12px;
    line-height: 25px;
    padding-left: 0px;
}

#doform248 .formgen {
    position: relative;
    float: left;
}

#doform557 .formsubmit {
    margin: 20px 800px 20px 0;
    float: right;
    background-color: #003B60;
    border: 2px solid #003B60;
    color: #ffffff;
    font-size: 11px;
}

#doform248 .formtext {
    width: 200px;
    font-size: 1.2em;
}

#doform248 .fieldset {
    font-size: 1em;
    line-height: 25px;
    margin-left: 0px;
}

#el_0 {
    position: absolute;
    left: 280px;
}

#el_2 {
    position: absolute;
    left: 280px;
}

#el_3 {
    position: absolute;
    left: 280px;
}

#el_4 {
    position: absolute;
    left: 280px;
}

#el_5 {
    position: absolute;
    left: 280px;
}

#el_6 {
    position: absolute;
    left: 280px;
}

#el_7 {
    position: absolute;
    left: 280px;
}

#el_8 {
    position: absolute;
    left: 280px;
}

#el_9 {
    position: absolute;
    left: 280px;
}

#el_12 {
    position: absolute;
    left: 280px;
}

#el_19 {
    position: relative;
    float: left;
    margin-left: 0px;
    width: 480px;
}

#el_17 {
    position: relative;
    float: left;
    margin-left: 0px;
    width: 460px;
}

#el_14 {
    margin-left: 20px;
    width: 260px;
}

.formselect {
    margin-left: 34px;
    width: 204px;
    border: 1px solid #AFB2B9;
}

#doform557 .formblock {
    float: left;
}

#doform557 .formsubmit {
    margin-top: 20px;
    float: left;
    background-color: #003B60;
    border: 2px solid #003B60;
    color: #ffffff;
    font-size: 11px;
}
*/
/*----------------------------------------- End Kontaktformular ---------------------------------------------*/
/* Sidebar #downloads */
#downloads-box {
    background-image: url(../template_images/verlauf-blau.gif);
}

#downloads-box h2 {
    background-image: url(../template_images/cd.gif);
    background-position: 6px 4px;
}

#page_box #downloads-box ul {
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#page_box #downloads-box li {
    list-style: none;
    margin: 0 0 5px 0;
    vertical-align: middle;
}

#page_box #downloads-box p {
    padding-left: 14px;
    padding-bottom: 5px;
}

#page_box #downloads-box ul a {
    font-size: 11px;
    text-decoration: underline;
}

#page_box #downloads-box img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/* Rex Multinewsletter cright*/
.cright #rex_375_multinewsletter {
    float: left;
		display:block;
    padding: 0px 0 10px0 0;
    margin: 0px 0 30px 0;
    height: 100px;
    width: 256px;
		background-color:#E8E9E9;
		position:relative;
}

.cright  #rex_375_multinewsletter p {
    padding: 0px 0 0 0px;

}

.cright  #rex_375_multinewsletter form {
    list-style: none;
		display:block;
		width: 256px;
		float:left;
}

.cright  #rex_375_multinewsletter form ul {
    list-style: none;
		left:-15px;
		display:block;
		width: 256px;
		position:absolute;
}

.cright  #rex_375_multinewsletter form ul li {
    list-style: none;
		float:left;
		display:block;
}

.cright  #rex_375_multinewsletter form ul li label{
		margin-right:10px;
}

.cright  #rex_375_subscribe {
		color:#fff;
    margin-top: 10px;
    font-size: 11px;
    background-color: #3B5767;
    border: 0px;
		padding:0 15px 0 15px;
    list-style-position: outside;
    list-style-type: none;
		float:left;
		margin-right:10px;
}

.cright  #rex_375_unsubscribe {
		color:#fff;
    font-size: 11px;
    margin-top: 10px;
    background-color: #3B5767;
    border: 0px;
		padding:0 15px 0 15px;
    list-style-position: outside;
    list-style-type: none;
    float: left;
}


/* Rex Multinewsletter cleft*/


.cleft #rex_375_multinewsletter {
    float: left;
    padding-top: 30px;
    margin-top: 20px;
    height: 194px;
    width: 214px;
}

.cleft #rex_375_multinewsletter p {
    padding: 0px 0 0 0px;
}

.cleft #rex_375_multinewsletter form ul {
    list-style: none;
}

.cleft #rex_375_multinewsletter form ul li {
    list-style: none;
}

.cleft #rex_375_subscribe {
    margin-top: 4px;
    font-size: 11px;
    background-color: #C70C0C;
    border: 0px;
    list-style-position: outside;
    list-style-type: none;
}

.cleft #rex_375_unsubscribe {
    font-size: 11px;
    margin-top: 6px;
    background-color: 0;

    border: 0px;
    list-style-position: outside;
    list-style-type: none;
    float: left;
}


/* Guestbook */
/*
 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 #3B5767;
  margin: 1px 2px 1px 2px;
  width: 250px;
  background-color: #CCDAE3;
}


.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;
}

/* 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 {
    margin: 0px;
    padding: 0px;
}

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

.a63-entries a {
    color: #ffffff;
}

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

/* 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;
    color: #4A250D;
}

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

.a63-entries ul li a {
    color: #4A250D;
}

/*
 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;
    color: #4A250D;
}

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

/* ***********
 Adminbereich
 ************ */
/* TODO: hier k�nnten noch Formatierungen f�r den Adminbereich rein */
/* Seitzeichen */
.seitzeichen {
    position: absolute;
    right: 7px;
    top: 12px;
}

.facebook {
    position: absolute;
    right: 137px;
    top: 12px;
}

.youtube {
    position: absolute;
    right: 164px;
    top: 12px;
}


.content a:link, .content a:hover {
    color: #3B5767;
}

.gal-fotos div.node {
    background: #3B5767;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    -moz-border-radius-bottomleft: 5px;
}

.gal-fotos div.node a {
    display: block;
    margin: 0;
    line-height: 0;
    vertical-align: top;
}

.gal-fotos div.node a.more {
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 1.5em;
    padding: 0px 5px 2px;
    text-decoration: none;
}

.events {
    border-collapse: collapse;
    margin-bottom: 2em;
    width: 100%;
		margin-top:20px;
}

.events th {
    padding: 2px 5px;
    text-align: left;
}

.events .event td {
    border-top: 1px dotted #000;
    padding: 2px 5px;
    vertical-align: top;
}

.events .event .time, .events .event .date {
    white-space: nowrap;
}




.cmiddle .events {
    border-collapse: collapse;
    margin-bottom: 2em;
    width: 290px;
		margin-top:20px;
		margin-left:20px;
}

.cmiddle .events th {
    padding: 2px 5px;
    text-align: left;
}

..cmiddle .events .event td {
    border-top: 1px dotted #000;
    padding: 2px 5px;
    vertical-align: top;
}

.cmiddle .events .event .time, .cmiddle .events .event .date {
    white-space: nowrap;
}

.album .cover {
    float: left;
    height: 200px;
    margin: 0 20px 20px 0;
    width: 200px;
}

.album .tracklist {
    list-style-type: none;
    margin-left: 220px;
    padding: 0;
}

.album .tracklist li {
    line-height: 1.5em;
    margin-bottom: 0.25em;
	padding-left: 20px;
    position: relative;
}

.album .tracklist .cover {
    display: none;
}

.album .tracklist .lyrics {
    background: #fff;
    border: 1px solid #eee;
    display: none;
    left: 220px;
    margin: 0;
    padding: 1em;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 1000;
}

.album .tracklist .lyrics.show {
    display: block;
}

.album .tracklist .showLyrics {
    background: url(../template_img/icon_text.gif) no-repeat 0 0 transparent;
    display: block;
    height: 16px;
	left: 0;
	position: absolute;
    text-indent: -999em;
	top: 0.15em;
    width: 16px;
}

#lyricsContainer {
    margin: 2em 0 1em 220px;
}

#ymp-relevance {
    visibility: hidden;
}

.ymp-player-max #ymp-body #ymp-body-base #ymp-body-strip {
    width: 560px;
}

.ymp-player-max #ymp-body.ymp-skin {
    width: 570px;
}

.content a {
    color: #3B5767;
}

.content a:hover {
    text-decoration: none;
}


#ramondTeaser {
    display: block;
    margin-top: 1em;
	margin-right:0px;
}

.a63-entries ul {
	padding: 0;
	width: 100%;
}
.a63-entries .entries li {
	display: block;
	margin-bottom: 1em;
}
.a63-entries .data {
	background: #3B5767;
	color: #fff;
	display: block;
	padding: 6px;
}
.a63-entries .data .contact,
.a63-entries .data .contact a {
	color: #fff;
	font-weight: bold;
}
.a63-entries .message,
.a63-entries .reply {
	background: #f6f4ef;
	line-height: 1.5em;
	padding: 6px;
}
.a63-entries .reply {
	font-style: italic;
}

.footer {
	width:906px;
	height:50px;
	margin-left:22px;
	padding-left:10px;
	background-color:#fff;
	border-top:1px solid #3B5767;
}

.footer a:link,.footer a:visited{
	color:#3B5767;
	text-decoration:none;
}

.footer a:hover{
	color:#3B5767;
	text-decoration:underline;
}

.footer2 {
	padding-right:10px;
}


.footerUnter {
	width:906px;
	height:50px;
	margin-left:0px;
	padding-left:10px;
	background-color:#fff;
	float:left;
	border-top:1px solid #3B5767;
}

.image_fade_start {
	width:332px;
	height:703px;
	position:relative;
	margin-bottom:10px;
}

.image_fade_start img {
	width:332px;
	height:703px;
	position:absolute;
	z-index:10000;
	left:0px;
}

.image_fade_start .image_start a img{
	border:0;
}














