@uniblau : #89146a;
@orange : #ff9900;
@bodybackgroundcolor : #cccccc;
@grau : #DDDDDD;
@hellblau : #E1E1F1;

/*Generelle deklaration der HTML ELemente*/

* {
  margin:0;
  padding:0;
}

html {
  font-size:100.01%;
  overflow-y:scroll;
  position:relative;
  margin:0;
  padding:0;

}

body {
  font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size:80%;
  background-color:@bodybackgroundcolor;
  margin:0;
  padding:0;
}

fieldset, img {
  border:0;
}

select, input, textarea {
  font-size:99%;
}

a {
  text-decoration:none;
  color:@orange;
  &:hover {
  	color:@uniblau;
  }
}

#content a{
color:#89146a;
//border-bottom:1px solid #ccc;
text-decoration:none;
}
#content a:visited{
color:#89146a;
}
#content a:hover{
text-decoration:underline;
}
#content a:focus{
background-color:#f90;
}
#content a:active{
background-color:transparent;
color:#000;
}

h1, h2, h3, h4, h5, h6  {
  color:@uniblau;
  font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
  font-weight:normal;
  margin:0 0 0.5em 0;
  padding-bottom:2px;
}

h1 {
	font-size:180%;
}

h2 {
	font-size: 150%;
}

h3, h4, h5, h6 {
  font-size: 130%;
}

h1.title, h1.csc-firstHeader {
  border-bottom: 1px solid @orange;
}
p {
  line-height:1.5em;
  margin-bottom:1em;
}

ul {
  margin:0px;
  padding:0px;
}

img {
  border:0px;
  padding:0px;
  margin:0px;
}


table {
	width: 100%;
	
	tr {
		border-bottom: 1px solid #CCC;
		
		&.even {
			/*background-color: white;*/
		}
			
		&.odd {
			/*background-color: @hellgrau;*/
		}
		
		td {
			padding:5px;
		}
	}
}


/*Globale Seitenstruktur*/
.trenner_orange {
  background-color:@orange;
  height:2px;
  width:100%; 
  overflow:hidden;
  position:relative;
  top:127px;
  z-index:10;
}
.trenner_grau {
  background:@grau;
  height: 1.8em;
  margin-bottom:2em;
  position:relative;
}


#maincontainer {
  max-width: 1280px;
  min-width: 1100px;
  background-color:#ffffff;
  margin:0px auto;
  margin-top:-2px;
  padding:0px;
  overflow:hidden;
}

/*#left_col, #center_col, #right_col {
	position: relative;
	padding-bottom:20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}*/


/* Linke Spalte des Templates*/

#left_col {
  width:200px;
  float: left;
}

#site_logo {
  height: 127px;
  direction:rtl;
  text-align:right;
}

#userlogin {
	margin-top: 50px;
}



/*###*/
/*Start des Hauptmenues*/
/*###*/

ul li.expanded,
ul li.leaf {
    list-style: none;
}

li.expanded, li.collapsed, li.leaf {
    padding: 0px;
}

#linkesmenu .block {
    padding: 0px;
    border: 0px;
}

/*Erste Ebene des Hauptmenues*/
/*###*/

#linkesmenu div.content  ul {
  border-top:1px solid #cccccc;
  padding:0px;
  margin:0px;


	li {
  	list-style-type:none;
  	border-bottom: 1px solid #cccccc;
  	line-height:1.5em;
  	margin:0px;
  	font-size: 1.1em;
  	font-weight:bold;
	
	
		&.menuspacer {
  		padding:0;
  		margin:0;
  		border:0;
  		list-style-type:none;
		}
	}

	a {
  	display:block;
  	padding:0.2em 3px 0.2em 10px;
  	line-height: 1.18em;
  	color:#000000;}
}

/*div#linkesmenu div.content ul.menu li.expanded,*/
#linkesmenu div.content ul a.active {
  background-color:@uniblau;
  color:#ffffff;
}

/* div#linkesmenu div.content ul.menu li.expanded a{
	color:#ffffff;
} */

#linkesmenu div.content ul a:hover {
  background-color:@uniblau;
  color:#ffffff;
}

/*Zweite Ebene des Hauptmenues*/

div#linkesmenu div.content ul.menu li ul.menu li{
  font-weight: normal;
  background:#EBEBEB;
  margin:0px;
  font-size:0.95em;
}

