body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Lucida Console, Arial, Helvetica, sans-serif;}
html,body {
 height:100%;
 margin:0;
 padding:0;
}

body {
 background-color:#FFF;
 color:#000;
 font-size: 80%;
 font-weight: bold;
}

img { border:0; }

.green { color: #106521; }
.red {
  color: #FF0000;
  font-weight:bold;
}
.small {
 font-size:0.80em;
 font-weight:normal;
 text-decoration:none;
}
.bold { font-weight:bold;}
.warning {
 font-size:0.85em;
 color: #FF0000;
 font-family: Arial, Helvetica, sans-serif;
}

a:link {color:#C66300;}
a:visited, a:active {color:#797979;}
a:hover, a:focus {color: #FF8000;}

h1 {
 font-size:3.01em;
 margin-left:250px;
 margin-top:38px;
 color: #FFFFFF;
}

h2 { font-size:2.01em; }

h3 {
  font-size:1.81em;
  margin-bottom:0.3em;
  color:#408000;
}

h4 {
  font-size:1.51em;
  margin-bottom:0.3em;
  color:#70DF00;
}

#title {
 background:url(images/filler.jpg);
 background-repeat:repeat-x;
 border-bottom:3px solid #000000;
 height:134px;
 width:100,0%;
}

#logo {
 background:url(images/logo.jpg);
 background-repeat:no-repeat;
 height:124px;
 margin:5px;
 padding:0;
 float:left;
}

ul#Navigation {
 margin: 0;
 padding: 0.6em;
 text-align: center;
 border-bottom: 2px solid black;
 background-color: #EEE;
}

ul#Navigation li {
 list-style: none;
 display: inline;
 margin: 0.1em;
 padding: 0;
}
ul#Navigation a {
 padding: 0.4em 0.5em;
 text-decoration: none;
 font-weight: bold;
 border: 1px solid black;
 border-left-color: white;
 border-top-color: white;
 color: black;
 background-color: #ccc;
}

* html ul#Navigation a, * html ul#Navigation span {
width: 1em;    /* nur fuer IE 5.0x erforderlich */
}

ul#Navigation a:hover {
 border-color: white;
 border-left-color: black;
 border-top-color: black;
 color: white;
}

ul#Navigation a#nav_scrn {
 background:url(images/ico_scrn.jpg);
 background-repeat:no-repeat;
 background-position:5px center;
 background-color: #ccc;
 padding-left: 45px;
 vertical-align:bottom;
}

ul#Navigation a#nav_desc {
 background:url(images/ico_desc.jpg);
 background-repeat:no-repeat;
 background-position:5px center;
 background-color: #ccc;
 padding-left: 40px;
 vertical-align:bottom;
}

ul#Navigation a#nav_docu {
 background:url(images/ico_docu.jpg);
 background-repeat:no-repeat;
 background-position:5px center;
 background-color: #ccc;
 padding-left: 40px;
 vertical-align:bottom;
}

ul#Navigation a#nav_code {
 background:url(images/ico_code.jpg);
 background-repeat:no-repeat;
 background-position:5px center;
 background-color: #ccc;
 padding-left: 40px;
 vertical-align:bottom;
}

ul#Navigation a#nav_down {
 background:url(images/ico_down.jpg);
 background-repeat:no-repeat;
 background-position:5px center;
 background-color: #ccc;
 padding-left: 40px;
 vertical-align:bottom;
}

#content {
 border: 2px solid black;
 margin: 10px auto;
 width: 90%;
 padding:10px;
 font-weight:normal;
}

#footer {
 margin: 0px 10px;
 border-top: 2px solid black;
 text-align:center;
 font-weight:normal;
 font-size:0.85em;
}

