/* GENERELLES */
body {background: rgb(90,30,1) url('../img/bg_stripe.png') repeat fixed;
       color: black;
       font-family: sans-serif;
       font-size: 8pt;
/* 'text-align', für die Zentrierung im IE */
       text-align: center; }

hr { width: 80%; }

table { font-size: 8pt; }

a[href] { color:  rgb(240,100,0); }

a[href]:hover { text-decoration: none; }


* html a { color: orange; }
* html a:hover { color: black; }

td { vertical-align: top; }
td[label] { text-align: right;
            padding-right: 10px; }

form[name="kontaktformular"] .missing { background-color: red; }

#container { width: 840px;
             border: solid black 2px;
             background-color: rgba(255,255,255,0.9);
             margin: 0 auto;
             text-align: left; }

.presse { text-decoration: none; }

/* HEADER */
#kopf { width: 100%;
        height: 170px;
        overflow: hidden;
        background: rgb(240,100,0) url(../img/bg_header.png) repeat-x top;
        border-bottom: solid 2px black;

        color: black; }

#logo { height: 150px;
	    margin: 10px 0 0 20px; }


#vereinsname, #kontaktdaten { width: 705px;

                              padding-left: 200px;

                              margin-left: 0; }


#vereinsname { padding-top: 71px;

               padding-bottom: 37px;
               margin-top: -165px;
               font-size: 18pt; }

#kontaktdaten{ margin-top: -5px; }


/* Spaltenaufteilung => Weiche für IE und andere */
html>body #mainmenu,
html>body #content,
html>body #termine { display: inline-block;
                     vertical-align: top; }

/* IE */
* html #mainmenu { float: left; }
* html #content {float: left;}
* html #termine {float: left; }

#content, #termine { margin-top: 40px; }


/* MENÜ */
#mainmenu { width: 130px;
        margin: 0;
         padding: 0; }

/* IE */
* html #mainmenu { 
margin-left: -40px;
               margin-top: 0;
               width: 170px; }

#mainmenu{ list-style: none;
             padding: 0;
             text-align: right; }


#mainmenu li a { padding: 10px;
                  width: 110px;
	          display: block;
	          font-weight: bold;

                  font-size: normal;

                  text-decoration: none; }

* html #mainmenu li a {width:130px; }

#mainmenu a:hover li, #mainmenu a:hover, #mainmenu .current a { background:  rgb(240,100,0); color:white; }



/* UNTERMENÜS */
.submenu { list-style: none;
           padding: 0; }
.submenu li { display: inline;
              padding-right: 10px; }
.submenu a { text-decoration: none;

             color:  rgb(240,100,0); }

.submenu .current a { color:  rgb(250,100,0);

                      text-decoration: underline; }


/* INHALT */
#content { width: 410px;
           padding-bottom: 20px;
           padding-left: 50px;
           min-height: 480px;
           text-align: justify; }

/* IE */
* html #content { width: 450px;
                              height: 500px; }


/* Foto-Kontrollelemente */
.Controls { text-decoration: none;
            font-weight: bold;
            font-size: 14pt; }


/* NÄCHSTE TERMINE */
#termine { margin-left: 50px;
           width: 150px; }

#termine h3 { font-size: 9pt;}
#termine h4 { font-size: 8pt;}


/* FOOTER */
#footer { margin-top: 15px;
          text-align: center; }

/* Linke Spalte (Beschreibung) einer Tabelle */
.desc { text-align: right; padding-right: 10px;}
.desc:after { content: ":";}