/*  CSS Document  */

body {
font-size: 100.01%;
margin: 0;
padding: 0;
background: url(../graphics/menue_back.gif);
background-repeat: repeat-y;}


/*  TOP BAR  */

#topnav {
background: url(../graphics/topmiddle.gif);
background-repeat: repeat-x;
height: 104px;}

#topnav ul {
list-style: none;
padding: 0;
margin: 0;}

#topnav li {
float: right;}

#topnav img {
margin-right: 7px;
border: 0px;}

/*  SIDE NAVIGATION  */

#sidenav {
width: 158px;
float: left;}

#sidenav ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
font-size: 90%;
font-family: arial, verdana, helvetica, sans-serif;
font-weight: bold;
text-align: center;
border-bottom: 2px solid #011C45;}

#sidenav li {
margin: 0;
border-top: 2px solid #011C45;}

#sidenav li a {
text-decoration: none;
padding: 4px;
color: white;
display: block;}

#sidenav li a:hover {
background: url(../graphics/menue_back_select.gif);
background-repeat: repeat-y;}

#sidenav img {
border: 0;}

/*  MAIN CONTENT AREA  */

#content {
font-family: bitstream vera, verdana, helvetica, sans-serif;
font-size: 90%;
margin-left: 160px;
padding: 25px 25px 10px 25px;
background: url(../graphics/shadow.gif);
background-repeat: repeat-x;}

#content h1 {
font-size: 225%;
text-align: center;
font-weight: normal;
padding: 15px 0;}

#content h2 {
font-size: 130%;
text-decoration: underline;
font-weight: normal;
padding-top: 5px;}

#content h3 {
font-size: 95%;
margin: 3px 0 0 10px;
float: left;}

#content ul {
padding: 3px 10px 20px 20px;
margin: 0 0 0 15px;
line-height: 1.5em;}

#content img {
border: 0;}

#content td{
vertical-align: top;}

/*  FOOTER PROPERTIES  */

#footer {
font-family: Verdana;
font-size: 8pt;
text-align: center;
padding-right: 40px;}

#footer a {
text-decoration: underline;
color: white;}

#footer table {
text-decoration: none;
color: white;
border-spacing: 0px;
border-collapse: collapse;
clear: left;
width: 100%;}

#footer td {
padding-bottom: 20px;
text-align: right;}

#footer th {
width: 160px;
padding-bottom: 20px;
text-align: center;
font-weight: normal;}

#footer img {
border: 0;
padding-right: 10px;}