body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#000000;
	background:url(../images/background.gif) repeat-y top center #f1f1f1;
	margin:0;
	padding:0;
}
.redirect{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#000000;
}
#wrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#topbanner{
	width:1000px;
	height: 182px;
	display:block;
}

#menu {
	width: 1000px;
	padding:147px 0 12px 0;
	display:block;
	z-index:2;
	background:url(../images/topbanner.gif) top left no-repeat;
}
.headline {
	font-weight:bold;
	font-size:14px;
	background-color:#000000;
	color:#FFFFFF;
	text-indent: 5px;
}
input[type=text], input[type=password], textarea, select{
	border: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}
#main ul{
	display:inline;
	margin-left: 0px;
	list-style:none;
}
#main li {
	background: url(../images/list.gif) no-repeat 0px 3px;
	margin:5px 0 5px 20px;
	padding-left:15px;
	list-style:none;
}
#main {
	width: 700px;
	margin:40px 0 0 40px;
}
#main p {
	margin:8px 0;
}
#main strong {
	font-weight:bold;
}

#logo {
	position:absolute;
	background-image:url(../images/logo.gif);
	width: 150px;
	height: 275px;
	right: 20px;
	top: 140px;
}
.title {
	border-bottom: 1px solid #000000;
	border-left:1px solid #000000;
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	height: 23px;
	width: 699px;
	padding-left: 10px;
	display:block;
}
.signet {
	color:#003399;
	font-weight:bold;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#003399;
}
.error {
	color:#FF0000;
}
.block {
	display:block;
	width:200px;
	margin-bottom:10px;
}
#adminblock a {
	text-decoration:none;
}
#adminblock a:hover {
	text-decoration:none;
	color:#003399;
}
.rahmen {
	width:100%;
	display:block;
	float:left;
	margin: 5px 0 5px 0;
}
	.jahr {
		width:100px;
		float:left;
	}
	.history {
		width:600px;
		float:left;
	}
.liste {
	float:left;
	width:100px;
	display:block;
}

/* ONLINE BEWERBUNG */
.activateJS {
	color:#CC0000;
	border:1px dotted #cc0000;
	padding:10px;
}

table td {
	padding:4px 0;
}

table tr.even {
	background:#fff;
}
table tr.odd {
	background:#fff;
}
input.upload {
	float:left;
	margin:0 15px 0 0;
}
.file-accepted {
	background:url(../images/accepted.gif) top right no-repeat;
	padding:0 20px 0 0;
}
button.delBtn {
	float:left;
}
.fileStatus {	
	height:16px;
	width:16px;	
	display:block;
	float:left;
	padding:0 0 0 18px;
	margin:2px 0 0 15px;
	background:url(../images/loop.gif) top left no-repeat;
}
	.acc {
		background:url(../images/accepted.gif) top left no-repeat;
	}
	.err {
		background:url(../images/error.gif) top left no-repeat;
	}
	.loading {
		background:url(../images/loading.gif) top left no-repeat;
	}