*                               { margin: 0; padding: 0; }

html                            { height: 100%; }
body                            { height: 100%; background: #fff url(/gfx/leiste_oben.gif) repeat-x top; line-height: 150%; font-size: 12px; font-family: verdana, tahoma, arial, sans-serif;  }
  
#site                           { position: relative; height: 100%; width: 100%; margin: auto; min-width: 700px; background: url(/gfx/leiste_unten.gif) repeat-x bottom; }
body>#site                      { min-height: 100%; height: auto; }

#kopf                           { height: 130px; padding-top: 85px;  background: url(/gfx/kopf.jpg) no-repeat center bottom; min-width: 700px;}

#inhaltcontainer                { width: 700px; margin: auto; padding-bottom: 80px;}

#navi                           { margin-top: -70px;  font-size: 14px; font-family: Georgia, 'Times New Roman', 'Minion Pro', serif; }
#navi ul                        { width: 700px; height: 50px; }
#navi li                        { float: left; list-style: none; padding: 5px 0; margin: 0 10px 0 0; }
#navi li a                      { padding: 1px 3px; }
#navi li a:link, 
#navi li a:visited              { color: #000; text-decoration: none; }
#navi li a:hover, 
#navi li a:active, 
#navi li a:focus                { color: #fff; background: #882424; text-decoration: none; }

#navi li a.selected:link, 
#navi li a.selected:visited     { color: #882424; text-decoration: underline; }
#navi li a.selected:hover, 
#navi li a.selected:active, 
#navi li a.selected:focus       { color: #fff; background: #882424; text-decoration: none; }


#kontext                        { float: left; width: 120px; }
#inhalt                         { float: right; width: 560px; }

#fuss                           { position: absolute; bottom: 0; height: 41px; width: 100%; text-align: center; color: #fff; }

#fuss p                         { margin: 7px 0 0 0; padding: 0; }
#fuss p a:link, 
#fuss p a:visited               { color: #fff; }
#fuss p a:hover, 
#fuss p a:active, 
#fuss p a:focus                 { background: none; color: #fff; text-decoration: none; }



/* Content */

a:link,
a:visited                       { color: #882424; }
a:hover,
a:active,
a:focus                         { color: #fff; background: #882424; text-decoration: none; }

h2                              { color: #882424; font-size: 20px; font-weight: normal; margin: 24px 0 8px 0; }
h3                              { color: #882424; font-size: 15px; margin: 16px 0 8px 0; }
h4                              { color: #882424; font-size: 12px; margin: 16px 0 8px 0; }

hr                              { color: #882424; background: #882424; border: #882424; margin: 7px 0 15px 0; height: 1px; border: 0;}

p                               { margin: 8px 0 8px 0; }
ul                              { list-style: inside square; }
ol                              { list-style: inside decimal; }
li                              { margin: 8px 0 8px 0; }
img                             { border: solid 1px black; margin: 24px 0 8px 0; }



/* Allg */

.clear                          { clear: both; }
.noclear                        { clear: none; }
.aus                            { display: none; }
.print                          { display: none; }
.seo                            { display: none; }
.nix                            { }





/* #Media Queries */

    	/* SmartPhone quer */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

}


    	/* SmartPhone hoch */
	@media only screen and (max-width: 479px) {

}