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

.research_container {
	height: 200px;
	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;
}

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

.page_margins {
	/* minimale Weite der Homepage */
	min-width: 1220px;
}


/* Eyecatcher */
.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;

	a {
		display: block;	
	}

}

.longlink {
	line-height: 13px;
}

.hideimg{

	height: 0px;

	width: 0px;

}

a.cd_extlink{
	display: block;
	height: 20px;
	width: 200px;
	&:after {
		content:' 'url(../images/ext_link.gif);		
	}
	&:hover:after{
		content:' 'url(../images/ext_link_hover.gif);
	}
}

.textblock{
	top: 10px;
	position: relative;
}