/****************************************************************************************************************
style.css
erstellt: 02.03.05
Autor: Goran

 Stylesheet fuer Werbeagentur aufwind.

geaendert: 07.04.05 Sebastian
Grund: ueberarbeitet

*******************************************************************************************************************/
 /*#####################################################
 Pseudo-Klassen & Redefinierung von HTML-Elementen
######################################################*/
 /* Allgemeine Angaben */
html,body,a,a:link,a:visited,a:hover,a:active,p,div,span,table,tbody,th,tr,td,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,select,option,optgroup,button,fieldset,textarea,label,legend
 {
 font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
  Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 17px;
 text-decoration: none;
 padding: 0px;
 margin: 0px;
}

html { /* background: #FCFDF9; */ /* background: #DBE1D4;  */
 /*background: #CCCCCC;  fuer Testzwecke */

}

body {
 background: url(../../assets/common/bg_body.jpg) #fff3e3 repeat-x;
}

/* Links */
a,a:link,a:visited,a:hover,a:active {
 color: #6f7072;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

a.red {
 color: #B92F3D;
}

/* Formular-Elemente */ /* siehe weiter unten */
 /* Block- und Inline-Elemente */
p { /* margin: 5px 0px 15px 0px; */

}

td,label,legend {

}

td td,p label {
 font-size: 1em;
}

/* Ueberschriften */
h1 {
 font-family: Times, serif;
 line-height: 15px;
 font-size: 20px;
 font-weight: lighter;
 font-style: italic;
 color: #6d322c;
 padding: 0px 0px 7px 0px;
 margin-top: 20px;
 background: #fff1dc;
 /* background: und border nochmal fuer die jew bereiche (rechts, link, content) definieren */
}

h2 {
 font-size: 12px;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h3 {
 font-size: 11px;
 font-weight: bold;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h4 {
 font-size: 11px;
 font-weight: bold;
}

h5 {
 font-size: 11px;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 5px;
}

h6 {
 font-size: 10px;
 font-weight: bold;
 border-bottom: 1px solid #666;
 margin-top: 15px;
 margin-bottom: 2px;
}

/* Bild-Definitionen */
img {
 border: none;
 white-space: nowrap;
}

ul {
 list-style-type: square;
 margin: 0px 0px 0px 0px;
 padding: 0px 5px 5px 5px;
}

ul li { /* line-height: 120%;*/
 margin: 0px 0px 5px 15px;
}

hr {
 border: none;
 border-top: 1px solid #B5A296;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}

/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/
form {
 color: #6f7072;
}

form br {
 clear: both;
}

fieldset {
 background: none;
 padding: 10px;
 margin: 0px 0px 10px 0px;
 border: 1px solid #B6C6D1;
}

legend {
 border: none;
 background: none;
}

label.leftb,label.leftr {
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: 0.8em;
}

/* error-Klasse */
label.leftr {
 color: #FF0000;
}

input,select,textarea {
 color: #6f7072;
}

select {
 padding: 0;
}

optgroup,option {
 line-height: 100%;
}

input:focus,textarea:focus {
 background: #FEE4A9;
}

label,select,input[type=checkbox],input[type=radio],input[type=button],input[type=submit]
 {
 cursor: pointer;
}

textarea {
 width: 50%;
 margin-bottom: 10px;
}

/* Buttons beim Kontaktformular */ /*
.submitbuttons
{
 margin-left: 8.8em;
}

.submitbuttons button
{

 font-weight: bold;
 color: #FFF;
 background: #666;
 line-height: 100%;
 margin-right: 5px;
}
*/ /* Formular bei der Suche */
__form.suche input {
 padding: 2px;
 margin-left: 2px;
}

__form.suche button {
 line-height: 100%;
 margin-top: 5px;
}

/**************************
form_search
***************************/
.form_search {
 margin: 0px 0px 0px 0px;
}

.form_search input {
 border: 1px solid #9d9b9f;
 font-size: 11px;
 width: 160px;
 padding: 2px 5px 2px 5px;
}

.form_search button,input.submit {
 margin: 20px 0px 0px 0px;
 padding: 2px 15px 2px 20px;
 border: none;
 background: transparent url(../../assets/common/pfeil.gif) no-repeat 0 4px;
 border: none;
 /*	background: url(../../assets/common/button_bg_100.gif) no-repeat;*/
 cursor: pointer;
 text-align: left;
}

/**************************/
.search_erg {
 margin: 10px 0px 0px 0px;
 padding: 5px;
 background: #FEE4A9;
 /*	border: 1px solid #B6C6D1;*/
}

.search_erg  h1 {

}

.search_erg  h1 a:link,.search_erg  h1 a:visited,.search_erg  h1 a:hover,.search_erg  h1 a:active
 { /*	color: #A2CD4A; */ /* TODO */

}

.search_erg  .erg_text {

}

.search_erg  .erg_link {
 border: none;
 margin: 5px 0px 0px 0px;
}

.search_erg .erg_link a:link,.search_erg .erg_link a:visited,.search_erg .erg_link a:hover,.search_erg .erg_link a:active
 {
 background: url(../../assets/common/pfeil.gif) no-repeat 0px 2px;
 padding: 0px 0px 0px 15px;
}

/*------------- Ende Pseudo-Klassen & Redefinierung von HTML-Elementen ------------- */
 /* Seite zentriert ausrichten */
#center_wrapper {

}

#center {
 background: #fff2df url(../../assets/common/bg_center_2.gif) repeat-y;
 position: relative;
 width: 960px;
 margin: 0px auto 0px auto;
 z-index: 5;
 padding: 0px 0px 0px 0px;
}

#center.c_start
{
	 background-image:url(../../assets/common/bg_center.gif);
}

/* --------------- Oben: Links und Teaser oben --------------- */
#top {
 background: url(../../assets/common/bg_top_2.jpg) #feefd5 no-repeat;
 width: 960px;
 height: 286px;
}

.c_start #top {
	background: url(../../assets/common/bg_top.jpg) #feefd5 no-repeat;
}

