#news{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	background-color: #fff;
	width: 100%;
	/*

    padding: 10px;
	padding-top: 5px; 
    */
	/*height: 400px;*/
	/*overflow: auto;*/	
}
#news h2{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	/*font-family: times, serif;*/
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 3px;
}
#news h3{
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#news h4{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#news div.newstype{
    color: #bbf;
    text-align: right;
    font-size: 11px;
}
#news div.headline{
	
}
#news span.datum{
	font-style: italic;
    font-weight: bold;
}
#news a.readmore{	
	text-align: left;
	text-decoration: none;
}
#news .ingress{
	/*font-weight: bold;*/
    /*color: #555;*/
    font-style: italic;	
    font-size: 12px;
}
#news .content{
	/*float:left;*/
    font-size: 12px;
}
#news div.floatright{
	float: right;
}
#news div.floatleft{
	float: left;
	
}

#news div.caption{
	color: #555;
	margin: 3px 0 0 3px;
    padding-left: 2px;
	font-size: 10px;
}
#news div.floattop,#news span.floatbottom{
	text-align: center;
	margin-bottom: 8px;
	
}
#news span.floatbottom{
	float: right;
}
#news .author{
	/*float: left;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#news img.right{
	margin-left: 5px;
	border: 1px solid #666;
}
#news img.left{
	margin-right: 5px;
	border: 1px solid #666;
}
#news div#bottom{
	text-align:center;
	width: auto;
}
#news div.content a{
	text-decoration: none;
	border-bottom: 1px solid #00f;
	color: 000;
}
#news div.extras{
	/*background-color: #eee;*/
	border-top: 1px dotted #009;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 3px;
	/*padding-left: 3px;*/
}

#news div.extras h5{
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 2px;
}
#news div.extras a{
	text-decoration: underline;
}
#gallery{
    border-top: 1px dotted;
    margin-top: 10px;
    font-size: 11px;
}
#gallery img{
    border: 1px solid #000;
}