div#linkesmenu div.content ul.menu li.expanded ul.menu li a.active,
div#linkesmenu div.content ul.menu li ul.menu li.active {
  background-color:#F5F5F5;
}

div#linkesmenu div.content ul.menu li ul.menu li a.active {
  color:#000000;
  font-weight:bold;
}

div#linkesmenu div.content ul.menu li ul.menu li a {
  padding-left:20px;
  line-height:1.18em;
  color: black;
}

div#linkesmenu div.content ul.menu li ul.menu a:hover, 
div#linkesmenu div.content ul.menu li ul.menu li a:hover {
  background:#fff;
  color:#000000;
}

/*IE 7 Hack - Irgnierung der Zeilenh�he des "leeren" menuspacer*/
*:first-child+html #linkesmenu div.content  ul.second {
   margin-top:-1.4em; /* (IE 7 in standards-compliant mode) */
}
/*Anweisung f�r den IE >7 finden sich in der ie_hacks.css Datei*/
/*Ende des IE7 Hacks*/

/*Dritte Ebene des Hauptmenues*/
#linkesmenu div.content  ul.third li {
  background: #F5F5F5;
  font-size:0.95em;
}

#linkesmenu div.content  ul.third li.active {
  background-color:#FFFFFF;
}
#linkesmenu div.content  ul.third li.active a {
  color:#000000;
  font-weight:bold;
}

#linkesmenu div.content  ul.third a {
padding-left:30px;
}
*:first-child+html #linkesmenu div.content  ul.third {
   margin-top:-1.4em; /* (IE 7 in standards-compliant mode) */
}
/*Vierte Ebene des Hauptmenues */
#linkesmenu div.content  ul.fourth li {
  background: #FFFFFF;
}

#linkesmenu div.content  ul.fourth li.active {
  background-color:#FFFFFF;
}
#linkesmenu div.content  ul.fourth li.active a {
  color:#000000;
  font-weight:bold;
}
#linkesmenu div.content  ul.fourth a {
padding-left:40px;
}
*:first-child+html #linkesmenu div.content  ul.fourth {
   margin-top:-1.4em; /* (IE 7 in standards-compliant mode) */
}
/*Ende des Hauptmenues*/


/*Mittlerer Seiteninhalt - Menue und Content*/
#center_col {
  margin:0px 200px;
  border-left: 1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding:0px;
}
#banner {
  height:127px;
  overflow:hidden;
  padding:0;
  margin:0;
}
#banner a img {
  width: 100%;
  height: 120px;
}

/*Horizontales Menue - Shortcuts zu den wichtigesten Punkten*/

#hmenu {
  display: inline-block;
  width:100%;
  background:@uniblau;
  //height: 1.8em;
  border: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

#hmenu ul.menu li{
	display: inline-table;
	margin-left: 0px;
	border-color: white;
	border-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	
	&.last {
		border-right-width: 0px;
		border-style: none;	
		list-style-type: none;
	}
	
	&.active {
		background-color:@uniblau;
	}
	
	a {
		padding-top: 1px;
		padding-left: 10px;
		padding-right: 10px;
  		height: 22px;
  		widows: 100%;
  		display: inline-block;
  		color:#ffffff;
  		background:@uniblau;
  		
  		&:hover{
  			color:@uniblau;
  			background:@hellblau;
  		}
	}
}

#location {
  border-bottom: 1px dotted #cccccc;
  color:#cccccc;
  
  font-size:0.8em;
  margin:10px 10px 2em;
  padding-bottom: 2px;
}

/* Anzeige des aktuellen Menuebaumes*/
#whereis {
  float:left;
  div {
  	display: inline;
  	}
}
#whereis a, #whereis a:hover {
  color:#999999;
  text-decoration:none;
}

/* Sprachauswahl Menue*/
#language {
	position: relative;
	bottom: 2px;
  	float:right;
  .language-switcher-locale-url {
  	display: inline;
  	li {
  		margin-left: 5px;
  		float: left;
  		list-style: none;
  		
  		a img {
  			opacity: 0.2;
  		}
  		
  		&.active a img {
  			opacity: 1.0;
  		}

  	}
  }
}

/*Seiten Inhalt*/
#content {
  padding:0 10px 10px 10px;
  min-height: 400px;
  height:auto !important;
  overflow: auto;
}
#content ul {
  margin:5px 20px;
}

