/****************************************************
	T E A S E R
****************************************************/
div#Shortcuts {
	BACKGROUND: url("media(541,1033)/back.gif") repeat-x;
	border: 0px solid #ccc;
	float:	left;
	padding-top: 50px;
	padding-left: 10px;
	margin-bottom: 10px;
	height:	135px;
	align: left;
}

div.Teaser {
	border: 0px solid #ccc;
	float:	left;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 90%;
}

div.Teaser h1,
div.Teaser h2 {
	font-size: 130%;
	margin-top: 3px;
	margin-bottom: 2px;
}

div.Teaser p {
}

div.TeaserItem {
	padding: 0px;
	margin: 0px;
}

.TemplateFormatTeaserImage 
{
	overflow: hidden;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


/* Teaser */

A.teaserheaderlink:hover 
        {
	COLOR: #0b77b3;
	TEXT-DECORATION: none;
	font-size: 10px;
}

A.teaserheaderlink 
        {
	COLOR: #0b77b3;
	TEXT-DECORATION: none;
	font-size: 10px;
}
    
.teaser {
        width:      140px;
        height:     100px;
        padding: 0px;
	margin: 0px;
}
    
.teaserheader {
	FONT-WEIGHT: bold; 
	padding-left: 5px;
	margin: 0px;
}

.teaserimage {  
	background-color: #FFFFFF;
	padding-top: 0px;
	height:0px;
}

.teasercontent {
	vertical-align:top;
	padding: 5px;
}
        


/****************************************************
	T E A S E R   L I S T S
****************************************************/
div.Teaser ul {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

div.Teaser ul ul {
	margin: 0;
}

div.Teaser ul li {
	background-image: url("images/li.gif");
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding: 0 0 0 0.8em;
}

