
* {
margin: 0;
padding: 0;
}

#content td {
padding-bottom: 5px;
}

#content p {
padding-top: 10px;
}

hr {
margin-top:15px;
margin-bottom:15px;
}

/*--formatiert die Menüleiste--*/ 
/*
#wMenu { 
width: 100%; 
padding: 0 20px; 
background: #036; 
font-family: helvetica,arial,sans-serif;
font-weight:bold; 
font-size: 1em; 
line-height: 1.5; 
float: left; 
}
*/

#wMenu { 
display: inline-block;
width: 951px; 
padding: 0 0px; 
background: #036; 
font-family: helvetica,arial,sans-serif;
font-weight:bold; 
font-size: 1em; 
line-height: 1.5; 
}



/*--formatiert die Themenblöcke--*/ 
#wMenu ul { 
float: left; 
width: 105px; 
list-style-type: none; 
} 

/*--definiert die Blocküberschriften--*/ 
#wMenu  { 
font-size: 1em; 
text-align: center; 
border-left: 1px solid #003366; /*--erforderlich für IE 7--*/ 
border-top: 1px solid #003366; /*--erforderlich für IE 7--*/ 
border-right: 1px solid #003366; /*--erforderlich für IE 7--*/ 
border-bottom: 1px solid #003366; /*--erforderlich für IE 7--*/ 
background: #036; 
} 

/*--definiert die "Drop-Down-Links" im Normalzustand--*/ 
#wMenu a { 
text-decoration: none; 
display: block; 
border-left: 1px solid #ccc; 
border-top: 1px solid #ccc; 
border-right: 1px solid #036; 
border-bottom: 1px solid #036; 
text-align: center; 
background: #036; 
color: #FFFFFF; 
} 

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/ 
#wMenu a:hover { 
color: #ff9224; 
background: #036; 
}

/* 
*verhindert im Zusammenhang mit position absolute bei ul ul 
*eine Höhenvergrößerung von #menu beim Hovern-- 
*/ 

#wMenu li { 
position: relative; 
} 

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/ 
#wMenu ul ul { 
position: absolute; 
z-index: 2; 
display: none; 
} 

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/ 
#wMenu ul li:hover ul { 
display: block; 
} 