/* Allgemeine Bilder im Content*/

/* Externe Link Bilder im Content*/
#content a img {
  margin:0px;
}

h1{
  border-bottom:1px solid @orange;
  margin-bottom:0.5em;
  padding-bottom:2px;
}
.content_box {
  background:#F4F4F4;
  margin:10px 0px;
  padding:13px;
}
/*Inhaltselement - graue Box mit Rahmen*/
/*.block {
  background:#F9F9F9;
  border:1px solid @grau;
  padding:0 20px;
  margin-bottom:20px;
}
.block h3, .portal h3 {
  font-size:130%;
  padding-top:1em;
}*/
/*Inhaltselement - graue Box ohne Rahmen*/
.portal {
  background:#F4F4F4;
  border:none;
  padding:5px 20px;
  margin-bottom:20px;
}
/*Gezielte deklaration f�r Adressen - Symantisches HTML und M�glichkeit auf getrennte Dastellung*/
address {
  font-style: normal;
  padding:10px 0;
  margin:0;
}
address.span {
  font-size:80%;
}

/*Start der Rechten Seite*/
#right_col {
  float:right;
  width:200px;
}

#hqe_logo{
  height:127px;
  text-align:center;
}


/**Fortf�hrung des horizontalen Menues in der rechten Spalte (Webmail, LSF, more ...) */

/* QuickLinks START */
#quicklinks ul {
	padding:0;
	margin:0;
	z-index:99999;
	width:199px
}

#quicklinks ul li {
	position:relative;
	list-style-type:none;
	line-height:1.8em;
	color:#000;
	margin:0;
	padding:0
}

#quicklinks ul li a {
	text-decoration:none;
	color:#89146a;
	font-weight:700
}

#quicklinks ul li a:hover {
	background-color:#bfd0e2;
	background-color:#89146a;
	color:#fff
}

#quicklinks ul li:hover {
	background-color:#89146a
}

#quicklinks ul li:hover a {
	color:#fff
}

#quicklinks ul ul {
	display:none;
	clear:both
}

#quicklinks ul li:hover > ul {
	display:block;
	position:absolute;
	background:#fff;
	width:199px
}

#quicklinks ul li ul li a:before {
	content:"\00BB \0020";
	color:#ef7900
}

#quicklinks ul li ul li a {
	font-weight:400;
	color:#89146a!important;
	text-decoration:none;
	width:184px;
	display:block;
	margin:0;
	padding:0 0 0 15px;
	border:0
}

#quicklinks ul li ul li a:hover {
	background:#F3F3F3;
	color:#89146a
}

#quicklinks {
	position:absolute;
	z-index:100!important;
	width:190px!important;
	display:block!important
}

#quicklinks ul li {
	float:left!important;
	width:auto!important
}

#quicklinks ul li a {
	border-right:1px solid #ccc;
	padding-right:.5em;
	padding-left:.5em;
	float:left!important;
	width:auto!important
}

#quicklinks ul li a.last {
	border:0
}

#quicklinks ul li:hover > ul {
	top:1.8em;
	left:-8em
}

ul#quick_klapp li a {
	width:182px!important;
	display:block
}

/* QuickLinks ENDE */

#cse-search-box input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    color: #89146a;
    font-family: Trebuchet MS,Ubuntu,Verdana,Arial,sans-serif !important;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding: 0.3em 1px !important;
    width: 180px !important;
}

#cse-search-box input#csesubmit {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 0.1em 1px !important;
    width: 184px !important;
}

.hide_suche {
    display: none;
}

#right_content .hide_suche fieldset {
    border: 1px solid #CCCCCC;
    padding: 0.5em;
}

#right_content .hide_suche fieldset legend {
    color: #89146a;
    font-weight: bold;
    padding: 0 0.5em;
}

#right_content .hide_suche fieldset .inputlabel {
    clear: both;
    float: left;
}

#right_content .hide_suche fieldset input {
    background-color: #FFFFFF;
    border: 1px solid #89146a;
    float: right;
    margin-bottom: 0.5em;
    width: 60%;
}

#right_content .hide_suche fieldset.obelix input[type="text"] {
    width: 100% !important;
}

#left_content {
//  margin-bottom:0.5em;
  margin: 2em 0 0;
}

