/* 	Text bg	#ffc
    link bg #996 */
    
html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Helvetica, Arial, sans-serif;
}

html, body   {background-color:#036;
              font-size:normal;
              margin:5px;
              text-align:center;
              
             }

img           {border:none;
              }
h1, h2, h3 {font-family:Times,cursive;}
h1      {margin: 10px 10px 20px 20px;
        font-size:x-large;
        }
h2      {margin: 10px 10px 10px 20px;
        font-size:large;
        padding:2px;
        padding-left:5px;
        }
h3      {margin: 10px 10px 5px 15px;
        }
p       {margin:10px 0px 10px 0px;
        }
strong  {font-weight:bold;
        }

a:link, a:visited, a:hover, a:active {font-weight:bold;
                                     text-decoration:none;
                                     }
a:link {color:#036;
        }
a:visited {color:#036;
            }
a:hover, a:active {color:#000;
                  }
td  {vertical-align:top;
     padding:3px;
     margin:2px;
     background-color:#fff;
     text-align:left;
     }
form    {padding-top:20px;}
input, textarea, select, radio   {background-color:#ffc;
         border: 1px solid #cc9;
        }

                  
#container  {width:901px;
             text-align:left;
             margin-left:auto;
             margin-right:auto;
             padding:0px;
            }

#header {background-image:url('images/header.jpg');
        width:900px;
        height:142px;
        text-align:right;
        color:#fff;
        font-weight:bold;
        }
#header h1 {font-size:xx-large;
            font-family:Times,cursive;
            padding-top:20px;
            margin-bottom:0px;
        }
#navi   {width:179px;
        height:499px;
        font-size:x-large;
        background-color:#036;
        float:left;
        background-image:url('images/left.jpg');
        margin-top:0px;
        
        }

#navi ul {padding-top:20px;}
#navi li     {list-style-type:none;
             padding:5px;
             }
#navi a {color:#fff;
         display:block;
         width:140px;
         padding-left:30px;
         font-family:Times,cursive;
         background-image:url('images/stern.gif');
         background-repeat:no-repeat;
        }
        
#navi a:hover, #navi a:active
        {color:#fff;
         display:block;
         width:140px;
         padding-left:30px;
         background-image:url('images/stern2.gif');
         background-repeat:no-repeat;
         text-decoration:underline;
        }

#main   {width:721px;
         height:499px;
         
         float:left;
         
         line-height:120%;
	     letter-spacing:0.1em;
	    }
#text   {padding: 10px 20px 10px 20px;
         height:370px;
         font-size:small;
         margin-top:90px;
         overflow:auto;
        }
#galerie img {display:block;
         margin-top:15px;
         }