#top .link_kg {
 width: 140px;
 height: 100px;
 position: absolute;
 top: 10px;
 left: 430px;
 cursor: pointer;
}

/*------------- Ende Hauptnavigation ------------- */
 /* ------------ Content-Bereich ------------ */
#contentarea { /* width: 100%;*/
 padding: 0px;
 margin: 0px;
 width: 960px;
 background: url(../../assets/common/bg_content_top_2.jpg) no-repeat right top;
}

.c_start #contentarea
{
 background: url(../../assets/common/bg_content_top.jpg) no-repeat right top;
}

/*------------- Ende Content-Bereich: Subnavigation ------------- */
#content_wrapper {
 width: 700px;
 float: left;
 margin: 0px;
 padding: 0px;
}

#content_wrapper_gastgeber {
 width: 700px;
 float: left;
 margin: 0px;
 padding: 0px;
}

/* ------------ Content-Bereich: Inhalte ------------ */
#content,#content2,#content3,#content4,#content5,#content6 {
 color: #6f7072;
 float: left;
 padding: 0px 0px 20px 0px;
 overflow: hidden;
}

/* mit Zusatzinfos auf der rechten Seite */
#content {
 width: 470px;
 margin: 0px 0px 0px 20px;
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2 {
 width: 470px;
 margin: 0px 0px 0px 20px;
}

/* Startseite */
#content3 {
 margin: 0px 0px 20px 10px;
 width: 740px;
}

/* nosubnav */
#content4 {
 width: 460px;
 margin: 0px 0px 0px 15px;
}

.nofloat {
 font-size: 1px;
 line-height: 1px;
 margin: 0px;
 padding: 0px;
 clear: both;
}

.nodisplay {
 display: none;
}

