/*Themenfilter*/
.filter_results {
	padding:10px 0px;
}
.filter_result {
}
.filter_no_result {
	font-style:italic;
	padding:8px 0px 7px 0px;
}
.filter_result a {
	display:block;
	line-height:1.3em;
	padding:0px;
	margin:0px 0px 3px 15px;
	text-indent:-10px;
}
.filter_off {
	/*height:27px;*/
}
.filterFrame {
	width:248px;
	margin-left:-33px;
	padding-bottom:0px;
	border-bottom:4px solid #fff;
}
.filterHeader {
	padding:5px;
	color:#fff;
	background: #017a5e url(images/pfeil-u-w.png) no-repeat 225px center;
	cursor:pointer;
}
.filterContent {
	padding:5px 5px 5px 5px;
}
.filterSwitches {
	background-color:#017a5e;
}
.filterOpen {
	width:70px;
	float:right;
	padding:4px;
	background-color: #4ba18d;
	color:#fff;
	text-align:center;
	margin-right:2px;
	cursor:pointer;
}
.filterOpen:hover {
	background-color: #ed1c24;
}
.filterSwitch {
	padding:4px;
	text-align:center;
	width:50px;
	float:right;
	color:#fff;
	/*background-color: #ed1c24;*/
	background-color: #a0a0a0;
	cursor:pointer;
	background:#a0a0a0 url(images/on-off.png) no-repeat center center;
}
.filterSwitch:hover, .filterSwitch.active:hover {
	background-color: #ed1c24;
}
.filterSwitch.active {
	background-color: #9fc500;
}
/* Content Klinke */
.contentKlinke {
	position:relative;
	width:447px;
}
.contentKlinke .klinkeLinks {
	position:absolute;
	top:0px;
	left:-33px;
	width:32px;
	height:6px;
	background-color: #017a5e;
	border-right:1px solid #fff;
}
.contentKlinkeText {
	background-color: #017a5e;
	padding:5px 5px 5px 10px;
	color:#fff;
}
.contentKlinke a.klinke {
	display:block;
	color:#fff;
	margin:1px 5px 0px 0px;
	line-height:1.5em;
	background:transparent url(images/pfeil-re-w.png) no-repeat right center;
}
.contentKlinke a.klinke:hover {
	color:#ed1c24;
}
.contentKlinke.orange .klinkeLinks,
.contentKlinke.orange .contentKlinkeText {
	background-color: #ee9601;
}
.contentKlinke.grau .klinkeLinks,
.contentKlinke.grau .contentKlinkeText {
	background-color: #808080;
}
.arrow {
	display:block;
	width:10px;
	background:transparent url(images/pfeil-re-w.png) no-repeat left center;
}
.arrow.green {
	background:transparent url(images/pfeil-re-g.png) no-repeat left center;
}
.linie {
	border-top:4px solid #fff;
}
/* Filter Dialog */
.filterBack {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	display:none;
}
.filterSheet {
	position:absolute;
	left:130px;
	top:90px;
	width:700px;
	background-color:#fff;
	border:4px solid #ee9601;
	/*border:4px solid #017a5e;*/
	border-top-width:0px;
	z-index:1001;
	display:none;
}
.filterTitle {
	padding:5px;
	background-color: #ee9601;
	/*background-color: #017a5e;*/
	color:#fff;
	font-weight:bold;
}
.filterTitle .closeButton {
	width:20px;
	text-align:right;
	float:right;
	cursor:pointer;
}
.filterTable {
	border-collapse:collapse;
	margin:10px 0px 10px 0px;
	table-layout:fixed;
}
.filterTable td {
	vertical-align:top;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.filterTable .col1 {
	width:210px;
	color:#333;
	font-weight:bold;
	padding-bottom:5px;
}
.filterTable .col2 {
	width:210px;
	color:#333;
	font-weight:bold;
	padding-bottom:5px;
}
.filterTable .col3 {
	width:210px;
	padding-bottom:5px;
	color: #333;
	font-weight:bold;
	border-left:1px solid #b5b5b5;
}
.filterCats {
	width:210px;
	padding-bottom:5px;
}
.filterTags {
	width:210px;
	padding-bottom:5px;
}
.filterSel {
	width:210px;
	border-left:1px solid #b5b5b5;
}
.filterSheet a {
	display:block;
	color:#000;
}
.filterSheet a.has {
	background-color:#c7de66;
	color:#000;
}
.filterSheet a:hover, .filterSheet a.cur {
	background-color: #9fc500;
	color:#fff;
}

.filterSheet .item {
	cursor:pointer;
	padding:2px 0px 2px 4px;
	width:190px;
	border:1px solid #b5b5b5;
	margin-bottom:5px;
	display:block;
}

.filterTags .item {
	display:none;
}
.filterTags a:hover {
	background-color: #b5b5b5;
}
.filterTags a.cur:hover {
	background-color: #ed1c24;
}
.filterSel a:hover {
	background-color: #ed1c24;
}
.filterTags .item.sel {
	display:block;
}
.filterInfo {
	display:none;
	font-weight:bold;
	color: #a00000;
}
td.filterButtons {
	padding-top:5px;
}
.filterButtons .item {
	text-align:center;
	float:right;
	margin-left:15px;
	width:140px;
}
.filterButtons .item.submit {
	width:190px;
}

/*tabs*/
.panes {
	margin:0px 0px 10px 0px;
	position:relative;
	width:420px;
}
.pane {
	position:absolute;
	top:40px;
	left:0px;
	display:none;
	padding:10px 0px 0px 0px;
}
.pane.active {
	position:relative;
	top:0px;
	left:0px;
	display:block;
}
.tabs {
	width:447px;
	overflow:hidden;
	background-color:#808080;
}
.tabs.t2 {
	background-color:#ee9601;
}
.tab {
	text-align:left;
	cursor:pointer;
	display:block;
	padding:4px 4px 4px 20px;
	background: #808080 url(images/pfeil-re-w.png) no-repeat 6px 9px;
	width:185px;
	margin:0px;
	float:left;
	color:#fff;
	background-color: #808080;
}
.tab.active {
	color: #fff;
	background: #ee9601 url(images/pfeil-u-w.png) no-repeat 5px center;
}
.name_filter {
	padding:15px 0px 0px 0px;	
}
.name_filter .filter {
	cursor:pointer;
	padding:0px 25px 0px 0px;
	color:#808080;
}
.name_filter .filter.active {
	color:#ed1c24;
}

.filters {
	margin: 5px 0px 15px 0px;
}
.filters .filter {
	cursor:pointer;
	padding:0px 10px 4px 0px;
	color:#808080;
}
.filters .filter.active {
	color:#ed1c24;
}
.separator {
	margin:10px 0px 5px 0px;
	height:4px;
	background-color:#fff;
	position:relative;
	
	left:-33px;
	width:480px;
}
.entry {
	padding:4px 0px 5px 2px;
	margin-bottom:0px;
	border-top:1px solid #ccc;
}
.entry:hover {
	background-color:#fff;
}
.link {
	display:block;
	color:#000;
}
.link.lft {
	width:210px;
	float:left;
}
.link.rgt {
	width:200px;
	float:left;
}

/*maps*/
.mapFrame {
	position:relative;
	width:248px;
	height:265px;
}
.mapHolder {
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:4px solid #fff;
	width:248px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
.mapHolder.zoomed {
	border:4px solid #ee9601;
	border-top-width:0px;
	width:600px;
	left:-360px;
}
.mapHeader {
	padding:5px;
	background-color:#ee9601;
	color:#fff;
}
.mapTitle {
	width:80px;
	float:left;
}
.mapZoom {
	float:right;
	text-align:right;
	cursor:pointer;
	width:80px;
}
.mapButtons {
	background-color:#808080;
	color:#fff;
	cursor:pointer;
}
.mapLock {
	padding:4px 4px 4px 8px;
}
.mapLock:hover {
	background-color: #4ba18d;
}
.mapSwitch {
	width:50px;
	text-align:center;
	float:right;
	padding:4px;
	/*background-color: #ed1c24;*/
	background:#a0a0a0 url(images/on-off.png) no-repeat center center
}
.mapSwitch:hover,.mapSwitch.active:hover {
	background-color: #ed1c24;
}
.mapSwitch.active {
	background-color:#9fc500;
}
#map {
	display: block; 
	width: 248px; 
	height: 200px;
	border:none;
	overflow: hidden;
	margin:0px;
}
#marginalspalte .mapHolder {
	margin-left:-33px;
}
.mapHolder.zoomed #map {
	width:600px;
	height:400px;
}
/*hsadmin hochschulen und studiengang*/

