#content .tenor UL,
#content .tenor OL,
#content .tenor DIV.elevated{
	border-left: 5px solid rgb(114, 0, 0);
	margin: 8px 0pt 0pt 0px;
	padding: 10px 10px 10px 20px;
	list-style-type: square;
}

#content .tenor OL{
	list-style-type:decimal;
	padding-left:30px;
}
#content .tenor OL.nonumbers{list-style-type:none;list-style-position:inside;list-style-image: none; }
#content .tenor Table Thead tr td{
	background-color:#990000;
	color:#fff;
}
#content .tenor Table TBody tr td{
	background-color:#EFEFEF;
	color:#000;
}


#content .tenor UL.subcontents{
	border-left: 0;
	margin: 0 0pt 0pt 0px;
	margin-top:0;
	padding: 10px;
	padding-top:0;
	list-style-type: none;
	
}
#content .tenor UL.subcontents LI A,#content .tenor UL.subcontents LI A:link,#content .tenor UL.subcontents LI A:visited{
	display:block;
	line-height:13px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#EFEFEF;
	border-color:#000;
}
#content .tenor UL.subcontents LI A:hover,#content .tenor UL.subcontents LI A:active{
	border-color:#FFB82F;
	}
.subcontents_heading{
	margin:10px 10px 0 10px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;	
	background-color:#740000;
	color:#fff;
}

#content q, #content blockquote{
    font-size:14px;
} 
#content blockquote span.author{
	font-variant: normal;
	font-weight:bold; 
	display:block;
	margin-left:5px;
}

DIV.important,DIV.information,DIV.download,DIV.attention{
	padding:10px;
	margin-bottom:10px;
	padding-left:60px;

	/*min height hack*/
	min-height:35px;
    height:auto !important;
    height:35px; 
	
}

DIV.important SPAN.sb_header,DIV.information SPAN.sb_header,DIV.download SPAN.sb_header,DIV.attention SPAN.sb_header{
	font-weight: bold;
}
DIV.important P, DIV.information P, DIV.download P, DIV.attention P{
	display:inline;
}
DIV.download{
	border-top:1px dotted #AF0020;
	border-bottom:1px dotted #AF0020;
	background-color:#FFC0CB;
	background-image:url('/images/icons/download.jpg');
	background-position: 5px -2px;
	padding-bottom:19px;
	background-repeat:no-repeat;
}
DIV.information{
	border-top:1px dotted #333366;
	border-bottom:1px dotted #333366;
	background-color:#C2C4EF;
	background-image:url('/images/notice.jpg');
	background-position: 5px 0;
	background-repeat:no-repeat;
	
}
DIV.important{
	border-top:1px dotted #FFA500;
	border-bottom:1px dotted #FFA500;
	background-color:#FFE6B7;
	background-image:url('/images/important.jpg');
	background-position: 5px 0;
	background-repeat:no-repeat;
}
DIV.attention{
	border-top:1px dotted #485F00;
	border-bottom:1px dotted #485F00;
	background-color:#98CB00;
	background-image:url('/images/icons/attention.jpg');
	background-position: 10px 5px;
	background-repeat:no-repeat;
}
DIV.txImg_left, DIV.txImg_right{
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #919191;
	padding:5px 5px 2px;
	text-align:center;
	margin:5px;
}
DIV.txImg_left{
	float:left;
}
DIV.txImg_right{
	float:right;
}

DIV.txImg_left .description, DIV.txImg_right .description{
	display:block;
	font-size:11px;
	line-height:1.1em;
	margin:3px 0 2px;
}
.noborder{
	border:0;
	background-color:transparent;
}

DIV.noborder{
	border:0;
	background-color:transparent;
}

#content .tenor UL.noborder,
#content .tenor OL.noborder
{border:0;}

.nofloat{
	float:none;
}

CODE{
    margin-left:10px;
	overflow:auto;
	padding:5px;
	display:block;
	white-space: pre;
	width:630px;
	background-color:#F7F7F7;
	border:1px dotted #666666;
}

#content .tenor A,#content .tenor A:link{
	border-bottom:2px solid #720000;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#content .tenor A:visited{
	border-bottom:2px solid #FFB82F;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#content .tenor A:hover{
	color:#720000;
	border-bottom:2px solid #720000;
	text-decoration:none;
}
#content .tenor A:active{
	color:#1B496F;
	border-bottom:2px solid #1B496F;
	text-decoration:none;
}

blockquote
{
	background:url(/images/icons/quote-a.jpg) no-repeat;
	background-position:top left;
	padding-top:2px;
	padding-left:22px;
	text-align:justify;
} 
blockquote P
{
    background:transparent url(/images/icons/quote-b.jpg) no-repeat scroll right bottom;
    padding:10px 28px 8px 6px;
}

.tenor A IMG, .tenor A:link IMG, .tenor A:visited IMG, .tenor A:hover IMG, .tenor A:active IMG 
{
	border:none;
}
.tenor ._a_left{
text-align:left;
}
.tenor ._a_right{
text-align:right;
}
.tenor ._a_center{
text-align:center;
}
.tenor HR{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 2px #F3F3F3;
 border-bottom: transparent;
}