/*------------- Content-Bereich Copyright unten ------------------ */
#bottom {
 position: relative;
 clear: both;
 width: 940px;
 margin: 0px auto 0px auto;
 z-index: 5;
 text-align: right;
 padding: 5px 20px 0px 0px;
 border-top: 7px solid #682d29;
}

#bottom a,#bottom a:link,#bottom a:visited,#bottom a:hover,#bottom a:active
 {
 padding: 0px;
 margin: 0px;
 color: #666;
 font-size: 11px;
 line-height: 12px;
 font-weight: normal;
 text-decoration: none;
 text-transform: uppercase;
}

#bottom a:hover {
 text-decoration: underline;
}

/*------------- Ende Content-Bereich Copyright unten ------------- */
 /**************************************************
								2-spaltiger Content
***************************************************/
#content_left {
 width: 246px;
 float: left;
 background: green;
}

#content_right {
 width: 246px;
 float: left;
 background: yellow;
}

/**************************************************
								Ende 2-spaltiger Content
***************************************************/
.doppelspalte {
 width: 570px;
}

/* Ende Contentmaker: Bild und Text*/
 /* ------------ Ende Content-Bereich: Inhalte ------------ */
 /* ------------ content3tent-Bereich: Zusatzinformationen (Linke Spalte) ------------ */
 /* ------------ Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */
 /* Dieser div sorgt fuer den Rahmen */
#custom_left,#custom {
 color: #6f7072;
 overflow: hidden;
 font-size: 11px;
 padding: 0px 0px 0px 0px;
}

#custom {
 padding: 35px 0px 0px 0px;
}

#custom_left {
 width: 200px;
 float: left;
 margin: 0px;
 border-left: 1px solid #ccd994;
}

#custom { /*	font-size: 9px; */
 float: right;
 width: 213px;
 line-height: 15px;
 margin-right: 15px;
}

#custom_left h1,#custom h1 {
 font-size: 15px;
 font-weight: lighter;
 font-style: italic;
 color: #6d322c;
 padding: 17px 0px 7px 10px;
 margin-top: 10px;
 background: #fde8bc;
 line-height: 20px;
}

.box {
 clear: both;
 font-size: 10px;
 color: #6f7072;
 margin-bottom: 10px;
 border: 1px solid #ccd994;
 border-left: none;
}

.box h1,.box h2,.box h3,.box h4 { /*	color: #6f7072; */

}

.box h2 {
 font-weight: bold;
 padding: 3px 10px;
 margin: 0;
}

.box h4 {
 font-size: 11px;
 font-weight: bold;
 padding: 5px 10px 0px 10px;
}

.box p {
 font-size: 11px;
 line-height: 14px;
 color: #6f7072;
 margin: 0px 0px 0px 0px;
 padding: 0px 5px 10px 10px;
}

.logos p {
 padding: 10px 0px 10px 10px;
}

.box div.image {
 padding: 0;
 margin: 0;
 border: none;
}

.box div.image h1 {
 font-weight: bold;
}

.box div.image div {
 padding: 3px;
}

.box div {
 color: #868686;
 line-height: 120%;
 margin: 0px 0px 0px 5px;
 padding: 0px;
}

.box a,.box a:link,.box a:visited {
 color: #666;
}

.box a:hover { /*  color: #d7d8db; */

}

.box ul { /*border-bottom: 1px solid #AAA;*/
 list-style-type: none;
 padding: 5px 5px 5px 0px;
 margin: 0;
}

.box ul li {
 margin: 0px;
 padding: 0px;
}

.box ul li a,.box ul li a:link,.box ul li a:visited,.box ul li a:hover,.box ul li a:active
 {
 text-decoration: none;
 font-size: 10px;
 color: #868686;
 margin: 0px;
 padding: 0px 0px 0px 20px;
}

.box ul li a:hover {
 text-decoration: underline;
}

.box ul li span {
 font-size: 9px;
}

.box ul li img {
 vertical-align: middle;
 text-align: center;
}