h4 {
	font-size:12px;
	margin: 14px 0px;
}
h5 {
	font-size:11px;
	padding:0px;
	margin: 14px 0px 0px 0px;
}
.klgrau.start {
}
.klgrau.start a {
	color: #fff;
}
.klgrau.start a:hover {
	text-decoration:underline;
}
.hidden {
	display:none;
}
.studieren {
	padding:10px 0px;
}
.studieren.uebersicht {
	background-color: #fff;
	padding:5px 5px;
	margin-bottom:8px;
}
.adr {
	padding-left:8px;
}
.twoCols {
	border-collapse:collapse;
	width:440px;
	table-layout:fixed;
}
.twoCols td {
	padding:4px 2px;
	vertical-align:top;
}
.twoCols .col1 {
	width:50%;
	padding-right:10px;
}
.twoCols .col2 {
	width:50%;
}
.twoCols.p3366 {
	width:440px;
}
.twoCols.p3366 .col1 {
	width:33%;
}
.twoCols.p3366 .col2 {
	width:66%;
}
.img_left {
	display:block;
	float:left;
}
.img_right {
	display:block;
	float:right;
}
.clr {
	clear:both;
}
.linklist {
	margin-top:10px;
	margin-bottom:10px;
	border-collapse:collapse;
	table-layout:fixed;
}
.linklist td {
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:4px 2px 4px 2px;
	vertical-align:top;
}
.linklist tr {
}
.linklist tr:hover td {
	background-color: white;
}
.linklist .c1 {
	width:210px;
}
.linklist .c2 {
	width:210px;
}
.linklist .c3 {
	width:20px;
}
.linklist a, .linklist a:visited {
	color: #000;
}
.linklist a:hover {
}
.linklist .c3 a {
	font-weight:bold;
	color: #008000;
}
.center {
	text-align:center;
}
.aright {
	text-align:right;
}
td.label {
	text-align:left;
	padding-right:5px;
	font-weight:bold;
	color:#333;
	border-top:2px solid #fafafa;
	padding-top:5px;
	padding-bottom:5px;
}
td.text {
	border-top:2px solid #fafafa;
	padding-top:5px;
	padding-bottom:5px;
}
td.labeltext {
	border-top:2px solid #fafafa;
	padding:0px 0px 5px 0px;
}
td.labeltext h4 {
	color:#333;
	margin:4px 0px 4px 0px;
	padding:0px;
}
tr.first td.label, tr.first td.text {
	border:none;
}
tr.first td {
	border:none;
}
td.bottom {
	vertical-align:bottom;
}
td.middle {
	vertical-align:middle;
}
td.top {
	vertical-align:top;
}
.toplink {
	margin:10px 0px 20px 0px;
	padding:10px 0px;
	border-top:2px solid #fafafa;
	text-align:right;
}

/* Termine */
.termin {
	padding:10px 0px 0px 0px;
}
.termin .datum {
	font-style:italic;
	margin:0px;
}
.termin h2 {
	font-size:12px;
}
.termin h3 {
	margin:5px 0px;
}
/* Breadcrumb */
.breadcrumb {
	padding:5px 0px;
	margin-left:-33px;
}
.breadcrumb a {
	padding-left:10px;
}