/** Bodyeigenschaften **/
BODY {
    /*color: #000000;*/
    background-color: #ECE9D8;
    font: normal normal 12px Arial, Verdana, Tahoma;
    margin: 0px 0px 0px 0px;

}

/* keinen Bildrand */

img {
    border:0px;
}


/*Wenn Submenu, dann Pfeilchen davor*/

.ifsub {
    background-image: url(fileadmin/Franz/images/pfeilrunter.gif);
    display: block;
     color: #555656;
     width: 180px;
     background-color: #B3B0A1;
     border-top: 1px #686355 solid;
     border-left: 0px #686355 solid;
     border-right: 1px #686355 solid;
     /*border-bottom: 1px #686355 solid;*/
     text-decoration:none;
     font-size: 12px;
     font-family: Arial, Verdana, Tahoma;
     font-weight:bold;
    /* padding: 5px;*/
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     margin: 0px ;
     height:25px;

}
/* Listeneigenschaften - nicht Menu*/

ul {
    background: transparent;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none;
}

li {
    color: #000000;
    background: transparent;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none;
    }

/* Ãœberschrifteigenschaften */

h1 {
    display: block;
  	font-size: 14px;
	  color: #AB9785;
	  text-align: center;
    font-family: Arial, Verdana, Tahoma;
    height: auto;
    font-weight: bold;
    border-bottom: 1px #686355 solid;
}

h2 {
	  font-size: 14px;
	  color: #555656;
	  text-align: left;
	  font-family: Arial, Verdana, Tahoma;
    height: 10px;
    margin-top: 15px;
}

h3 {
	font-size: 13px;
	color: #555656;
	font-family: Arial, Verdana, Tahoma;
	font-family: Arial, Verdana, Tahoma;
	height: 10px;
	margin-top: 10px;
	font-weight: bold;
}

/*Klasse fÃ¼r die Schriften ohne Zellen und ohne Abstandszeile*/

h4 {
    display: block;
    color: #000000;
    background-color: #EFECDC;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-width: 1px;
    border-color: #B3B0A1;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    text-decoration: none;
}

/*Klasse fÃ¼r die Schriften ohne Zellen und ohne Abstandszeile>*/

p {
    color: #000000;
    background: transparent;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none;
}

/* Klasse fÃ¼r Fliesstext mit Hintergrund - momentan nur CHRISTUS, da dort der RTE konfiguriert ist */

.fliesstextbg {
    /*display: box;*/
    color: #000000;
    background-color: #EFECDC;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-width: 1px;
    border-color: #B3B0A1;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    text-decoration: none;
    }

/* Div Konfigurierung / Textkörper */

.alles {
    background-color: #FFFFFF;
    height: auto;
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 980px;
}

/* Der z-index definiert die Ebene, wichtig für das Menu*/

.banner {
    z-index: 1;
    background-color: #FFFFFF;
    background: url(../images/hbf4.gif) no-repeat scroll;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 980px;
	border-top: 1px solid #686355;
    border-left: 1px solid #686355;
    border-right: 1px solid #686355;
	}
.oben {
	position: relative;
	top: 0em;
	}

/* Positionierung Oberes Menu, Links ohne Untermenu */
/* Der z-index definiert, dass das Menu &uuml;ber dem Banner angezeigt wird */

.menu2 {
    display: block; /* neu Andrea 070402 */
    z-index: 10;
    float:left;
    position: relative; /* absolute macht dem Opera unter Windows, relative unter Linux im Zusammenhang mit z-index Probleme? */
    top: 172px;
    left: 0px;
    padding:0px;
    padding-left: 5px;
    width:auto;
    height: auto;
    }

/*  Logo Text */

.logo_text {
	float: right;
    background-color: transparent;
    /*background: url(../images/franz2.gif) no-repeat scroll;/*/
    color: #686355;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 170px;
    left: 60px;
    height: 13px;
    width: 200px;
	z-index: 10;
}

.oben2 {
    background-color: #FFFFFF;
    border-left: 1px solid #686355;
    border-right: 1px solid #686355;
    position: relative;
    top: 200px;
    width: 100%;
    height: 150px;
}

.links {
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 205px;
    left: 30px;
    width: 200px;
    color: #AB9785;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;

}

/* Positionierung der Watchwords oben als Zeile */

.watchword {
    background-color: #F4F4FF;
    border: 1px solid #686355;
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 1.5em;
    padding: 10px;
    width: 721px;
}

.tx-felogin-pi1 fieldset {
    border: medium none;
    margin-left: 1em;
    padding-left: 0;
}