/* Teaser: Linkliste */
.box ul.assetlink,.box ul.assetdownload {
 padding: 0px;
 margin: 0px;
 clear: both;
 /* siehe normale ul */
}

/* Teaser: Linkliste */
.box ul.assetlink li a:link,.box ul.assetlink li a:visited,.box ul.assetlink li a:hover,.box ul.assetlink li a:active
 {
 padding: 0px 0px 2px 20px;
 background: no-repeat 5px 1px;
}

.box ul.assetdownload li a:link,.box ul.assetdownload li a:visited,.box ul.assetdownload li a:hover,.box ul.assetdownload li a:active
 {
 padding: 2px 5px 2px 20px;
 display: block;
 height: 15px;
 float: left;
 background: no-repeat 0px 0px;
}

.box ul.assetdownload {
 padding: 0px 0px 5px 5px;
}

.box ul.assetdownload img,.box ul.assetlink img {
 margin-right: 5px;
 text-align: center;
}

.box ul.assetdownload img {
 margin: 0px;
}

/* Teaser: Einzeiler */
.box ul.ulist {
 border: none;
 list-style-type: square;
 padding: 0;
 margin-left: 35px;
}

.box ul.ulist li {
 padding: 4px 5px;
 margin: 0;
}

/* Kalender */
.box table {
 width: 140px;
 margin: 2px;
 text-align: center;
 vertical-align: middle;
}

.box table td {
 padding: 3px;
 color: #000;
 background-color: #F2FAFC;
}

.box table td a:link,.box table td a:visited,.box table td a:hover,.box table td a:active
 {
 background-color: #095AA6;
 color: #FFF;
 text-decoration: none;
 display: block;
}

.box table td.month {
 color: #000;
 background-color: #F2FAFC;
}

.box table td.month a:link,.box table td.month a:visited,.box table td.month a:hover,.box table td.month a:active
 {
 color: #000;
 background-color: #F2FAFC;
 display: inline;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #F2FAFC;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #F2FAFC;
}

.box table td.today a {
 text-decoration: none;
 background-color: #095AA6;
 color: #FFF;
}

/* Ende Kalender */
.box2 {
 border: none;
 background: #e3a615;
 margin: 0px 0px 10px 0px;
 padding: 0px 0px 5px 0px;
}

.box2 img {
 margin: 0px 0px 0px 0px;
}

.box2 a.link,.box2 a.link:link,.box2 a.link:visited,.box2 a.link:hover,.box2 a.link:active
 {
 color: #6d322c;
 padding: 1px 10px 1px 30px;
 display: block;
 margin-top: 5px;
 width: auto;
 float: left;
 background: url(../../assets/common/pfeil.gif) no-repeat 10px 3px;
 text-decoration: none;
}

.box2 span.groesse {
 margin-top: 5px;
 display: block;
 float: left;
}

.box2 a.link:hover {
 text-decoration: underline;
}

#custom .links_gesamt,#custom .downloads_gesamt {
 border-top: none;
 /** TODO
		border: 1px solid #B6C6D1;
	border-right: none;
	margin: 0px 0px 10px 10px;
	padding: 10px;
**/
}

#custom .links_gesamt h1,#custom .downloads_gesamt h1 {

}

#custom .links_gesamt ul,#custom .downloads_gesamt ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

#custom .links_gesamt ul li,#custom .downloads_gesamt ul li {
 margin: 0px 0px 5px 0px;
 padding: 0px;
}

#custom .links_gesamt ul li a:link,#custom .links_gesamt ul li a:visited,#custom .links_gesamt ul li a:hover,#custom .links_gesamt ul li a:active
 {
 font-size: 10px;
 padding: 0px 0px 0px 20px;
 background: url(../../assets/common/pfeil.gif) no-repeat 10px 3px
  !important;
}

#custom .downloads_gesamt ul li a:link,#custom .downloads_gesamt ul li a:visited,#custom .downloads_gesamt ul li a:hover,#custom .downloads_gesamt ul li a:active
 {
 font-size: 10px;
 padding: 3px 0px 3px 20px;
 background: no-repeat;
}

