@charset "utf-8";
/* CSS Document */
body {
	background:#fff;
	}
* {
	font-family:Arial, Helvetica, sans-serif;
	}
p,div,li,td {
	font-size:10pt;
	}
p {
	padding-bottom:5px;
	}

h1 {
	font-size:14pt;
	padding-bottom:10px;
	}
h2 {
	font-size:12pt;
	padding-bottom:10px;
	padding-top:15px;
	}
hr {
	color:#000;
	background-color:#000;
	width:80%;
	height:1px;
	border:2px;
	text-align:center;
	margin:5px auto;
	}
a:link {
	color:#333;
	}
a:hover {
	text-decoration:underline;
	}
a:visited {
	color:#555;
	}
del,strike {
	text-decoration: line-through;
	}
div#container {
	position: absolute;
	width: 830px;
	height: 651px;
	top:50%;left:50%;
	margin:-300px 0px 0px -400px;
	padding:0px;
	background-image:url(../img/bg_1.png);
	background-repeat:no-repeat;
	background-position:right top;
}
div#body {
	float:left;
	width:520px;
	height:600px;
	border:none;
	padding:10px;
	margin:5px;
	overflow:auto;
}
div#links {
	width:125px;
	margin-top:250px;
	margin-right:5px;
	float:right;
	
	}
div#links a {
	display:block;
	color:#000;
	background-color:#ccc;
	padding:2px 0 2px 0;
	}
div#links a:hover {
	color:#fff;
	background-color:#000;
	text-decoration:none;
	}
div#links span {
	background-color:#ccc; 
	color:#000;
	font-weight:bold;
	}
div#menu {
	float:left;
	width:150px;
	background-color:#fff;
	}
div#menu li {
	padding:5px 0 2px 2px;
	}
div#menu li.sub {
	padding-left:10px;
	padding-right:5px;
	}
div#menu li a {
	display:block;
	font-weight:bold;
	font-size:11pt;
	padding:3px;
	background-color:#ccc;
	color:#000;
	}
div#menu li a:hover, div#menu li a.active {
	background-color:#000;
	color:#fff;
	font-weight:normal;
	padding-left:25px;
	background-image:url(../img/menubike.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	}
div#ticker {
	background-color:#ccc;
	height:18px;
	padding-left:10px;
	padding-top:4px;
	margin-bottom:10px;
	}
div#ticker a {
	color:#000;
	font-size:11pt;
	}
	
select { background-color:#fff; border:solid 1px #ddd; }
input[type="text"],input[type="password"],input[type="file"],input[type="select"],.iesubmit,textarea { background-color:#fff; border:solid 1px #ccc; }
input[type="submit"],input[type="button"] { padding:2px 4px; background-color:#eee; }

#body td {
	vertical-align:top;
}
#body ul {
	padding-left:20px;
	}
#body li {
	list-style-type:disc;
	padding-top:2px;
	}

#footer {
	clear:both;
	width:673px;
	float:right;
	border-right:solid 3px;
	border-bottom:solid 2px;
	border-left:solid 3px;
	background-color:#ddd;
	text-align:center;
	padding:3px 0 3px 0;
	}

div#admindiv {
	margin-top:20px;
	margin-left:20px;
	}
#admindiv p {
	padding-bottom:5px;
	}
#admindiv h1 {
	padding-bottom:20px;
	}
#admindiv td {
	padding-bottom:5px;
	}

.zoombild a {cursor:pointer;}

.beschreib {display:none;}