.tx-felogin-pi1 {
    position: absolute;
    top: 1em;
    z-index: 10;
}


.tx-felogin-pi1 label {
    display: block;
}

#user {
    background-color: #FFFFFF;
    border-color: #686355;
    border-style: solid;
    border-width: 1px;
    width: 120px;
}

#pass {
    background-color: #FFFFFF;
    border-color: #686355;
    border-style: solid;
    border-width: 1px;
    width: 120px;
}

.felogin_submit {
margin-top: 0.5em;
}
.felogin_forgot_password {
	position: relative;
	left: 1.2em;
	}

/* Andrea auskommentiert
.watchword p, h1 {
     font-size: 8px;
}
*/

/* mitte */

.haupt_mitte {
    background-color: #FFFFFF;
    border-bottom: 1px solid #686355;
    border-left: 1px solid #686355;
    border-right: 1px solid #686355;
    float: left;
    position: relative;
    top: 200px;
    width: 100%;
}

.haupt_text {
    background-color: #FFFFFF;
    position: relative;
    overflow: auto;
    top: 0px;
    left: 20px;
    /* Andrea Höhe auskommentiert
	height: 540px;*/
    width: 740px;
	/*
    scrollbar-base-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#555656;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#555656;
    scrollbar-track-color:#FFFFFF;*/
}

/* Positionierung des Menus, seitliche Navigation. Linie ist fÃ¼r den unteren Rand des Menus*/

.menu, .menu_forum {
    display: block;
    background-color: #FFFFFF;
    left: 0px;
    width: auto;
    border-bottom: 1px #686355 solid;
	float: left;
    }

/*Klasse fÃ¼r die seitliche Navigation, 1. Ebene: mit Rand und Hintergrundfarbe. Feste HÃ¶he der einzelnen Punkte ist wichtig fÃ¼r den IE. */
/*Nur drei Border, sonst sind die Linien doppelt dick. S. auch das LI Element*/

.menu_main {
     display: block;
     color: #555656;
     width: 180px;
     background-color: #B3B0A1;
     border-top: 1px #686355 solid;
     border-left: 0px #686355 solid;
     border-right: 1px #686355 solid;
     /*border-bottom: 1px #686355 solid;*/
     text-decoration:none;
     font-size: 12px;
     font-family:Arial, Verdana, Tahoma;
     font-weight:bold;
    /* padding: 5px;*/
     padding-top: 6px;
     padding-left: 5px;
     padding-right: 5px;
     margin: 0px ;
     height:23px;

}



/*Klasse fÃ¼r die seitliche Navigation, 1. Ebene, Aktiv*/

.menu_mainact {
     display: block;
     color: #555656;
     width: 180px;
     background-color: #B3B0A1;
     border-top: 1px #686355 solid;
     border-left: 0px #686355 solid;
     border-right: 1px #686355 solid;
     text-decoration: none;
     font-size: 12px;
     font-weight:bold;
     padding-top: 6px;
     padding-left: 5px;
     padding-right: 5px;
     margin: 0px ;
     height:23px;
}

/*Klasse fÃ¼r die seitliche Navigation, 1. Unter-Ebene*/
/* Der Kommentar // wird vom IE ignoriert*/

.menu_sub {
     display: block;
     color: #555656;
     width: 175px;
     background-color: #C6C3B4;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     font-weight: bold;
     font-size: 12px;
     padding: 6px 0px 0px 15px;
     margin: 0px;
     height:23px;
}

/*Klasse fÃ¼r die seitliche Navigation, 1. Unter-Ebene, Aktiv*/

.menu_subact {


     display: block;
     list-style-position: outside;
     color: #555656;
     text-decoration:none;
     font-weight: bold;
     font-size: 12px;
     width: 175px;
     background-color: #C6C3B4;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     margin:  0px;
     padding: 6px 0px 0px 15px;
     height:23px;

}

/*Klasse fÃ¼r die seitliche Navigation, 2. Unter-Ebene*/

.menu_sub2 {
     display: block;
     color: #555656;
     width: 165px;
     background-color: #D6D4C4;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     font-size: 12px;
     font-style:italic;
     font-weight: bold;
     padding: 6px 0px 0px 25px;
     margin: 0px;
     height:23px;
}

/*Klasse fÃ¼r die seitliche Navigation, 2. Unter-Ebene, Aktiv*/

.menu_subact2 {
    display: block;
     list-style-position: outside;
     color: #DCD9CA;
     text-decoration:none;
     font-size: 12px;
     font-style:oblique;
     font-weight: bold;
     width: 165px;
     background-color: #D6D4C4;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     margin:  0px;
     padding: 6px 0px 0px 25px;
     height:23px;

}

