/* ********************************** CSS Style Sheet *************************************** */
/* ********************************** screen.css ******************************************** */

@import url("/css/screen_skeleton.css");
@import url("/css/screen_menu.css");

/* ********************************** CSS screen ************************************************************ */
/* ********************************************************************************************************** */

/* --------------------------- FORMATIERUNGEN MITTLERE SPALTE-------------------------- */
/* ------------------------------------------------------------------------------------ */

/* Überschriften */
#mittlerespalte h1  {                 padding:0px; margin:0px;  } /* für alle Überschriften */
#mittlerespalte h1 a {                text-decoration:none; }
#mittlerespalte h1 a:hover   {        color:#1D4A92; }
#mittlerespalte h1 a:visited {        color:#1D4A92; }

#mittlerespalte p {                   font-size:11px; } /* text-align:justify; */
.h1oben {                             font-size:11px; font-weight:bold; color:#AAA387; }
.h1mitte {                            font-size:15px; color:#EE1B21; line-height:18px; }
.h1unten {                            font-size:11px; font-weight:bold; color:#AAA387; }

.h2oben {                             font-size:11px; font-weight:bold; color:#AAA387; }
.h2mitte {                            font-size:12px; color:#EE1B21; line-height:15px; }
.h2unten {                            font-size:11px; font-weight:bold; color:#AAA387; }

.h2mitte a {                          font-size:12px; color:#EE1B21; line-height:15px; text-decoration:none; }
.h2mitte a {                          font-size:12px; color:#EE1B21; line-height:15px; text-decoration:none; }

.hbalken {                            clear:both;
                                      margin-top:10px; margin-bottom:10px; width:450px; height:23px;
                                      background-color:#C7C3B3;
                                      color:#FFFFFF; font-size:13px; line-height:23px;
                                      font-weight:bold; }

/* Link im Text in der mittleren Spalte */
a.link {                              text-decoration:none; font-size:11px; font-weight:bold; color:#CA2420; }
a.link:hover {                        text-decoration:underline; color:#CA2420; }
a.link:visited {                      text-decoration:none; color:#CA2420; }





/* --------------------------- BILDER --------------------------------------------------- */


.bild {                               clear:both; }
.bild img {                           display:block; margin-bottom:0px; }
.bild div {                           margin-top:0px; background-color:#EDE8D5;
                                      font-size:10px; line-height:12px; color:#7C7660;
                                      padding:4px; text-align:center; }
.bild div a {                         text-decoration:none; color:#7C7660; }
.bild div a:hover {                   text-decoration:underline; }

.bildlinks {                          clear:both; margin-right:12px;
                                      margin-top:5px;
                                      margin-bottom:3px; float:left; }
.bildlinks img {                      display:block; margin-bottom:0px; }
.bildlinks div {                      background-color:#EDE8D5;
                                      font-size:10px; line-height:12px; color:#7C7660; padding:4px; }
.bildlinks div a {                    text-decoration:none; color:#7C7660; }
.bildlinks div a:hover {              text-decoration:underline; }

.bildrechts {                         margin-left:12px; padding-top:2px;
                                      margin-top:2px; margin-bottom:3px;
                                      float:right; }
.bildrechts img {                     display:block; margin-bottom:0px; }
.bildrechts div {                     background-color:#EDE8D5;
                                      font-size:10px; line-height:12px; color:#7C7660; padding:4px; }
.bildrechts div a {                   text-decoration:none; color:#7C7660; }
.bildrechts div a:hover {             text-decoration:underline; }

div.bildcopy {                        background-color:#FFFFFF;
                                      font-size:9px; line-height:10px; color:#AAAAAA;
                                      padding:0px 4px 0px 4px; text-align:right; }

div.bildcopy a {                      text-decoration:none; font-size:9px; line-height:10px;
                                      color:#AAAAAA; }
div.bildcopy a:hover {                text-decoration:underline; font-size:9px; line-height:10px;
                                      color:#AAAAAA; }

div.colored {                         background-color:#EDE8D5; }




/* --------------------------- FORMULARE -------------------------------------------------- */

.formzeile {                   background-image:url('/pics/layout/input_background.jpg');
                               background-repeat:repeat-x;
                               border:1px solid #B2B2B2;
                               font-size:11px; color:#303030; padding:3px; }
.formradio {                   color:#B2B2B2; }
.formselect {                  border:1px solid #B2B2B2;
                               background-image:url('/pics/layout/input_background.jpg');
                               font-size:11px; color:#000000; line-height:20px; }
.formbutton {                  border:1px solid #B2B2B2;
                               background-image:url('/pics/layout/input_button_background.jpg');
                               font-size:11px; color:#000000; padding:3px 10px 3px 10px; }

.formlabel {                   float:left; line-height:18px; text-align:right; margin:2px; }
.formlabel_left {              float:left; line-height:18px; text-align:left; margin:2px; }

.input {                       font-size:9px; color:#444444; }

.captcha {                     width:50px;
                               background-image:url('/pics/layout/input_background.jpg');
                               background-repeat:repeat-x;
                               border:1px solid #B2B2B2;
                               font-size:11px; color:#303030; padding:3px; }

.captchapict {                 float:left; border:1px solid #AAC2DE; }

.forminfobox {                 width:436px; padding:10px; background-color:#EEEEE6;
                               text-align:center; }

// für login-formular des templates
.input_layout {                border:1px solid #B2B2B2;
                               background-image:url('/pics/layout/input_background.jpg');
                               font-size:11px; color:#A0A0A0; }
.input_button_layout {         border:1px solid #B2B2B2;
                               background-image:url('/pics/layout/input_button_background.jpg');
                               font-size:11px; color:#000000; }




/* --------------------------- fuer Tags allgemein ---------------------------------------- */

.cl { clear:both; }
.ob00 {                               padding-top:0px; margin-top:0px; }
.ob03 {                               padding-top:3px; margin-top:0px; }
.ob05 {                               padding-top:5px; margin-top:0px; }
.ob10 {                               padding-top:10px; margin-top:0px; }
.ob15 {                               padding-top:15px; margin-top:0px; }
.ob20 {                               padding-top:20px; margin-top:0px; }
.ob30 {                               padding-top:30px; margin-top:0px; }
.ob40 {                               padding-top:40px; margin-top:0px; }
.obm05 {                              padding-top:0px; margin-top:5px; }
.un00 {                               padding-bottom:0px; margin-bottom:0px; }
.un03 {                               padding-bottom:0px; margin-bottom:3px; }
.un05 {                               padding-bottom:0px; margin-bottom:5px; }
.un10 {                               padding-bottom:0px; margin-bottom:10px; }
.un15 {                               padding-bottom:0px; margin-bottom:15px; }
.un20 {                               padding-bottom:0px; margin-bottom:20px; }
.un30 {                               padding-bottom:0px; margin-bottom:30px; }

.li15 {                               margin-left:15px; }


/* grau hinterlegter Kasten in der mittleren Spalte */
.grauhinterlegt {                     background-color:#E2E9F1; padding:5px; margin-bottom:15px; }

/* bildliche Trennlinie */
.trennlinie {                         padding:0px; margin-top:15px; height:1px; width:393px;
                                      background-image:url('/pics/layout/linie.jpg'); }

.ausgleichszeile {                    clear:both; width:100%; height:1px;  }

/* Tabellen (IE5) */
.tabelle {                            font-size:11px; line-height:16px; }
.tabelle tr td {                      vertical-align:top; }

a.nknews {                            color:#220088; text-decoration:none; }
a.nknews:hover {                      color:#4422FF; }

.small_indent {                       margin-left:0px; padding-left:15px;
                                      list-style-type:square; }

.membertipp {                         clear:both; float:left;
                                      padding:12px;
                                      color:#585340; background-color:#EEF2FC;
                                      border:1px dashed #8192A4; margin-top:10px;
                                      width:195px;
                                      voice-family: "\"}\"";
                                      voice-family:inherit;
                                      width:169px; }
html>body .membertipp {               width:169px;  }

.tagebuch_tag {                       float:left; width:60px; text-align:center; }
