body {
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	margin:0px;
	padding:0px;
}
/* ------------------ Layout Divs ------------------ */
#header {
	background-image:url(../images/bk_header.jpg);
	background-repeat:repeat-x;
	min-width:992px;
	height:261px;
}
#main_cont {
	background-image:url(../images/bk_cnt_top.jpg);
	background-repeat:repeat-x;
	min-width:770px;
}
#left_cont {
	background-image:url(../images/bk_nav_ri.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	/*min-width:278px;*/
	margin:0 70% 0 0;
}
#content {
	padding:75px 70px 0 0;
	width:60%;
	float:right;
}
#content_search {
	padding:75px 0 0;
	width:64%;
	float:right;
}
/* ------------------ Header Divs ------------------ */
#bzga_logo {
	position:relative;
	height:184px;
	padding-right:31px;
	float:right;
}
#dkfz_logo {
	height:83px;
	float:left;
}
#top_pic_cont {
	height:178px;
	float:left;
	clear:left;
}
/* ------------------ Navi Divs ------------------ */
#main_navi_top {
	background-image:url(../images/bk_nav_top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#main_navi {
	margin-top:37px;
}
/* ------------------ Search Divs ------------------ */
#search_form, #search_out {
	margin-bottom:2em;
	float:left;
}
/* ------------------ Font Styles ------------------ */
h1, caption {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	color:#000;
}
caption {
	padding-bottom:5px;
	text-align:left;
}

h2 {
	font-size:1.0em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	color:#000;
}

h3 {
	font-size:0.8em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	color:#000;
}
#content p {
	font-size:0.8em;
}
label {
	font-size:0.8em;
	font-weight:bold;
	
}
/* ------------------ List Styles ------------------ */
#main_navi ul {
	list-style:disc;
	margin:0 0 0 29px;
	padding:0 0 0 29px;
	line-height:1.6em;
}
#main_navi ul li {
	margin:0 0 0.5em;
	padding-left:9px;
}
#main_navi ul li a {
	display:block;
	height:auto !important;
	height:1.6em;
	color:#000;
	text-decoration:none;
	font-size:0.95em;
	margin:0 0 0.25em 0;
}
#main_navi ol {
	margin:0;
	padding:0;
	list-style:none;
}
#main_navi li {
	margin:0;
	padding:0;
}
#main_navi ol li a {
	background-image:url(../images/norm.gif);
	background-repeat:no-repeat;
	display:block;
	height:1.6em;
	color:#000;
	text-decoration:none;
	font-size:0.95em;
	padding:0.2em 0 0 43px;
	margin:0 0 0.25em 0;
}
#main_navi ol li a:hover {
	background-image:url(../images/activ.gif);
	background-repeat:no-repeat;
}
#main_navi .current {
	background-image:url(../images/activ.gif);
	background-repeat:no-repeat;
}
/* ------------------ Search Styles ------------------ */
fieldset {
	border:none;
	margin:0;
}
.form_legend, .form_legend_2 {
	padding-right:0.5em;
	line-height:1.4em;
	float:left;
	clear:left;
}
.form_legend {
	width:10em;
}
.form_legend_2 {
	width:11em;
}
.form_field, .form_field_2 {
	width:20em;
	float:left;
}
#form_btn {
	float:left;
	clear:both;
}
#form_btn {
	margin-top:30px;
}
input, select {
	margin-bottom:0.3em;
}
select {
	width:23em;
}
legend {
	display:none;
}
/* Tabelle */
#search_out table th,td {
	font-size:0.8em;
	padding:0.5em;
}
/* ------------------ Misc ------------------ */
img {
	border:none;
}

.error {
	font-size:0.9em;
	font-weight:bold;
	color:#FF0000;
	padding-top:0.5em;
	padding-bottom:0.8em;
}