/********************************************

	This File contains only the Style 
	Information necessary for Sites with
	an activated Sidebar!
	General Styles are found in
	-->"structure_style.css"<--

********************************************/


/*Sidebar*/
.newsbar 
{ 
	width:222px;  
	padding-left:0px; 
}
.newsbar_padding{
	padding: 13px 0 10px 20px;
	width: 160px;
}
.newsbar_padding2{
	padding: 0px 0 0px 20px;
	width: 180px;
	line-height: 12px;
}
.newsbar_bg{
	background-image:url(newsbox_bg.png);
	float: left;
	width:222px;
	background-repeat: repeat-y;
}
*html .newsbar_bg{
	background-image:url(newsbox_bg.gif);
}
.newsbar_bg2{
	background-image:url(newsbox_bg2.png);
	float: left;
	width:222px;
	background-repeat: repeat-y;
}
*html .newsbar_bg2{
	background-image:url(newsbox_bg2.gif);
}

.newsbar_spacer 
{ 
	width:180px;  
}

h2.background
{
	background-image:url(h2.gif);
	padding: 1px 6px 5px 6px;  
	font-size:11px;
	margin:0 1px 0 1px;
}

.tailpic{
	float: left;
	background-image: url(newsbox_bottom.png);
	height:15px;
	width:222px;
}

