/*Individuelles Stylesheet für diese Seite*/

h2 strong {
	font-size: 16px;
	font-weight: bold;
	width: 534px !important;
}

h1 {
	font-size:30px;
	font-weight:600;
	margin: 0 0 -3px 0;
	color:#000000;
}

h2 {
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 12px 0;
    padding: 0;
    color: #000000;
}

h3 {
    font-size: 20px;
    font-weight: 100;
    line-height: 20px;
    font-style: normal;
    margin: 0 0 12px 0;
    padding: 0;
    color: #000000;
}

#content_desc {
	float: left;
	width: 290px;
	margin: 0px 4px;
	padding: 40px 12px 12px 12px;
}

#content_desc_2 {
	float: left;
	width: 100%;
	margin: 0px 4px;
	padding: 40px 12px 12px 12px;
}

#content_desc p, #content_desc a, #content_desc span {
	line-height: 18px;
}

#content_desc_2 p, #content_desc_2 a, #content_desc_2 span {
	line-height: 18px;
}

#content_img_aera {
	float: left;
	width: 632px;
}


/* CAROUFREDSEL */


#animContainerSpace {
	float: left;
	position: relative;
	width: 632px;
	height: 690px;
}

#animatedSpace {
	float:left;
	width:632px;
	height: 690px;
	overflow: hidden;
}

#animatedSpace img {
	width: 632px;
	height: 690px;
}


/* PAGER  CAROUFREDSEL */

#pager_aera {
	/*
	float: left;
	margin-left: 544px;
	*/
	float:right;
	min-height: 20px;
}

#pager_aera a {
	border: 1px solid #000000;
	color: #000000;
	display: block !important;
	float: left;
	height: 14px;
	margin: 4px 2px 0 0;
	text-align: center;
	text-decoration: none;
	width: 14px;
}

#pagerSpace {
	float: left;
}

#foo2_prev {
	background-image:url(../../../_upl/images/bg_pager_previous.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#foo2_prev:hover {
	background-image:url(../../../_upl/images/bg_pager_previous_hover.png);
	background-repeat: no-repeat;
}

#foo2_next {
	background-image:url(../../../_upl/images/bg_pager_next.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#foo2_next:hover {
	background-image:url(../../../_upl/images/bg_pager_next_hover.png);
	background-repeat: no-repeat;
}

#foo2_prev:hover, #foo2_next:hover {
	color: #55b949;
	border: 1px solid #55b949;
}

#foo2_next, #foo2_next:hover {
	margin: 4px 0 0 0 !important;
}

.pagination a.selected, .pagination a:hover {
	cursor: default;
	color: #55b949 !important;
	border: 1px solid #55b949 !important;
}

.pagination span {
}


@media only screen and (max-width: 950px){
	
	#content_desc {
		width: 90%;
		margin-top: 76px;
	}
	#content_desc_2 {
    		margin-top: 76px;
    		width: 90%;
	}
	
	#content_desc p, #content_desc a, #content_desc span {
		line-height: 22px;
		font-size: 16px;
	}
	#content_desc_2 p, #content_desc_2 a, #content_desc_2 span {
		line-height: 22px;
		font-size: 16px;
	}
	
	.dot {
		padding: 0 4px;
	}

	#content_img_aera {
		float: none;
		width: 360px;
		margin: 0 auto;
	}
	
	
	/* CAROUFREDSEL */
	
	
	#animContainerSpace {
		float: left;
		position: relative;
		/*width: 360px;
		height: 690px;
		height: 393px;*/
		width: 100%;
		height: auto;
	}
	
	#animatedSpace {
		float:left;
		width: 360px;
		height: 393px;
		overflow: hidden;
	}
	
	#animatedSpace img {
		width: 360px;
		height: 393px;
	}
	
}

@media only screen and (max-width: 380px){
	
	#content_img_aera {
		width: 280px;
	}
	
	
	/* CAROUFREDSEL */
	
	
	
	#animatedSpace {
		float:left;
		width: 280px;
		height: 305px;
		overflow: hidden;
	}
	
	#animatedSpace img {
		width: 280px;
		height: 305px;
	}

}	