/* Klasse fÃ¼r die seitliche Navigation, 3. Unter-Ebene */

.menu_sub3 {
     display: block;
     color: #555656;
     width: 160px;
     background-color: #E8E5D6;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     font-size: 12px;
     font-style:italic;
     padding: 6px 0px 0px 30px;
     margin: 0px;
     height:23px;
}

/* Klasse fÃ¼r die seitliche Navigation, 3. Unter-Ebene, Aktiv */

.menu_subact3 {
     display: block;
     list-style-position: outside;
     color: #555656;
     text-decoration:none;
     font-size: 12px;
     font-style: italic;
     width: 160px;
     background-color: #E8E5D6;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     margin:  0px;
     padding: 6px 0px 0px 30px;
     height:23px;

}


/* Klasse fÃ¼r die seitliche Navigation, 3. Unter-Ebene */

.menu_sub4 {
     display: block;
     color: #555656;
     width: 165px;
     background-color: #FFFFEF;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     font-size: 12px;
     font-style: italic;
     padding: 6px 0px 0px 25px;
     margin: 0px;
     height:23px;
}

/* Klasse fÃ¼r die seitliche Navigation, 3. Unter-Ebene, Aktiv */

.menu_subact4 {
     display: block;
     list-style-position: outside;
     color: #555656;
     text-decoration:none;
     font-size: 12px;
     font-style: italic;
     width: 165px;
     background-color: #FFFFEF;
     border-top: 1px solid #686355;
     border-left: 0px solid #686355;
     border-right: 1px solid #686355;
     text-decoration:none;
     margin:  0px;
     padding: 6px 0px 0px 25px;
     height:23px;

}



/* Menu2 / spezielle Linkfarbe fÃ¼r die oberere horizontale Navi */

.menu2 a:link {
     color: #000000;
     text-decoration: none;
}
.menu2 a:hover {
     color: #A3A092;
}

.menu2act a:active {
     color: #00B9F3;
}

/* 1. Abstand oben 2. Abstand rechts 3. Abstand unten 4. Wert sorgt fÃ¼r eine EinrÃ¼ckung - IE und FFOX (Abstand links) */

/* Klasse fÃ¼r die UL im Menu */

.menu_ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

/* Border fÃ¼r den Rand um das gesamte Menu. Das ist die Klasse fÃ¼r die LI im Menu WICHTIG */
.menu_li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    width: 150px;
    border-top: 1px #686355 solid;
    border-left: 0px #686355 solid;
    border-right: 1px #686355 solid;
    border-bottom: 1px #686355 solid;

}

#MENU li, #rootline li {
    margin: 0px;
    padding: 0px;
}

MENU a:link, #MENU a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}





/*News */

.news {
    background-color: #FFFFFF;
    background: url(../images/rechts3.gif) no-repeat scroll;
    position: absolute;
    top: 242px;
    left: 878px;
    height: 526px;
    width: 112px;
}

.news_pic {
    background-color: #FFFFFF;
    background: url(../images/oneway.gif) no-repeat scroll;
    position: absolute;
    top: 260px;
    left: 893px;
    height: 526px;
    width: 112px;
}



.news_text {
    position: absolute;
    top: 290px;
    left: 880px;
    height: 516px;
    width: 102px;
}

/* Klassen fÃ¼r die Mountseite Veranstaltung/Termine */
/*
TD.linie {
    background-image: url(../images/veranst_linie.gif);
    color: #42CBF6;
}

.linie {
    color: #42CBF6;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
}*/

/* Klasse fÃ¼r die Grafik mit der Ãœberschrift */

TD.veranst_hg {
    background-image: url(../images/veranst_hg.gif);
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
}

/* Klasse fÃ¼r die Ãœberschrift in der Grafik */

.veranst_hg {
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight:bold;
}

/* Klasse fÃ¼r die Ãœberschrift in der Grafik */

TD.veranst_text {
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight:bold;
}

/* Klasse fÃ¼r die Schriften in den Zellen */

TD {
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;


}




/* Frontendbenutzer Registrierung */
/*
.tx-srfeuserregister-pi1 a:link {
font-size: 11px;
color: #AB9785;
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

/******************************** Stylesheet der Benutzerregistrierung*****************************************/


.tx-srfeuserregister-pi1 {

position: relative;
top: 0px;
margin-top:8px;
margin-left: 0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
}

