body {
	color: #330000;
    margin:0;
	padding:0 0 <length> 0;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

.pagin a.pagination:link, visited, hover, active {
	text-decoration: underline;
	color: black;
}

.catfilter {
	font-size:11px;
	padding:1px 1px 1px 2px;
	margin: 3px 0px 0px;
	border: 1px solid #A0A0A0;
	background: #ffffff;
	width: 171px;
}

.catfilter2 {
	font-size:11px;
	padding:1px 1px 1px 2px;
	margin: 3px 0px 0px;
	border: 1px solid #A0A0A0;
	background: #ffffff;
	width: 167px;
}

.pagination_aktiv {
	color: #004194;
	font-weight: bold;
}

input.search {
	font-size:11px;
	padding:1px 1px 1px 2px;
	margin: 2px 0px 0px;
	border: 1px solid #A0A0A0;
	background: #ffffff;
	width: 166px;
}

input.search:hover { border: 1px solid black;
	margin-top: 2px;
}
input.search:focus {
	border: 1px solid black;
	color:#302d2d;
	background: #ffffff;
	margin-top: 2px;
}

input.searchbtn {
	font-size:11px;
	padding:1px 1px 1px 2px;
	margin:0px;
	color:#fff;
	border: 1px solid #fff;
	background: #004194;
	width: 50px;
}

input.searchbtn:hover { border: 1px solid white;
	width: 50px;
}
input.searchbtn:focus {
	border: 1px solid white;
	color:#fff;
	background: #004194;
	width: 50px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#logo {
	top: 22px;
	width: 242px;
	left: 25px;
	position: absolute;
	height: 72px;
	z-index: 4;
}

#left_col {
	top: 150px;
	width: 182px;
	left: 25px;
	position: absolute;
	height: 420px;
	z-index: 1;
}

li.allyears {
	position: relative;
	display: inline;
	top: 0;
	left: 0;
	float: left;
	width: 100px;
	height: 13px;
	padding: 1;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	border: 0px solid #004194;
}

li.allyears a {
	width: 100px;
	height: 13px;
	display: block;
	background-color: white;
	border: 1px solid #004194;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	color: navy;
}

li.allyears a:hover {
	width: 100px;
	height: 13px;
	display: block;
	background-color: #004194;
	border: 1px solid #004194;
	font-size: 9px;
	color: white;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
}

#year_selected {
	top: 0px;
	width: 150px;
	left: 0px;
	position: relative;
	height: 33px;
	z-index: 4;
	font-size: 29px;
	line-height: 33px;
	color: #004194;
	/* color: white; */
	/*display: none;*/
}

.year_selected {
	z-index: 4;
	font-size: 29px;
	line-height: 33px;
	color: #004194;
}

#year_selectbox {
	top: 2px;
	left: 0px;
	position: relative;
	height: 245px;
	z-index: 1;
	border: 1px solid #004194;
	background-color: white;
	width: 182px;
}
/* year_active is active */
li.year_active {
	position: relative;
	display: inline;
	top: 0;
	left: 0;
	float: left;
	width: 30px;
	height: 13px;
	padding: 1;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	border: 0px solid #004194;
}

li.year_active a {
	width: 30px;
	height: 13px;
	display: block;
	background-color: #004194;
	border: 1px solid #004194;
	font-size: 9px;
	color: white;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
}

li.year {
	position: relative;
	display: inline;
	top: 0;
	left: 0;
	float: left;
	width: 30px;
	height: 13px;
	padding: 1;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	border: 0px solid #004194;
}

li.year a {
	width: 30px;
	height: 13px;
	display: block;
	background-color: white;
	border: 1px solid #004194;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	color: navy;
}

li.year a:hover {
	width: 30px;
	height: 13px;
	display: block;
	background-color: #004194;
	border: 1px solid #004194;
	font-size: 9px;
	color: white;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
}

