@charset "utf-8";
/* h1 fr Titel */
/* h2 fr Inhalt */
/* h3 fr Copyright */
/* h4 offen */
/* h5 fr Menü */
/* h6 fr offen */
/* ul fr Listen */

h2, h3, h4, h5, h6, ul 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
h1 				{ font-family:verdana; font-size:1.5em; color:silver; margin-top:20px; margin-bottom:20px;}
h2 				{ display:inline; font-style:normal; font-size: 13px; font-weight:500; color:darkslategray; }
h3 				{ font-family:Verdana; font-style:normal; font-size: 12px; font-weight:500; color:silver; margin-top:5px; margin-bottom:5px;}
h4 				{ display:inline; font-style:normal; font-size: 14px; font-weight:600; color:#800000; }
h5 				{ display:inline; font-weight: normal; font-size: 8pt; color: silver; font-style: normal; }
h6 				{ display:inline; font-style:normal; font-size:15px; font-weight:600; color:darkslategray; }
ul 				{ font-style:normal; font-size:0.8em; color:gray; font-weight:bold; list-style-type:disc; }

body { background-image:url('Medien/pixel.png'); background-repeat:repeat; }

#hintergrund {background-image:url('Medien/pixel.png'); background-repeat:repeat; }

#hintergrund1 {background-image:url('Medien/pixel.png'); background-repeat:repeat; top: 15px; }

#news {
	background-color:#DCDCDC; 
  	border-width:2px;
  	border-style:groove;
  	border-color:#800000;
	padding:0.1em;
  	text-align:justify;}

#hgiframe {background-color:#DCDCDC;}

#button1 {background-color: #323250;}

.Stil1 {color: #800000}

#oben {
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: #800000;
	background-image:url('Medien/pixelt.png'); background-repeat:repeat;
}

#unten {
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #800000;
	background-image:url('Medien/pixelt.png'); background-repeat:repeat;
}

ul {
   position: relative;
   left: 25px;
   top: 15px;
   margin: 0;
   padding: 0;
   list-style: none;
   width: 100px; /* Width of Menu Items */
   border-bottom: 1px solid #ccc;
   }

ul li {
   position: relative;
   }
   
li ul {
   position: absolute;
   left: 99px; /* Set 1px less than menu width */
   top: 0;
   display: none;
   }

/* Styles for Menu Items */
ul li a {
   border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; display: block;
   text-decoration: none;
   color: silver;
   font-weight:300;
   background: #4C4D4E; /* IE6 Bug */
   padding: 5px;
   border-bottom: 0px none;
   }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
      
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
      
li:hover ul, li.over ul { display: block; } /* The magic */