.h4 {

/* Ausrichten der Ãœberschriften, her fÃ¼r die Anrede und Unterschrift */

margin-left: 0px;
margin-bottom: 10px;
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.tx-srfeuserregister-pi1-notice {

margin-top: 20px;
margin-bottom: 20px;
text-align: left;
color:#000000;
text-indent:0px;
padding: 0px;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
text-indent:0px;
}

.tx-srfeuserregister-pi1-error {
color: #FF0000;
text-decoration: blink;
font-weight: bold;
}
/*
.tx-srfeuserregister-pi1 p  {

text-align: left;
color:#000000;
text-indent:0px;
padding: 0px;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
text-indent:0px;
}
*/

.tx-srfeuserregister-pi1 .edit, .register {
background-color: transparent;
position: absolute;
top: 0px;
margin: 0px;
text-align: left;
margin-left: 1px;
padding: 0px;
color: #336699;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
z-index: 1;
}

.tx-srfeuserregister-pi1 a:hover, a:active, a:visited {
  color: #AB9785;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  }


/* F&uuml;r das Registrierungsformular */
.label-field {
padding-top: 10px;
}

.label {
padding: 0px;
text-align: left;
width: 400px;
font-weight: bold;
padding-bottom: 5px;
}
/*
.field {

padding-left: 0px;
text-align: left;
}*/

/* FÃ¼r das Registrierungsformular in der Vorschau*/

.tx-srfeuserregister-pi1 .label-field-preview {
padding-top: 10px;
}

.tx-srfeuserregister-pi1 .label-preview {
padding: 0px;
text-align: left;
width: 400px;
font-weight: bold;
padding-bottom: 5px;
}

.tx-srfeuserregister-pi1 .field-preview {

padding-left: 0px;
text-align: left;
}


.tx-srfeuserregister-pi1 .field input
{
border-style: solid;
border-width: 1px;
border-color: #808184;
font-size:10px;
font-family:Tahoma;
background-color:#ffffff;
color:#000000;
padding-left: 0px;
text-align: left;


}


.tx-srfeuserregister-pi1 input[type=radio] {
vertical-align: middle;
margin-left: 10px;
margin-right: 5px;
}

/*.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-uploader { */
/*#tx-srfeuserregister-pi1-image-0 {

padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 3px;
border-width: 1px;
margin-top: 5px;
width: 130px;
height: 20px;
background-color: #ECE9D8;
border-style: solid;
border-left-color: #FFFFFF;
border-top-color: #FFFFFF;
border-right-color: #808184;
border-bottom-color: #808184;
}*/

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-icon {
font-size:10px;
font-family:Tahoma, sans-serif;
background-color:transparent;
}

.tx-srfeuserregister-pi1 select {
font-size:10px;
font-family:Tahoma, sans-serif;
background-color:#ffffff;
color:#000000;
font-weight:bold;
}

.tx-srfeuserregister-pi1 textarea {
font-size:10px;
font-family:Tahoma, sans-serif;
background-color:#ffffff;
color:#000000;
font-weight:bold;
border: 1px solid #808184;
}

textarea {
font-size:10px;
font-family:Tahoma, sans-serif;
background-color:#ffffff;
color:#000000;
font-weight:normal;
border: 1px solid #808184;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio input
{
font-size:10px;
font-family:Tahoma;
background-color:transparent;
color:#000000;
font-weight:bold;
vertical-align:middle;
}

.tx-srfeuserregister-pi1-submit {
/*Ausrichtung des Submit Buttons*/

/*height: 25px;*/
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 3px;
border-width: 1px;
margin-top: 5px;
width: 130px;
height: 20px;
background-color: #ECE9D8;
border-style: solid;
border-left-color: #FFFFFF;
border-top-color: #FFFFFF;
border-right-color: #808184;
border-bottom-color: #808184;
}




.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-checkbox input
{
font-size:10px;
font-family:Tahoma;
background-color:transparent;
color:#000000;
font-weight:bold;
vertical-align:middle;
}

.tx-srfeuserregister-pi1-checkbox {
 margin-top: 0 0 0 0;
 padding: 0 0 0 0;
 font-size: 1em;
 width: 20px;
 border: none;

 }
 /*Definitionstabelle fÃ¼r die gelisteten Checkboxen im Formular. Ist im Programm, nicht im Template definiert*/
 dt {
 margin: 0px;
 padding-top: 0px;
 width: 25px;
 }

 dd {
 /*margin: 5px;*/
 position: relative;
 left: 5px;
 top: -15px;
 vertical-align: top;
 }

 /*
.tx-srfeuserregister-pi1-checkbox li {
margin: 0 0 0 0;
}
.tx-srfeuserregister-pi1-checkbox li label {
margin: 0;
padding: 0 0 0 0;
font-size: 1em;
}



.tx-srfeuserregister-pi1-multiple-checkboxes {
list-style-type: none;
list-style-image: none;
list-style-position: inside;
margin: 0 0 0 0;
font-size: 1em;
}

.tx-srfeuserregister-pi1-multiple-checkboxes li {
margin: 0 0 0 0;
}

.tx-srfeuserregister-pi1-multiple-checkboxes li label {
margin: 0;
padding: 0 0 0 0em;
font-size: 1em;
}
*/
.tx-srfeuserregister-multiple-checked-values li { float: left; margin: 0 2em 0 0;}
.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; list-style-image: none; list-style-position: inside; margin: 0 0 0 .5em; font-size: 1em; }
.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .4em 0; }
.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; font-size: 1em; }
.tx-srfeuserregister-multiple-checked-values li { float: left; margin: 0 2em 0 0;}




  /********************************* MAILFORM *********************************/