#logos {
//  padding: 80px 20px 20px 20px;;
  color:#666666;
  font-size:0.9em;
  margin: 0 10px 10px;
}
/*Maximale Breite f�r Bilder - Bei gr��eren Bildern tauchen Probleme im IE >8 auf */
#logos img {
  width:180px;
  margin-bottom:0.5em;
}


/*Ende der Rechten Spalte*/
/*Start des Footers - Seitenabschluss*/
#footer {
	/*position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   background:#6cf;
  background: @uniblau;
  padding:3px 213px;
  color:#ffffff;
  clear:both;
}
#footer a{
  color:#ffffff;
  display:inline;
}

#nonxslt {
  display: none;
  font-size: 12px;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: #444;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  width: auto;
}

.align-center p.bodytext {
    text-align:center;
    width:100%;
}

.align-left p.bodytext {
    text-align:left;
    width:100%;
}

.align-right p.bodytext {
    text-align:right;
    width:100%;
}

p.bodytext {
    width:100%;
}

td.align-right {
    padding-right:10px;
}

td.align-left {
    padding-left:10px;
}


div.csc-textpic {
    overflow:auto;
}
div.csc-textpic-clear {
    clear:none !important;
}
div.csc-textpic-text {
    text-align:justify;
/*    width:70%; */
}

div.csc-textpic-intext-left p.bodytext, div.csc-textpic-intext-right p.bodytext {
    display:inline;
}

div.csc-textpic-center {
/*    width:70%; */
}

.clearfix:after {
    content: "."; 
    display: inline; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Mitarbeiter */
.view-id-mitarbeiter_liste {
	h3 {
		background-color: @grau;
		border-style: solid;
		border-color: @grau;
		border-width: 1px 1px 0 1px;
		margin: 0 0 0 0;
		padding: 0 0 0 10px;		
	};
	margin-bottom: 1em;
}

.m_kapsel {
	position: relative;
	border-color: @grau;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	padding: 10px;
	height: 120px;
	line-height: 2em;
	min-width: 50%;
	max-width: 100%;
	
	.m_picture {
		position: relative;
		float: left;
		//background-image: url("../images/dummy.gif");
		background-color: @grau;
		width: 120px;
		height: 120px;
		a {
			display: block;
			overflow: auto;
		}
	}
	
	.m_name {
		margin-left: 130px; 
		font-size: 120%;
		background-color: @grau;
		a {
			margin-left: 10px;
			color: black;
		}
	}
	
	.m_room, .m_phone, .m_email {
		margin-left: 140px;
		line-height: 215%;
	}
}

#m_data {
	position: relative;
	
	.pic {
		margin-right: 10px;
		float: left;
	}
	
	.m_data {
		float: left;
		font-size: 130%;
		line-height: 1.5em;
	}
}

#m_desc {
	float: left;
	margin-top: 2em;
	
	h2 {
		font-size: 150%;
		margin-bottom: 0px;
	}
}

/* Mitarbeiter einzeln */
#person {
	.upperBlock {
		overflow: auto;
		margin-bottom: 15px;
		border: solid;
		border-width: 1px;
		border-color: @hellblau;
		.image {
			
			float: left;
			margin-left: 0px;
			width: 120px;
		}
		
		.misc, .address {
			height: 110px;
			padding: 5px 0 0 0;
			margin-left: 10px;
			float: left;	
			width: auto;
		}
	}
	

	
	.lowerBlock {		
		h2 {
			border-style: solid;
			border-width: 0 0 1px 0;
			border-bottom-color: @hellblau;
		}
	}
	
	.label-inline {
		float: left;
	}
}

/* Lehre Übersicht */

.view-lehre-uebersicht {

	.view-content {
		margin-bottom: 20px;
	}

	.view-footer {
		border-top-width: 1px;
		border-top-color: @grau;
		border-top-style: solid;
	}
}

.view-teaching {

	.view-content {
		margin-bottom: 20px;
	}

	.view-footer {
		border-top-width: 1px;
		border-top-color: @grau;
		border-top-style: solid;
	}
}

