@charset "ISO-8859-1";

.page-container.home .two .right{
	float: left;
	width: 300px;
	min-height: 1px;
	padding-bottom: 5px;
}
.page-container.home .two .left  {
	float: left;
	width: 600px;
	margin-right: 40px;
	min-height: 1px;
}

.five-element-teaser-container {
	width:100%;
	height:210px;
}

.single-element-teaser {
	float:left;
	width:193px;
	height:190px;
}

.single-element-teaser-last {
	width:165px;
}

.single-element-teaser-image {
	border:none;	
}
.single-element-teaser-text {
	color:#333333;	
}

.single-element-teaser-link {
	text-decoration:none;	
}

.single-element-teaser-link:hover {
    text-decoration: none;
}

.single-element-teaser-image-continer {
    margin-bottom: 7px;
    width: 170px;
    position: relative;
}

.single-element-teaser-title-continer {
	width:170px;
	border-bottom:1px solid #c5c7c7;
	height: 25px;
}

.single-element-teaser-short-title {
	margin-top:10px;
	width:170px;
	height:47px;
	overflow: hidden;
}
.single-element-teaser-title-continer .single-element-teaser-text {
	color: #025191;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.single-element-teaser-short-title .moreInfo:hover {
	cursor:pointer;
	color:#333333;
	/* text-decoration:underlined; */
}

/* ToDO: move this css property to the main_style.css 
 	the navigation will also change.
*/
.nav {
	margin-bottom:27px;
	height:auto;
}

.single-element-teaser-short-title span {
	display:block;
}