/* Felder und Submit Button fÃ¼r Email-Formulare */
/* definiert, dass hier keine Umrandung des Formulars sein soll */


fieldset
{
	width: 450px;
	/*padding: 10 0 10 70;*/
	margin-left: 0px;
  border: none;
}


.csc-mailform-field
{
	clear: left;
  border: none;
  }

.csc-mailform-field label
{
	margin: 2px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 300px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
/*.csc-mailform-submit*/
#mailformformtype_mail {
margin-left: 0px;
margin-top: 5px;
padding-top: 0px;
width: 130px;
height: 20px;
background-color: #ECE9D8;
border-style: solid;
border-width: 1px;
border-left-color: #FFFFFF;
border-top-color: #FFFFFF;
border-right-color: #808184;
border-bottom-color: #808184;
}

/* ID fï¿½r den Suche-Button im Forum*/

#boardSearchSubmitId {
margin-left: 0px;
margin-top: 5px;
padding-top: 0px;
width: 130px;
height: 20px;
background-color: #ECE9D8;
border-style: solid;
border-width: 1px;
border-left-color: #FFFFFF;
border-top-color: #FFFFFF;
border-right-color: #808184;
border-bottom-color: #808184;
}

.csc-mailform-field input
{
	background-color: #ffffff;
	border: 1px solid;
	border-color: #5A524A;
	clear: right;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 200px;
}

/* Damit der IE keine Border um die Checkbuttons legt */

.csc-mailform-field input.csc-mailform-check

{
	border: none;
	padding: 0px;
	margin-top: 0px;
  margin-right: 150px;
  vertical-align: left;
	/*display: block;*/
	width: 15px;
	/*clear:left;*/
  !important;
}

input.csc-mailform-check
{
	border: none;
	padding: 0px;
	margin-top: 10px;
  /*vertical-align: center;
	display: block;*/
	width: 15px;
	/*clear:left;*/
  !important;
}



.csc-mailform-label
{
	clear: left;
  margin:2px;
font-size:12px;
line-height:15px;
color:#000000;
/*float: left;*/
text-align: left;
margin-right: 0px;
width: 250px;
display: block;
font-family: Verdana, Geneva, Helvetica, sans-serif;
padding-top: 5px;
padding-bottom:5px;
}


.csc-mailform-field textarea
{
	background-color: #ffffff;
	border: 1px solid;
	border-color: #5A524A;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
  vertical-align: left;
  clear: right;
  width: 400px;
}

#mailformdata[tt_board][NEW][message]
{
	background-color: #ffffff;
	border: 1px solid;
	border-color: #5A524A;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
  vertical-align: left;
  clear: right;
  width: 800px;
}

/*Forum Formular*/
#mailformformtype_db {
margin-left: 0px;
margin-top: 5px;
padding-top: 0px;
width: 130px;
height: 20px;
background-color: #ECE9D8;
border-style: solid;
border-width: 1px;
border-left-color: #FFFFFF;
border-top-color: #FFFFFF;
border-right-color: #808184;
border-bottom-color: #808184;
}

ul .prevnext {
color: #000000;
    background: transparent;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none;
    }

li .prev {
    color: #000000;
    background: transparent;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none;
    }
/* Linkeigenschaften Menu */

.menu A:link, A:visited  {
    color: #555656;
    text-decoration:none;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma;

}

.menu A:hover {
    background-color: #C6C3B4;
    color: #686355;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma;
    font-weight:bolder;
}

.menu  A:active {
    color: #555656;
    text-decoration:none;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma;
    font-weight:bold;
}


/* Div Konfigurierung ENDE */