/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
.form_contact {

}

.form_contact .error {
 margin: 10px 0px;
 color: #FE0000;
 font-weight: bold;
}

.form_contact .service {
 margin: 5px 0px;
}

.form_contact .service input {
 border: none;
 width: 13px;
 margin: 3px 3px 0px 2px;
}

.form_contact label {
 margin: 0px 5px 0px 0px;
 width: 120px;
 float: left;
}

.form_contact label.red {
 color: #FE0000;
}

.form_contact input,.form_contact textarea {
 border: 1px solid #828282;
 padding: 2px;
 margin: 2px 0px;
 width: 270px;
}

.form_contact input.plz {
 width: 40px;
 margin: 2px 2px 2px 0px;
}

.form_contact input.ort {
 width: 218px;
}

.form_contact .pflicht {
 margin: 0px 5px 5px 125px;
}

.submitbutton button {
 margin: 20px 0px 0px 0px;
 padding: 2px 5px 2px 5px;
 width: 100px;
 border: none;
 color: #fff;
 background: #A2CD4A;
 border: 1px solid #e6eeCB;
 /*	background: url(../../assets/common/button_bg_100.gif) no-repeat;*/
 cursor: pointer;
}

/***** Ende Kontaktformular ************************************************************************************/
 /****************************************************************************************************************
* infopool.phtml
****************************************************************************************************************/
.infopool {
 padding: 0px;
 margin: 0px 0px 10px 0px;
 background: #e0e3bc;
}

.infopool h1,.infopool_detail h1 { /*	text-transform: none;  */

}

.infopool h1 { /*	 padding: 0px;  */

}

.infopool h1 a,.infopool h1 a:link,.infopool h1 a:visited,.infopool h1 a:hover,.infopool h1 a:active
 { /*	color: #626225; */ /* TODO: kucken */
 text-decoration: none;
 font-family: Times, serif;
 font-size: 13px;
 line-height: 15px;
 padding: 4px 10px 0px 10px;
 display: block;
 border-bottom: 1px solid #fff;
}

.infopool .datum,.infopool_detail .datum {
 text-transform: none;
 font-weight: bold;
}

.infopool .info_date,.infopool_detail .info_date {
 margin: 0px 0px 0px 0px;
 font-size: 10px;
 padding: 5px 0px 0px 10px;
}

.infopool .image { /*	width: 280px;*/
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*	background: #eaf0f5;
	border: 1px solid #9d9b9f;
	border-right: none;
	*/
}

.infopool .teaser { /* ohne Bild und Dates */
 padding: 5px 10px 10px 10px;
 margin: 0px;
}

.infopool .teaser_image { /* mit Bild */
 float: left;
 width: 280px;
 padding: 0px 0px 0px 0px;
 margin: 0px;
}

.infopool .teaser h1,.infopool .teaser_image h1 {
 /*	padding: 5px 0px 0px 5px;	*/ /*	background: #d7d8db;*/

}

.infopool .teaser .info_text,.infopool .teaser_image .info_text {
 padding: 5px 5px 5px 5px;
}

.infopool .teaser_image a,.infopool .teaser_image a:link,.infopool .teaser_image a:visited,.infopool .teaser_image a:hover,.infopool .teaser_image a:active,.infopool .teaser a,.infopool .teaser a:link,.infopool .teaser a:visited,.infopool .teaser a:hover,.infopool .teaser a:active
 {
 text-decoration: underline;
 background: url(../../assets/common/pfeil.gif) no-repeat 0px 3px
  !important;
}

.infopool_detail {
 background: #e8edc2;
}

.infopool_detail .image div {
 background: none;
 color: #868686;
}

.infopool_detail .anreisser { /*	border: 1px solid #646464; */
 font-weight: bold;
}

.infopool_detail .teaser {
 padding: 10px;
 margin: 0px 0px 10px 0px;
}

