@charset "UTF-8";
/* CSS Document */

/*----------NAV_Institute und Fachgebiete----------*/		

.inst_fg_forsch {
}
.inst_fg_forsch h2 {
	font-size: 1em !important;
	margin-top: 20px !important;
	padding: 5px !important;
	background-color: #d9edee !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.inst_fg_forsch ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.inst_fg_forsch li {
	line-height: normal;
	margin: 0;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9edee;
	border-bottom-color: #d9edee;
	border-left-color: #d9edee;
}
.inst_fg_forsch li .subtitle {
	font-size: 0.8em;
}

/*----------NAV_Forschung----------*/		

.RS_container .RS_institut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00848b;
}
.RS_container .RS_institut h1 {
	font-size: 1.3em;
	text-decoration: none;
	background-color: #d9edee;
	background-image: url(../../../template/fakww/pics/_templates/verlauf_000.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.RS_container .RS_institut .RS_FG .RS_FG_item {
	margin: 10px;
}
.RS_container .RS_institut .RS_FG .RS_FG_item h2 {
	font-size: 1em;
}
.RS_container .RS_institut .RS_FG .RS_FG_item .subtitle {
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

