/********************************************

	This File contains only the Style 
	Information necessary for Sites without
	an activated Sidebar!
	General Styles are found in
	-->"structure_style.css"<--

********************************************/
.content 
{ 
	width:560px;
	padding:0 18px 0 20px;
}

.template_spacer
{
	width:500px; 
}

.newsbar 
{ 
	width:150px;  
	padding-left:30px; 
}


/*Quad Teaser*/
.quadteaser_box
{ 
	width:131px; 
}
.quadteaser_teaser_text
{ 
	width:127px; 
	padding:2px;
}
.quadteaser_teaser_image
{ 
	width:131px; 
	height:65px;
}

.quadteaser_spacer
{ 
	width:12px; 
}

.quadteaser_header
{  
	padding:1px 6px 5px 6px; 
	width:119px; 
	background-image:url(teaser_bg.gif);
}

/*Tripple Teaser*/
.trippleteaser_box
{ 
	width:180px; 
}

.trippleteaser_spacer
{ 
	width:9px;
}
.tripple_teaser_text
{
	width:176px; 
	padding:2px;
}
.tripple_teaser_image
{
	width:180px; 
	height:60px;
}
.trippleteaser_header
{  
	padding:1px 6px 5px 6px; 
	width:168px;  
	background-image:url(teaser_bg.gif)
}

/*Double Teaser*/
.doubleteaser_box
{
	width:270px;
}

.doubleteaser_spacer
{ 
	width:20px; 
}
.doubleteaser_teaser_text
{
	width:264px;
	padding:3px;
}
.doubleteaser_teaser_image
{
	width:270px;
	height:70px;
}
.doubleteaser_header
{ 
	padding: 1px 6px 5px 6px;  
	width: 258px;  
	background-image: url(teaser_bg.gif)
}

h2.background
{
	background-image:url(teaser_bg.gif);
	padding: 1px 6px 5px 6px;  
	font-size:11px;
	margin:0 1px 0 1px;
}