li.year_range_one_year_selected {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 170px;
	height: 40px;
	margin-top: 15px;
	margin-left: 5px;
	background-color: white;
	font-size: 29px;
	text-decoration: none;
	text-align: center;
	color: #D6E1EE;
	line-height: 55px;
}

li.year_range_all_years_selected {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 170px;
	height: 40px;
	margin-top: 15px;
	margin-left: 5px;
	background-color: white;
	font-size: 29px;
	text-decoration: none;
	text-align: center;
	color: #004194;
	line-height: 55px;
}

#searchbox {
	top: 15px;
	width: 182px;
	left: 0px;
	position: relative;
	height: 140px;
	z-index: 1;
	border: 1px solid #004194;
	background-color: #004194;
	color: white;
}

#searchbox2 {
	top: 5px;
	left: 5px;
	position: relative;
	height: 48px;
}

#searchbox2a {
	top: 0px;
	left: 125px;
	position: relative;
}

#searchbox3 {
	top: 20px;
	left: 5px;
	position: relative;
}

.listbox { font: 11px 'Verdana','Arial','Helvetica','Sans-Serif'; width: 165px; }

#filterbox {
	top: 30px;
	width: 180px;
	left: 0px;
	position: relative;
	height: 67px;
	z-index: 1;
	border: 1px solid #004194;
	background-color: #004194;
	color: white;
}

#right_col {
	top: 150px;
	width: 170px;
	left: 250px;
	position: absolute;
	height: auto;
	z-index: 1;
}




#project {
	top: 0px;
	width: 590px;
	left: 0px;
	position: relative;
	height: 33px;
	z-index: 4;
	font-size: 29px;
	line-height: 33px;
	color: #004194;
}


.event {
	top: 0px;
	width: 590px;
	left: 0px;
	position: relative;
	height: auto;
	z-index: 1;
	background-color: #D6E1EE;
	float: left;
	margin-top: 2px;
	margin-bottom: 6px;
	padding-bottom: 7px;
}

.pagin {
	top: 0px;
	width: 590px;
	left: 0px;
	position: relative;
	height: auto;
	z-index: 1;
	background-color: #D6E1EE;
	float: left;
	margin-top: 2px;
	margin-bottom: 6px;
	padding-bottom: 3px;
	text-align: center;
	padding-top: 2px;
}

.event_l {
	top: 0px;
	width: 477px;
	left: 0px;
	position: relative;
	height: auto;
	z-index: 1;
	float: left;
	background-color: #D6E1EE;
}

.date {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-top: 5px;
	width: 455px;
	margin-left: 8px;
	line-height: 14px;
}

.title {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 8px;
	width: 455px;
	font-size: 16px;
	line-height: 22px;
	margin-top: 14px;
}

.subtitle {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 455px;
	margin-left: 8px;
	line-height: 16px;
}

.referent {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-top: 16px;
	width: 455px;
	margin-left: 8px;
	line-height: 16px;
}

.weitere {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 455px;
	margin-left: 8px;
	line-height: 16px;
}

.event_r {
	top: 0px;
	width: 113px;
	left: 0px;
	position: relative;
	height: auto;
	z-index: 1;
	float: left;
	background-color: #D6E1EE;
}

.event_year {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 5px;
	width: 110px;
	margin-left: 0;
	font-weight: bold;
	line-height: 16px;
	float: right;
	clear: right;
}

.trimester {
	position: relative;
	top: 0;
	left: 0;
	width: 110px;
	margin-left: 0;
	font-weight: bold;
	line-height: 16px;
	float: right;
	clear: right;
}

.place {
	position: relative;
	top: 0;
	left: 0;
	width: 110px;
	margin-left: 0;
	line-height: 16px;
	float: right;
	clear: right;
	margin-top: 2px;
}

.warning {
	font-size: 14px;
	color: red;
	width: 590px;
}

.system_evi_id{
display: none;
}