/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;		
	top: 0px;
	left: 0px;
	z-index:90;
	}

#menuh
	{
	font-size: small;
	width:1000px;
	float:left;
	margin:0px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	padding:0;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #2B7FC8;
	background-color: #78BDF9;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #2B7FC8;
	background-color: cornflowerblue;
	}	

#menuh ul
	{
	font-size: 12px;  	 
  font-family: Arial; 
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:120px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
  min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	margin:-1em 0 0 -1em;
  padding: 1em;  
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	z-index:600;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


H3 {
  text-align:center;
  font-size: 10pt; 
  font-family: Verdana; 
  font-weight:bold;
  text-decoration: underline;  
}

#bg {
  position: absolute;
  padding-bottom:10px;
  padding-left:0;
  left:11px; 
  top:30px; 
  width:988px; 
  height:405px;
  z-index:10;
}

#main {
  position: absolute;
  padding-top:10px;
  top:10px;
  left:0px;
	height:382px;
  padding-left:1px;
  width:988px;  
  overflow: auto;
  z-index:20;
}

#bg .artikel {
  width: auto;
	font-size:12px;
  font-family:Arial; 
  position:relative;
  padding-left:3px;
  padding-right:3px;
  padding-bottom:10px;
  text-align:left;
	left:5px;  
  width:957px;
  min-height:190px;
  border-bottom:1px solid #78BDF9;
  z-index:30;
}

#bg .artikel img{
  padding:3px;
}


#bg .artikel a {
  text-decoration:none;
}



