/* CSS für Teaser - Bild */

/* Definitionen für Zelle */
td.teaser_image
{
	width: 312px;
	background-color: #e7dcc2;
	vertical-align: top;
}

/* Definitionen für DIV-Block */
div.teaser_image
{
	width: 312px;
}

div.teaser_bild
{
	height:80px;
	overflow: hidden;
	margin-bottom: 30px;
}

/* Definitionen für DIV-Block */
div.navi_context
{
	width: 292px;
	margin: 10px;
	color: #632b2d;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
}

div.navi_context h1, div.navi_context .h1, div.navi_context h2, div.navi_context .h2
{
	color: #632b2d;
}

div.navi_context ul 
{
	list-style-image: url("/pic/bg/navi.png");
}

div.navi_context ul li:hover 
{
	list-style-image: url("/pic/bg/navi2.png");
}

div.navi_context ul li.context_pic
{
	list-style-type: none;
	list-style-image: none;
	margin-left: -18px;
}

div.navi_context ul li.context_pic:hover
{
	list-style-type: none;
	list-style-image: none;
}


div.navi_context a
{
	/*background-image: url("/pic/bg/context.png");
	background-repeat: no-repeat;
	background-position: top left;*/
}

div.navi_context a:link, div.navi_context a:visited
{
	font-weight: normal;
	color: #632b2d;
}

div.navi_context a:hover 
{
	font-weight: normal;
	color: #cc8978;
	/*background-image: url("/pic/bg/context2.png");
	background-repeat: no-repeat;
	background-position: left;*/
}