.infopool_detail .teaser h1 {

}

.infopool_detail .plaintext {
 padding: 0px;
}

.infopool_detail_float_image {
 float: right;
}

.infopool .veranstaltungsdaten,.infopool_detail .veranstaltungsdaten {
 float: left;
 font-size: 10px;
 width: 160px;
 padding: 3px;
 color: #646464;
 background: #EEE;
}

.infopool .publizierungsdaten,.infopool_detail .publizierungsdaten {
 float: right;
 text-align: right;
 font-size: 11px;
 width: 160px;
 padding: 3px;
 color: #646464;
}

.info_link_detail a,.info_link_detail {
 font-size: 11px;
}

.info_detail_leer {
 font-size: 11px;
 font-style: italic;
}

.infopool_detail .dates {
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 5px 0px 5px 0px;
 border: 1px solid #A2CD4A;
 border-right: none;
 border-left: none;
}

.infopool_detail .teaser .image {
 float: left;
 margin: 0px 10px 0px 0px;
}

.infopool_zurueck {
 font-size: 11px;
 clear: both;
 margin: 0px 0px 10px 0px;
 background: url(../../assets/common/pfeil_zurueck.gif) no-repeat 0px 5px
  ;
}

.infopool_zurueck a:link,.infopool_zurueck a:visited,.infopool_zurueck a:hover,.infopool_zurueck a:active
 {
 /*	background: url(../../assets/common/pfeil_button.png) no-repeat 0px 3px #ff0;  */
 padding: 0px 0px 0px 15px;
}

/* Suche Infopool */ /* siehe .box */ /* zusatz Style Infopools*/
.infopool_standard .h1,.infopool_standard h1 {
 /*background-image: url('../../assets/common/h1_bg.gif') !important;*/

}

.infopool_monate {
 margin: 0px 0px 10px 10px;
 padding: 10px;
 border: 1px solid #B6C6D1;
 border-right: none;
 background: #fff;
}

.infopool_monate h1 { /*

		font-size: 11px;
	text-transform: none;
	*/

}

.infopool_monate ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

.infopool_monate ul li {
 margin: 0px;
 padding: 0px;
}

.infopool_monate ul li a:link,.infopool_monate ul li a:visited,.infopool_monate ul li a:hover,.infopool_monate ul li a:active
 {
 padding: 0px 0px 0px 15px;
 text-decoration: none;
 background: url('../../assets/common/pfeil.gif') 0px 2px no-repeat;
}

.infopool_monate ul li a:hover {
 text-decoration: underline;
}

.back {
 margin: 10px 0px 10px 0px;
}

/***** Ende Infopool *******************************************************************************************/
 /*#################################################
 CSS-Klassen fuer die Sitemap
#################################################*/
table.sitemap {
 margin: 0px;
}

.sitemap td {
 padding: 15px 0px 10px 0px;
}

.sitemap td.separator {
 background-color: #fff;
 padding: 0px;
}

a.sitemap1,a:link .sitemap1,a:visited .sitemap1,a:hover .sitemap1,a:active
 .sitemap1 {
 display: block;
 background: #A2CD4A;
 color: #fff;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
 line-height: 160%;
 padding: 2px 5px 2px 10px;
 margin: 0px;
 width: 200px;
}

a.sitemap2,a:link .sitemap2,a:visited .sitemap2,a:hover .sitemap2,a:active
 .sitemap2,a.sitemap3,a:link .sitemap3,a:visited .sitemap3,a:hover
 .sitemap3,a:active .sitemap3,a.sitemap4,a:link .sitemap4,a:visited
 .sitemap4,a:hover .sitemap4,a:active .sitemap4 {
 color: #646464;
 text-decoration: none;
 line-height: 160%;
}

a:hover .sitemap1,a:hover .sitemap2,a:hover .sitemap3,a:hover .sitemap4
 {
 text-decoration: underline;
}

