


/* Die Container der Seite: Art Hauptseite */

	#container_main {
                         position:absolute;

                         width:1024px;
                         height:1700px;
                         text-align: left;
                         background-color: white;
                         border:1px solid black;}

	#container_header {
         		 width: 1019px;
                          height: 65px;
                          text-align: left;
                          background-color: white;
                          border:none;
                          }

       	#container_nav_1 {
                         float:left;
                         width:150px;
                         height:200px;
                         text-align:left;
         		background-color:white;
                         border:none;
                         }

	#container_nav_2 {
                         position:absolute;
                         top:65px; left:160px;
                         width:845px;
                         height:20px;
                         max-width:845px;
                         text-align:left;
                         background-color:white;
                         border:0px solid black;
                         }

	#container_content {
                         position:absolute;
                         top:95px; left:160px;
                         width:649px;
                         max-width:649px;
                         height:1450px;
                         /*max-height:1350px;*/
                         background-color:#FFFFCC;
                         border:none;
                         }

	#container_margina {
                         position:absolute;
                         top:95px; left:820px;
                         width:186px;
                         max-width:186px;
                         height:1400px;
                         max-height:1400px;
                         background-color:#CCCCFF;
                         border:0px solid black;
                         }

	#container_footer {
         		margin:10px auto;
         		clear:both;
                         border:0px solid black;
                         height:50px;
                         width:649px;
                         max-width:645px;
                         }

       	#tippdesmonats {

                         margin-left:800px;
                         text-align:center;
                         vertical-align:top;
                         border:none;
                         }

       	#container_logo_banner {
                         float:left;
                         width: 800px;
                         height: 60px;
                         text-align: left;
         		background-color:white;
                         border:none;
                         }

         #container_separator {
         		height:2px;
                         width:653px;
                         max-height:20px;
                         max-width:653px;
                         }



/* Anweisungen für den Hintergrund */
	body {
                 font-family:Arial, Helvetica, sans-serif;
                 background-color:silver;
                 /*min-width: 40em; *//* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
                 }

/* Anweisung für das Aussehen von Absätzen */
	p {
         	font-family:Arial, Helvetica, Verdana, sans-serif;
                 text-indent:0;
                  }

/* Anweisungen für die einsetzbaren Typos */
   	ul 	{
         	margin: 15px;
                 padding: 0px;
                 }


	h1	{
         	font-family:Arial, Helvetica, Verdana, sans-serif;
                 font-size:18pt;
                 color:black;
                 font-weight:bold;
                 }

         h2	{
         	font-family:Arial, Helvetica, Verdana, sans-serif;
                 font-size:14pt;
                 color:black;
                 font-weight:bold;
                 }

         h3	{
         	font-family:Arial, Helvetica, Verdana, sans-serif;
                 font-size:12pt;
                 vertical-align:top;
                 color:black;
                 font-weight:bold;
                 }

         h4	{
         	font-family:Arial, Helvetica, Verdana, sans-serif;
                 font-size:10pt;
                 color:black;
                 font-weight:bold;
                 }

         b	{
         	color:black;
                 }

         img.links{

                 vertical-align:text-top;
                 float:left;
                 margin-right:10px;
                 margin-bottom:0px;
                 margin-top:0px;
                 }

         img.rechts{
         	vertical-align:text-top;
                 float:right;
                 margin-right:0px;
                 margin-left:10px;
                 margin-bottom:0px;
                 margin-top:0px;
                 }

	img.mitte{
                 vertical-align:text-top;
                 float:left;
                 margin-right:5px;
                 margin-left:0px;
                 margin-bottom:05px;
                 margin-top:5px;
                 }

         .fliesstext {
                 vertical-align:top;
                 font-family:Arial, Helvetica, Verdana, sans-serif;
                 font-size:9pt;
                 color:black;
                 }

         .bildunterschrift {
         	font-family:Arial, Helvetica, Verdana, sans-serif;
                 font-size:8pt;
                 color:black;
                 font-style:italic;
                 }

         .zitat {
         	font-style:italic;
                 color: red;
                 }

   	.wichtig {
                 vertical-align:top;
                 font-weight:bold;
                 color:#000000;
                 }

         .marginalschrift {
         	color:black;
                 font-size:8pt;
                 }

         .mini {
                 vertical-align:top;
                 font-size:10pt;
                 font-variant:small-caps;
                 font-style:normal;
                 }

         .minimini {
                 vertical-align:top;
                 font-size:7pt;
                 font-variant:normal;
                 font-style:normal;
                 }

         .hervorgehoben {
                 vertical-align:top;
                 font-size:large;
                 font-variant:small-caps;
                 font-style:oblique;
                 }

/* Individual Formate */

	#inhaltstafel {

                 padding:5px;
                 width:649px;
                 max-width:649px;
                 border:1px solid;
                 border-color:#CCCCFF;
                 }

         #blauerbereich {
         	background-color: #CCCCFF;
                 padding:0px;
                 width:250px;
                 border:4px solid;
                 }

         #dunkelblau {
         	background-color: #3399FF;
                 padding:0px;
                 width:250px;
                 border: 4px solid;
                 }

         #strichrahmen {
                 float:none;
                 clear:both;
                 border-width:1px;
                 border-top:none;
                 border-bottom:dashed;
                 border-left:dashed;
                 border-right:none;
                 border-color:gray;
                 width:250px;
                                  }

         #grauerrahmen250 {
                 margin-top:0px;
                 margin-right:10px;
                 margin-left:0px;
                 vertical-align:text-top;
                 padding:5px;
                 float:left;
         	width:240px;
                 max-width:240px;
         	border-width:1px;
                 border-color:#3399FF;
                 border-top:solid gray;
                 border-bottom:solid gray;
                 border-left:solid gray;
                 border-right:solid gray;
                 }

