.nurText_bg_small{
z-index:16;
position:relative;
float:left;
width: 300px;
height: 500px;
background: rgba(255, 255, 255, 1.0); 
margin:5px 5px 5px 5px;
}
.nurText_small{
z-index:17;
position:relative;
float:left;
width: 300px;
height: 500px;
margin:0px 0px 0px 0px;

font-family: 'Metrophobic';
font-size: 14px;
text-decoration:none;
line-height: 18px;
color:#2e2e2e;
}
.nurText_small h1{
	position:relative;
	top:0px;
	left:0px;
	letter-spacing:0px;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color:#2e2e2e;
	font-size: 22px;
	line-height:25px;
	font-family:'Metrophobic';
	margin:0px 0px 0px 0px;
	margin-bottom:10px;
	
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.nurText_small p{
	position:relative;
	font-family: 'Metrophobic';
	font-size: 14px;
	text-decoration:none;
	line-height: 18px;
	/*height:18px;*/
	/*letter-spacing: 0.5px;*/
	color:#2e2e2e;
	Left: 0px;
	margin:5px 0px 5px 0px;
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	border:none;
	/*white-space: nowrap;*/
	top: 0px;
	width:300px;

/*
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
	/* mit "bindings.xml#none" deaktivierbar*/	
	
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.nurText_small ul{
	
}
.nurText_small il{
	
}

@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.article_small p
	{
		width:255px;
	}	
	.article_small img
	{
		width: 255px;
		height: auto;
	}
	.article_small img:hover{
		opacity:1.0;
	}
	.videocontainer_small iframe
	{
		width: 255px;
		height: 331px;
	}	
	.article_bg_small
	{
		width: 275px;
		height: 500px;
		margin:5px 5px 5px 5px;
	}
	.article_small
	{
		width: 275px;
		height: 500px;
		margin:5px 5px 5px 5px;
	}
	.article_small h1
	{
		font-size: 20px;
	}
}
@media only screen and (max-width: 480px)
{
	.article_small p
	{
		width:255px;
	}	
	.article_small img
	{
		width: 255px;
		height: auto;
	}
	.article_small img:hover{
		opacity:1.0;
	}
	.videocontainer_small iframe
	{
		width: 255px;
		height: 331px;
	}	
	.article_bg_small
	{
		width: 275px;
		height: 490px;
		margin:5px 5px 5px 5px;
	}
	.article_small
	{
		width: 275px;
		height: 490px;
		margin:5px 5px 5px 5px;
	}
	.article_small h1
	{
		font-size: 16px;
	}
}
/*
#####################################################################
################### Artikel backside ########################################
#####################################################################
*/
.article_small_backside{
z-index:15;
position:relative;
top:0px;
left:0px;
float:left;
width: 280px;
height: 500px;
margin:10px 10px 10px 10px;
opacity:0.0;
display:none;
}
.article_small_backside h1{
	position:relative;
	top:10px;
	left:5px;
	letter-spacing:0px;
	text-transform: uppercase;
	font-weight: normal;
	color:#2e2e2e;
	font-size: 22px;
	font-family:'Droid Sans','arial';
	margin:0px 0px 0px 0px;
}
.article_small_backside p{
	position:relative;
	font-family: 'arial';
	font-size: 12px;
	text-decoration:none;
	line-height: 18px;
	height:18px;
	letter-spacing: 0.5px;
	color:black;
	Left: 0px;
	margin:5px 5px 5px 5px;
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	border:none;
	white-space: nowrap;
	top: 10px;
	width:270px;


	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
	/* mit "bindings.xml#none" deaktivierbar*/	
}
.article_small_backside_container {
	margin:5px 5px 5px 5px;	
	position:relative;
	top: 10px;
	width: 270px;
	height: 316px;
	display:none;
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.article_small_backside p
	{
		width:260px;
	}	
	.article_small_backside
	{
		width: 265px;
		height: 500px;
		margin:5px 5px 5px 5px;
	}
	.article_small_backside h1
	{
		font-size: 20px;
	}
	.article_small_backside_container
	{
		width:245px;
		height: 300px;
	}
}
@media only screen and (max-width: 480px)
{
	.article_small_backside p
	{
		width:260px;
	}	
	.article_small_backside
	{
		width: 265px;
		height: 490px;
		margin:5px 5px 5px 5px;
	}
	.article_small_backside h1
	{
		font-size: 16px;
	}
	.article_small_backside_container
	{
		width:245px;
		height: 300px;
	}
}