/* Lehreinheit */
.node-type-lehreinheit {
	.field {
		margin: 1.5em 0 0.1em 0;
		position: relative;
		overflow: auto;
		width: 100%;
	}
	
	.field-label {
		font-size: 130%;
		color: #89146a;
		font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
		font-weight: normal;
	}
	
	.field-items {
		margin-top: 6px;
		line-height: 130%;
	} 
	
	.field-name-field-lehreinheit-bilder {
		overflow: auto;
		
		
		a { margin-bottom: 10px; 
			display: block;
		}
		
		img {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
		
	.field-item {
		float: left;
		margin-left: 10px;
	}}
	
	.field-name-field-u-betreuer {
		a {
			font-size: 120%;
		}
	}	
}

/* Lehreinheit */
.node-type-teaching {
	.field {
		margin: 1.5em 0 0.1em 0;
		position: relative;
		overflow: auto;
		width: 100%;
	}
	
	.field-label {
		font-size: 130%;
		color: #89146a;
		font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
		font-weight: normal;
	}
	
	.field-items {
		margin-top: 6px;
		line-height: 130%;
	} 
	
	.field-name-field-teaching-bilder {
		overflow: auto;
		
		
		a { margin-bottom: 10px; 
			display: block;
		}
		
		img {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
		
	.field-item {
		float: left;
		margin-left: 10px;
	}}
	
	.field-name-field-u-betreuer {
		a {
			font-size: 120%;
		}
	}	
}

/* Kontakt */

.contact-addres {
	margin: 10px;
	padding: 10px;
	background: @grau;
	
	table {
		margin-bottom: 0px;
	}
}

/* Dateianhänge */
.field-name-field-dateianhang-dateien {
	a {
		color: black;
		
		&:hover {
			text-decoration: underline;
		}
	}
	table {
		width: 100%;
		
		tr {
			border-bottom: 0px solid #CCC;
			
			&.even {
				background-color: white;
			}
				
			&.odd {
				background-color: @hellgrau;
			}
			
			td {
				border-spacing:3px;
			}
		}
	}
}

/* Forschung */

.node-forschung  {
	
	.field-name-field-forschung-bilder {
	overflow: auto;
	.field-item {
		float: left;
		margin: 5px;
		
		img {
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
			box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
		}
	}
	}
	
	
	.field-name-field-ansprechpartner {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	
	.field-name-forschung-publikation{
		clear: both;
		margin-top: 20px;
	}

}

.page-forschung, .page-research {
	.views-row-last {
		margin-bottom: 30px;	
	}
	
	.views-row {
		margin-left: 15px;
	}
	
	h3 {
		margin: 0 0 0 0;
	}

}


/* Newsbox */

#right_col.infoboxheader {
    background-color: #D9EAD4 !important;
    color: #000000 !important;
}

#right_col .infoboxheader a {
    color: #000000 !important;
}

#right_col .gcsinfobox .infoboxheader {
    background-color: #DDDDDD !important;
    color: #89146a !important;
}

#right_col .gcsinfobox a {
    color: #89146a !important;
}

#right_col .outerinfobox {
    margin-bottom: 1em;
    padding: 0;
	background-color: #FFFFFF;
}

#right_col .outerinfobox .infobox {
    margin-bottom: 1em;
    position: relative;
    width: 100%;
}

#right_col .outerinfobox .infoboxheader {
    background-color: #E9E9F4;
    color: #89146a;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 2px 6px;
}

#right_col .outerinfobox .infoboxheader.suchbox {
    background-color: #DDDDDD;
    color: #89146a;
}

#right_col .outerinfobox div.infoboxcontent a {
    background-color: #FFFFFF;
}

#right_col .outerinfobox div.infoboxcontent a:hover {
    background-color: #FFFFFF;
}

#right_col .outerinfobox .infoboxheader a {
    color: #89146a;
    text-decoration: none;
}

.infoboxcontent a {
    color: #89146a;
    text-decoration: none;
}

#right_col .infobox p {
    margin: 0 0 0.2em;
    padding: 0 0 0.2em;
}

#right_col {
	h2 {
		background-color: #E9E9F4;
		color: #89146a;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		padding: 2px 6px;
	}
	
	div.infoboxcontent {
		background-color: #FFFFFF;
		border-bottom: 1px solid #CCCCCC;
		color: #000000;
		font-size: 0.9em;
		line-height: 1.4em;
		margin: 0;
		padding: 2px 6px;
		text-decoration: none;
		
		a {
			color: #89146a;
			width: 100%;
			text-decoration: none;
		}
	}
}

