/*** USER STYLES ***/
p.Line {
	border-bottom-color: #237DBB;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	line-height: 0px;
	margin-top: 20px;
		margin-bottom: 20px;
}
#navi .Key, #navi a.Key:hover{
	background-image: url(../layout_images/icon-secure.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#navi .Aktiv{
	color: #13295F;
	background-color: #FFFFFF;
}

p.doc-PDF
{
	background-image: url(images/icon-pdf.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px 0px;
}

p.doc-WORD
{
	background-image: url(images/icon-word.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px 0px;
	}

p.doc-POWERPOINT
{
	background-image: url(images/icon-ppt.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px 0px;
}

p.doc-EXCEL
{
	background-image: url(images/icon-xls.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px 0px;
}

#navi .ZitatTitel
{
	margin-top:10px;
	text-align: center;
	color: #787878;
	font-size: 9px;

}
#navi .Zitat
{
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	font-weight: bold;
	color: #13295F;
		border-top-color: White;
		border-top-style: solid;
		border-top-width: 1px;
padding-top: 10px;
padding-bottom: 10px;
}


#content .bg-Red
{
	background-color: #FFA3C2;
}

#content .bg-Orange
{
	background-color: #FFCC66;
}

#content .bg-Yellow
{
	background-color: #FFF299;
}

#content .bg-Green
{
	background-color: #CAFCCA;
}

#content .bg-Cyan
{
	background-color: #CCFFFF;
}

#content .bg-Blue
{
	background-color: #CEE2F3;
}

#content .bg-Purple
{
	background-color: #D9B3FF;
}

#content .bg-Grey
{
	background-color: #EAEAEA;
}

#content .red, #related .red
{
	color: #CC0000;
}
 
 
