/*font-family: 'Qwigley', cursive;
font-family: 'Alex Brush', cursive;
font-family: 'Tangerine', cursive;*/


/*------------ grundsätzliche Parameter -----------------*/
html     {
         overflow-y:scroll;
         }

body   {
        font-family:Verdana,Helvetica,Arial,sansserif;
        color:black;				position:relative;		        /*position:absolute;
        margin:0 auto;*/
        width:100%;
        text-align:left;
        font-size:100.01%;        /*font-size:87.5%;*/
        }

h1       {
          font-size:140%;
          }

h2       {
          font-size:105%;
          }

h3       {
          font-size:100%;
          }

h1,h2,h3,h4 {
          margin:0 0 5px 0;
          color:#555555;
          }
h6       {
         font-family:'Qwigley', cursive;
         font-size:170%;
         font-weight:bold;
         color:#555555;
         letter-spacing:0.1em;
         margin:30px 0 0 0;
         text-align:left;
         }

	 
em       {
         margin-left:0;
         }

a:link, a:visited        {
              color:#777777;
              text-decoration:none;
              font-weight:bold;
              }

a:hover,a:focus,a:active        {
                                 color:#999999;
                                 text-decoration:underline;
                                 font-weight:bold;
                                 }
/*-------------------Kopfbereich --------------------------------*/
#kopf  {
                   width:1330px;
                   position:relative;
                   text-align:left;
                   background-color:white;
                   margin-top:0px;
                   /*margin-left:0px;*/
                   margin-left:auto;			                      margin-right:auto;
                   height:110px;
				   border-style:solid;				   				   /*border-left:3px;				   border-top:3px;				   border-right:3px;*/				   				   border-bottom:0px;				   				   border-color:#888888;
                 }

#kopf h6 {
         font-family:'Qwigley', cursive;		 		 font-style: italic;
         font-size:220%;
         color:#838387;/*         color:#888888; */
         margin-bottom:0px;
         margin-left:0; }		 /*---------------------------Fußbereich -------------------------*/.fuss  {				font-size:11px;}
/*------------------------Content-Bereich -------------------------*/
#main    {
          background:url(http://www.deichbilder.de/images/main_footer_xl.jpg) no-repeat;
          background-position:bottom;
          font-family:Verdana,Helvetica,Arial,sansserif;
          width:1330px;
          position:relative;
          text-align:left;
          top:0px;
          clear:both;
		  border-style:solid;				   		  border-top:0px;				   		  border-color:#888888;		  		  margin:0 auto;          font-size:0.9em;          /*font-size:87.5%;*/		  /*bottom:100px;*/          }
/*-----------------Inhalt Startseite-----------------*/
#content_main  {
          position:relative;
          padding-bottom:200px;
          text-align:left;
		  margin:0 auto;/*          margin-left:150px;
          margin-right:150px;
          margin-bottom:15px; */
          /*font-size:0.9em;*/          font-size:1.0em;
          }

#content_main p  {
                  text-align:left;				  font-size:1.0em;
                  }

#content_main iframe   {
         border-color:#555555;
         border-style:outset;
         border-width:5px;
         border-radius:15px;
         }

/*-----------------Inhalt sonst-----------------*/
#content {          padding-bottom:0px;
          text-align:left;
          font-size:0.9em;
          margin-left:15px;
          margin-right:15px;
          margin-bottom:15px;
          overflow:hidden;
          }

#content p       {
                  text-align:left;
                  }

#content p em  {
              font-size:0.8em;
              text-align:left;
              color:black;
              padding:0;
              }

#content h2 {
            color:#555555;
            text-align:left;
            }

#content ul       {
         list-style-position:outside;
         list-style-type:circle;
         }

#content li  {
     text-align:left;
     margin-left:20px;
     margin-right:20px;
     margin-bottom:7px;
     line-height:1.5;
     }
.navi a:link	        {              color:#555555;              text-decoration:none;              font-weight:bold;              }.navi a:visited        {              color:#777222;              text-decoration:none;              font-weight:bold;              }a:hover:.navi 					{                                 color:#999999;                                 text-decoration:underline;                                 font-weight:bold;                                 }a:focus:.navi 					{                                 color:#999999;                                 text-decoration:underline;                                 font-weight:bold;                                 }.navi a:active        				{                                 color:#999999;                                 text-decoration:underline;                                 font-weight:bold;                                 }@media print {

                 #nav ul li ul {
                         display:none;
                      }
                  }