/* Definition aktive Seite/Button Navigation */

         ul#Navigation li b	{
                 display:block;
                 border: 0px solid gray;
    		/*border-left-color: none; border-top-color: none;*/
                 border-bottom-color:gray;
    		color: white; background-color:#808080;
  		}

/* Definition Verlinkungen */

	a:link {
                color:blue;
                }

         a:visited{
         	color:navy;
         	}

         a:hover {
         	color:blue;
                 font-weight:normal;
                 font-style:italic;
                 text-decoration:none;
                 }


/* Navigationsdefinition Hierarchie 1*/

   	ul#Navigation {
    		width: 150px;
    		margin: 0; padding: 1px;
    		border:none;
    		background-color: white;
  		}

  	ul#Navigation li {
    		list-style: none;
    		margin: 1px; padding: 0;
  		}

         ul#Navigation a {
    		display:block;
    		padding: 1px;
                 text-align:left;
                 text-decoration: none; font-weight: normal;
                 font-style:normal;
                 font-size:10pt;
                 max-height:20pt;
                 width:150px;
                 height:16px;
    		border: 1px solid;
                 border-color: gray;
    		border-left-color: white; border-top-color: white;
    		color: black; background-color: #cccccc;
  		}

  	ul#Navigation a:hover {
         	text-decoration:underline;
                 font-weight:bold;
    		border-color: white;
    		border-left-color: black; border-top-color: black;
    		color: blue; background-color: #cccccc;
  		}

/* Navigationsdefinition Hierarchie 2*/

   	ul#Navigation2 {
    		margin: 0; padding: 1px;
    		border:none;
    		background-color: white;
  		}

  	ul#Navigation2 li {
    		list-style:none;
    		margin:0;
                 display:inline;
  		}

  	ul#Navigation2 a {
    		padding: 1px;
    		text-decoration: none; font-weight:bold;
                 font-size:10pt;
                 font-style:normal;
                 max-height:20pt;
                 max-width:150px;
                 /*width:150px;*/
                 color: navy;
  		}

  	ul#Navigation2 a:hover {
         	text-decoration:underline;
                 font-weight:bold;
    		border-color: white;
    		border-left-color: black; border-top-color: black;
    		color: blue; background-color: #cccccc;
  		}

/* Navigationsdefinition Hierarchie 3*/

   	ul#Navigation3 {
    		margin: 0; padding: 1px;
    		border:none;
    		background-color: white;
  		}

  	ul#Navigation3 li {
    		list-style:none;
    		margin:0;
                 display:inline;
  		}

  	ul#Navigation3 a {
    		padding: 1px;
    		text-decoration: none;
                 font-size:8pt;
                 font-style:normal;
                 max-height:20pt;
                 max-width:150px;
                 /*width:150px;*/
                 color: navy;
  		}

  	ul#Navigation3 a:hover {
         	text-decoration:underline;
                 font-weight:bold;
    		border-color: white;
    		border-left-color: black; border-top-color: black;
    		color: blue; background-color: #cccccc;
  		}





