@charset "utf-8";
/* CSS Document */


.relbar{
	width:472px;
	padding-left:15px;
	padding-right:15px;
	overflow: hidden;
	text-align:left;
	display: block; 
}

#allRel{
	width:472px;
	float:left;
	padding-left:51px;
}



.rel{
	background-image:url(../bilder/news.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:472px;
	text-align:left;
	font-size:11px;
	height:160px;
	overflow:hidden;
	border:1px;
	border-style:solid;

}


.relopen{
	background-image:url(../bilder/rel.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:472px;
	text-align:left;
	font-size:11px;
	overflow:hidden;
	height:auto;
	border-color:#000;
	border:solid 1px;

}

.reltext{
	width:450px;
	padding-left:10px;
	padding-top:13px;
	padding-bottom:5px;
	text-align:left;
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;

}

.reltext2{
	background-image:url(../bilder/news_bar.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:472px;
	min-height:43px;
	height:43px;
	overflow:hidden;
}

.reltext2open{
	background-image:url(../bilder/news_bar_up.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:472px;
	min-height:43px;
	height:43px;
}

.relbottom{
	background-repeat:no-repeat;
	width:472px;
	height:20px;
	min-height:20px;
	overflow: hidden;
}

.relheadline{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
	color:#FFF;
}


.relimage{
display:block;
float:right;
}

