@charset "utf-8";
#modContent	{
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

#modContent	strong	{
	padding-top: 16px;
	padding-bottom: 0px;
	
}

#modImages {
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#modImages img	{
	margin: 5px;
	border: 1px solid #ff9900;
}

#contentBackground 	{
	width: 690px;
	height: 450px;
	padding: 0;
}

#contentarea1	{
	padding: 0px;
	height: 450px;
	width: 690px;
}

.modEntry	{
	width: 207px;
	height: 434px;
	padding: 9px;
	float: left;
	background-image: url(../../../shared/images/ein_drittel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	position: relative;
}

.modEntry img	{
	border: 0;
}

.modEntry h3	{
	margin-top: 10px;
	font-size: 24px;
}

.modEntry h4	{
	margin-top: 10px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.modEntry h5	{
	margin-top: 10px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.modGradient	{
	position: absolute;
	top: 9px;
	left: 9px;
	width: 205px;
	height: 180px;
	display: block;
	background-image: url(../../../shared/images/modGradient180.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor: pointer;
}

.modGradientBlack	{
	position: absolute;
	top: 9px;
	left: 9px;
	width: 322px;
	height: 441px;
	display: block;
	background-image: url(../../../shared/images/modGradientBlack.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.modImgClip	{
	display: block;
	width: 205px;
	height: 180px;
	overflow: hidden;
	cursor: pointer;
}

* html .modGradient	{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='shared/images/modGradient180.png', sizingMethod='image')
}

* html .modGradientBlack	{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='shared/images/modGradientBlack.png', sizingMethod='image')
}

.newsDetail	{
	width: 322px;
	height: 432px;
	padding: 9px;
	background-image:url(../../../shared/images/2_halbe.png);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	overflow: hidden;
	
}

.newsDetail h3	{
	margin-top: 10px;
	font-size: 24px;
}

.newsDetail h4	{
	margin-top: 10px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.newsDetail h5	{
	margin-top: 10px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.newsDetail p	{
	
}

#modPreviousPage	{
	position: absolute;
	bottom: 9px;
	left: -30px;
	color: #FFFFFF;
	text-decoration: none;
}

#modNextPage	{
	position: absolute;
	bottom: 9px;
	right: -55px;
	color: #FFFFFF;
	text-decoration: none;
}

#modGoBackLeft	{
	position: absolute;
	bottom: 8px;
	left: 22px;
	
}

#modGoBackRight	{
	position: absolute;
	bottom: 8px;
	right: 22px;
	
}

#modImgZoom	{
	position: absolute;
	left: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
	padding: 22px;
	padding-bottom: 30px; 
	text-align: center;
}

#modImgZoom img	{
	display: block;
	margin-bottom: 3px;
}

#modBgMask	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

#modCloseImg	{
	position: absolute;
	right: 3px;
	bottom: 3px;
	cursor: pointer;
}

#contentarea1 a, #contentarea2 a	{
	
}

.modInfoBox	{
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
}



