/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	TEASER RIGHT COLUMN  :  CONTAINER                                          */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.teaser {
	margin:0px;
	margin-top:25px;
	margin-bottom:20px;
	position: relative;
}

div.teaser div.padding {
	padding:0px;
	margin:0px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	TEASER SPALTE  :  BLOECKE, UEBERSCHRIFTEN, INHALT                          */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* STANDARD EINSTELLUNGEN F†R ALLE TEASER BLOECKE */

div.teaser h1 {
	color: #669999;	
	font-size: 9pt; 
	font-weight:bold;
	text-transform : uppercase;
	text-decoration:none;
	padding: 0px;
	margin:0px;
	margin-bottom: 3px;
}

div.teaser h2 {
	font-size: 9pt; 
	font-weight:bold;
	text-decoration:none;
	padding: 0px;
	margin:0px;
	margin-bottom: 3px;
}

div.teaser h3, div.teaser h4 {
	font-size: 8pt; 
	font-weight:bold;
	text-decoration:none;
	padding: 0px;
	margin:0px;
	margin-bottom: 3px;
}

div.teaser h1 a, div.teaser h2 a, div.teaser h3 a {
	text-decoration:none;
}

div.teaser p {
	font-size: 8pt; 
	text-decoration:none;
	line-height:11pt;
	padding-bottom:1px;
}

div.teaser a {

}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	TEASER  :  SUB NAVIGATION FOR CONTENT                                      */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.teaser-navigation {
	padding-bottom:5px;
	/*border-bottom:1px #669999 solid;*/
	margin-bottom:10px;
}


div.teaser-navigation ul {
	margin-left:-6px;
	_margin-left:0px;
	margin-top:0px;
	margin-bottom:6px;
	padding-top:6px;
	padding-bottom:0px;
}

div.teaser-navigation ul li {
	margin-left:-15px;
	_margin-left:15px;
	padding-top:0px;
	padding-bottom:4px;
}


div.teaser-navigation ul li a {
	text-decoration:none;
}

div.teaser-navigation ul li.active {
}

div.teaser-navigation ul li.active a {
	text-decoration:none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	TEASER  :  DEFAULT TEASER                                                  */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.teaser-default {
	margin-bottom:12px;
	padding-bottom: 12px;
	/*border-bottom: 1px #AAAAAA solid;
	background-color: #f8f8f8;
	border: 1px #e0e0e0 solid;
	padding: 8px;*/
}

div.teaser-default h1.csc-firstHeader, div.teaser-default div.csc-header h1, div.teaser-default h2, div.teaser-default h3 {
	padding-bottom: 1px;
}


div.teaser-default p.bodytext {
	
}

div.teaser-default p.bodytext a{
	
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	TEASER  :  HIGHLIGHT TEASER                                                */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.teaser-light {
}

div.teaser-light p.bodytext {
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	TEASER  :  IMPORTANT TEASER                                                */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.teaser-important {
	
}
div.teaser-important p.bodytext {
	
}



