/*M E N Ü*/
#example9h #navlist
{
margin-top : -50px;
margin-left: -50px;
margin-right: 0px;
text-align:center;
font: bold 10px Arial, sans-serif;
letter-spacing: 1px;
}


#example9h #navlist li
{
list-style: none;
margin: 0;
display: inline;
padding-left:10px;
line-height:18px;


}

#example9h #navlist li a
{
text-decoration:none;
}

#example9h #navlist li a:link { color: #666; }
#example9h #navlist li a:visited { color: #777; }

#example9h #navlist li a:hover
{
color: #ccc;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#example9h #navlist li a#current
{
border-top:1px solid #4A788C;
border-bottom:1px solid #4A788C;
color: #4A788C;
}

/*H I N T E R G R U N D F A R B E*/
body {
	margin: 0px;
	background: url(../images/seitenstreifen.gif) repeat-x #ccccff;
	
}


/*M A I N*/

#main{	
background: url(../images/main.gif) repeat-y;
width:711px;
padding-left:70px;
padding-right:70px;
font-family: arial,sans-serif;
font-size: 12px;
}

/*H E A D E R*/

#headerA{
background: url(../images/headerA.gif) no-repeat;
width: 711px;
height: 41px;
}

#headerB{
background: url(../images/headerB.gif) no-repeat;
width: 524px;
height: 140px;
}

#headerC{
background: url(../images/headerC.gif) no-repeat;
width: 711px;
height: 71px;
}

/*F O O T E R*/

#footer{
background: url(../images/footer.gif) no-repeat;
width: 711px;
height: 71px;
}


/*T A B E L L E   I N   M A I N*/
.contentpane {
}

.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 1px;


}

.contentheading, .componentheading {

  font-family      : Arial, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #4A788C;
  text-align       : left;
}
