﻿/* CSS Document */

/* standard_text */
.standard_text {
	padding-top:0px;
}

/* teaser */
.teaser {
	width:161px;
	height:242px;
	float:left;	
	margin-left:0px;
	background-repeat:no-repeat;
	margin-top:2px;
		margin-bottom:1px;
}
.teaser_text {
	padding-left:15px;
	padding-bottom:20px;
	vertical-align:bottom;
	padding-top:125px;
}

/* image_big */
.image_big {
	padding-top:18px;
}

/* image_text */
.image_text {
	width:600px;
	padding-top: 18px;

}
.image_text_img {
	width:237px;
	float:left;
	margin-right:18px;
	margin-bottom: 1px;
}

/* image_double */
.image_double {
	width:600px;
	padding-top: 18px;

}
.image_double_img1 {
	width:295px;
	float:left;
}
.image_double_img2 {
	width:295px;
	margin-left:10px;
	float:left;
}

/* image_triple */
.image_triple {
	width:600px;
	padding-top: 18px;

}
.image_triple_img1 {
	width:194px;
	float:left;
}
.image_triple_img2 {
	width:194px;
	margin-left:9px;
	float:left;
}
.image_triple_img3 {
	width:194px;
	margin-left:9px;
	float:left;
}

/* separator */
.separator {
	border-top:solid 1px #ffffff;
	margin-top: 17px;
}

/* content_right */
.content_right {
	width:237px;
	background-color:#ebe0cc;
	padding-top:14px;
	margin-bottom:10px;
}
.content_right_wrapper{
	padding-left:18px;
	padding-right:12px;
	padding-bottom:12px;
}

/* hot_news */
.hot_news {
	width:237px;
	background-color:#ebe0cc;
	padding-top:14px;
	margin-bottom:10px;
}
.hot_news_img {
	padding-left:18px;
	padding-right:12px;
	padding-bottom:12px;
}
.hot_news_txt {
	padding-top:12px;
	padding-left:18px;
	padding-right:12px;
	padding-bottom:12px;
}
.kontaktfield {
	border:1px solid #B5CBB5;
	font-size:9px;
	height:14px;
	margin-bottom:2px;
	width:84px;
	padding:0px 0px 2px 4px;
}
/* more_button */
.more_button {
	padding-top:12px;
}

/* image_caption */
.image_caption {
	margin-top:4px;
	font-size:12px;
}

/* download */
.download_container {
	float: left; 
	width: 335px; 
	
	padding-top:18px;
}

.download_element {
	width: 316px; 
	height: 79px;
	
	background-image: url(../images/download_element_bg.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.download_element-hover {
	width: 316px; 
	height: 79px;
	
	background-image: url(../images/download_element_bg_hover.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.download_text {
	width: 258px; 
	float: left; 
	margin-left: 12px; 
	margin-top: 12px;
}

.download_icon {
	width: 32px; 
	float: left; 
	margin-top: 6px;
}

.download_title {
	height: 18px;
}

.download_description {
	height: 30px;
}

.download_size {
	height: 19px;
}