/* Ende Sitemap-Klassen */
 /*#################################################
 CSS-Klassen fuer die Barriere-Freiheit
#################################################*/
.unsichtbar {
 position: absolute;
 left: -2000px;
 /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen
 sich uebereifrige Screenreader, die ausgerechnet "display: none" akustisch
 auswerten, taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/*#################################################
 Universelle CSS-Klassen fuer die Formatierung

#################################################*/
.zitat {
 font-style: italic;
 margin-bottom: 10px;
}

.zitat h1 {
 font-weight: bold;
 font-style: normal;
 margin-bottom: 0px;
}

/*###########################################################

 Die floatleft/-right Definitionen werden im
 WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!!

 Die weiteren Klassen stellen die moeglichen
 <span>-Zuweisungen dar.

###########################################################*/
 /* Bildausrichtung per Button */
#floatimageleft {
 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img {
 border: none;
}

#floatimageright {
 text-align: right;
 float: right;
 margin: 0px 0px 10px 5px;
}

#floatimageright img {
 border: none;
}

.red {
 color: #cc0000;
}

#left_leer {
 float: left;
 width: 10%;
 background: #c0c;
}

/*************************************************
		Bildergalerie
*************************************************/ /***** Galerie *****/
.gallery {
 padding: 10px;
 margin: 0px 0px 10px 0px;
 background: #E6EECB;
}

.gallery h1 {

}

.gallery div {
 border-top: none;
}

.gallery .image {
 float: left;
 margin: 0px 10px 0px 0px;
}

.gallery .headline {
 background: #fff;
}

.gallery .headline a:link,.gallery .headline a:visited,.gallery .headline a:hover,.gallery .headline a:active
 {
 color: #A2CD4A;
 font-weight: bold;
 text-decoration: none;
 background: url('../../assets/common/pfeil.gif') 0px 2px no-repeat;
 padding: 0px 0px 0px 14px;
}

.gallery .headline a:hover {
 text-decoration: underline;
}

.gallery a:link,.gallery a:visited,.gallery a:hover,.gallery a:active {
 /*	font-style: italic;	*/ /*	text-decoration: none;	*/

}

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

/* Ende Galerie */
 /****************************************************************************************************************
* fotogalerie.phtml
****************************************************************************************************************/
.showgallery {

}

.showgallery h1 { /*
	text-align: center;
	color: #FFF;
	background: #8797A3;
	*/

}

.showgallery_thumb {
 width: 276px;
 height: 500px;
 float: left;
 border-right: 1px solid #828282;
}

.showgallery_thumb div {
 width: 80px;
 height: 80px;
 margin: 5px;
 text-align: center;
 vertical-align: middle;
 float: left;
}

.showgallery_thumb .showgallery_center {
 padding-top: 10px;
 height: 40px;
}

.showgallery_thumb .showgallery_left {
 padding-top: 10px;
 height: 40px;
 text-align: left;
}

.showgallery_thumb .showgallery_right {
 padding-top: 10px;
 height: 40px;
 text-align: right;
}

.showgallery_image {
 width: 435px;
 margin: 0px;
 padding: 15px 0px 15px 15px;
 float: left;
}

.showgallery_image div {
 padding: 3px;
}

/***** Ende Galerie-Ausgabe ************************************************************************************/
 /*************************************************
		Ende Bildergalerie
*************************************************/
iframe {
 border: none;
}

/***********************************************
Newslettertemplate
************************************************/
.newsletter_input input,.newsletter_input select {
 border: 1px solid #757575;
 margin: 3px 0px 3px 0px;
 padding: 2px 2px 2px 2px;
 width: 104px;
}

.newsletter_input input.email {
 width: 218px;
}

.newsletter_input input.tag {
 width: 40px;
}

.newsletter_input input.jahr {
 width: 54px;
}

.newsletter_input select {
 padding: 1px 1px 1px 1px;
 width: 110px;
}

.newsletter_feld {

}

.newsletter_auswahl {

}
/***********************************************
ende Newslettertemplate
**********************************************/
