/* Stylesheet */

/* ********** ALLGEMEINES ********** */

BODY { font-family:Arial, Helvetica, sans-serif; font-size:8pt; margin:0px; padding:0px; alink="#FFFFFF"}

TD { font-size:10pt; }
p { font-size:10pt; margin-bottom:7px; margin-top:0px; }

table#all { width:100%; height:100%; overflow:visible; border-spacing:0px; border-collapse:collapse; position:relative; z-index:1; }
table#all tr td { vertical-align:top; }

/* ********** LAYOUT ********** */

table#updates tr td { height:50px; vertical-align:middle; }
table#obere_bilder { width:100%; }
td#navigation { text-align:center; }
td#main { text-align:center; }

td.test1 { text-align:left; padding-left:60px; }

/* ********** NAVIGATION ********** */

ul#Navigation { position:relative; margin:0px; padding:10px 0px 0px 10px; }
ul#Navigation a { text-decoration:none; color:black;  }
ul#Navigation a:hover { color:red; }

/* ebene 1 */
ul#Navigation li { list-style:none; text-align:left; width:200px; margin:2px; padding:5px; color:red; background-color:#96D2D2; border-left:1px solid Black; border-top:1px solid Black; border-right:1px solid Black; border-bottom:1px solid Black; }



/*
#HEADER{ width:760px; margin-left:auto; margin-right:auto; position:relative; z-index:1; }
#HEADER ul{ display: block; height: 30px; line-height: 30px; list-style: none; margin: 0px; padding-left: 0px; background-color: #222222; }
#HEADER ul li{ display: inline; background-color: #222222; float: left; }
#HEADER ul li a{ display: block; height: 30px; line-height: 30px; padding-left: 22px; padding-right: 23px; border-right: 1px solid Black; float: left; }
#HEADER ul li a:hover{ text-decoration: none; background-color: #444444; }
#HEADER ul li ul { margin: 0px; padding: 0px; position: absolute; top: 180px; left: 270px; background-color: #3F3F3F; }
#HEADER ul li ul li { display: block; margin-top: 0px; margin-bottom: 0px; background-color: #222222; float: none; }
#HEADER ul li ul li a{ display: block; text-align: center; height: 30px; line-height: 30px; padding-left: 0px; padding-right: 0px; border-right: 1px solid #222222; float: left; }
#HEADER ul li:hover ul { display: inline; }
#HEADER ul li ul { display: none; }
*/