.view-lehre-uebersicht {
	.views-row {
		margin-left: 10px;
	}

	h3 {
		margin: 10px 0 0 0;
	}

	.view-grouping {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}

.view-teaching {
	.views-row {
		margin-left: 10px;
	}

	h3 {
		margin: 10px 0 0 0;
	}

	.view-grouping {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}

/* gui Hacks damit man einige Kontext Menüs erreichen kann */
#language .contextual-links-wrapper {
	margin-right: -35px;
}

.motto {
font-size: 26px;
font-family: cursive;
background-color: #FFE6D0;
float: right;
position: relative;
margin-left: 10px;
margin-bottom: 10px;
padding: 15px;
}

.views_slideshow_slide {
	background: #EBEBEB;
	padding: 10px;
	overflow: auto;
}

/*
.glidecontenttoggler {
	margin-top: 500px !important; 
}

#block-content-glider-content-glider-0 {
	h2 {
		padding-left: 20px;
		padding-top: 10px;
	}

	//overflow: auto;
	background-color: #ebebeb;
	.node-beispiele-zum-studiengang {
		overflow: auto;
		padding-left: 40px;
		padding-right: 40px;
		background-color: #ebebeb;
	}
}
*/

.views_slideshow_cycle_main {
	margin-top: 10px;
}

.views_slideshow_slide {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;

}

.views-slideshow-pager-fields {
	margin-left: 20px;
}

.views-slideshow-controls-top div{
	float: left;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	.views_slideshow_pager_field_item {
		padding: 5px 10px 5px 10px;
		cursor: hand;
	}
	.active {
		background-color: #ebebeb;
	}	


	
}

.research_container {
	height: 225px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	background-color: #ebebeb;
	margin: 5px;
	float: left;
	width: 375px;
}

.research_header {
	margin-bottom: 10px;
}

.research_content {
	word-wrap: break-word;
	text-align: left;
}

.research_link {
	clear: both;
	float: right;
	margin-top: 5px;
}

.research_image {
	margin-right: 10px;
	position: relative;
	float: left;
	height: 125px;
	width: 125px;
}




.forschung-item {
	//border: 1px solid black;
	padding: 10px 0px;
	border-top: 1px solid @grau;
	border-bottom: 1px solid @grau;
	clear: left;
	overflow: auto;
	
	.bild {
		margin-right: 10px;
		float: left;
		height: 100px;
	}
	
	.titel {
		
	}
}

.views-row-first {
	.forschung-item {
		border-top: 2px solid @grau;
	}
}

.views-row-last {
	.forschung-item {
		border-bottom: 2px solid @grau;
	}
}

.link_2, .link_3, .link_4 {
	top: 7px;
	position: relative;
}

.eyecatcherContainer{
	position: relative;
	height: 313px;
	width: 800px;
}

.backgrimg{
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	clear: both;
	position: absolute;
}

.arbeitsgruppe_container {
position: relative;
top: 89px; 
float:left; 
width: 200px; 
text-align: center;
}

.longlink {
	display: block;
	line-height: 13px;
}

.hideimg{

	height: 0px;

	width: 0px;

}

.cd_extlink{
	height: 20px;
	width: 200px;
}

#newsportal ul {
    margin-left: 0;
}

#newsportal ul li {
    background-color: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
    list-style-image: none !important;
    list-style-type: none;
    margin-left: 0 !important;
    padding: 0;
}

#newsportal ul li .datum {
    font-size: 0.8em;
}

#newsportal .datum {
    color: #999999;
    padding-right: 1em;
}

#newsportal .bretttitel a {
    font-weight: bold;
}

#col3_editablecontent a {
    border-bottom: 1px solid #CCCCCC;
    color: #89146a;
    text-decoration: none;
}

#newsportal .inhalt {
    padding: 0.5em 0;
}

table.gssb_c table.gsc-completion-container, table.gssb_c table.gsc-completion-container tr td {
    background-color: #FFFFFF;
    border: 0 none !important;
}
.gsc-completion-container tr td {
    border: 1px solid #89146a !important;
    padding: 5px;
}
table.gssb_c * {
    overflow: hidden !important;
    width: 176px !important;
}

.view-kolloquium {
	.views-field-field-koll-datum {
		width: 150px;
	}
	
	.views-field-field-vortragender {
		max-width: 50%;
		min-width: 20%;
		width: 30%;
	}
	
	.views-field-title {
		width: auto;
	}
}

.node-kolloquium{
	.field-name-body{
                padding-top: 15px;
        }
}





