/* Basic Elements */
html, body {
	margin: 0;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 760px;
	border: 1px solid #3366CC;
	margin-top: 10px;
	background-color: #FFFFFF;
	position:absolute;  
    left:50%;  
	margin-left:-380px; 
	}
#header {
	width: 100%;
	height: 143px;
	background: url(images/kopf.gif) no-repeat 0% 0%;
	}
#logo {
	position: relative;
	top: 83px;
	}
#content {
	float: right;
	width: 545px;
	}
#left {
	width: 215px;
	float: left;
	position: absolute;
	top: 144px;
	}
#bildband {
	width: 100%;
	height: 70px;
	border-top: 1px solid #3366CC;
	background-color: #3366CC;
	clear: both;
	}
#bband {
	width: 108px; /* nur IE 5.x */
	width/**/:/**/ 110px; /* alle anderen User-Agents */
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #3366CC;
	text-align: center;
	padding: 5px 0;
	color: #000000;
	font-size: 10px;
	background-color: #99CCFF;
	}
#footer a {
	color: #000000;
	text-decoration: none;
	}
#grafik_left {
	width: 200px;
	margin-left: 10px;
	}
/* Sidebar */
#sidebar {
	width: 198px;
	margin: 10px 0px 10px 10px;
        border-style: solid solid none solid;
        border-color: #BCD2E6;
        border-size: 1px;
        border-width: 1px
	}
#sidebar ul {
	list-style: none;
        margin: 0;
        padding: 0;
   }
#sidebar img {
    border: none;
}
#sidebar li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#sidebar li a:link, #sidebar li a:visited {
        color: #8BADCF;
        display: block;
        background:    url("images/menu.gif");
        padding: 8px 0 0 10px;
        }

#sidebar li a:hover, #sidebar li #current {
	color: #3366CC;
	background:    url("images/menu.gif") 0 -32px;
	padding: 8px 0 0 10px;
	font-weight: bold;
        }

/* Additional styles */
p {
	padding: 10px 25px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	margin: 0;
	}
body {
	background-image: url(images/tropfen.gif);
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:active {
	color: #3366CC;
}
a:hover {
	color: #99CCFF;
}
td {
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.liste {
	line-height: 25px;
}

