.infopanel {
	position: absolute;
	left: 0px;
	top: 118px;
	width: 204px;
	height: 100%;
	margin: 0px;
	/*background-color: #FFFFFF;*/
	background-color: #004671;
	/*background-color: #0A51A1;*/
	/* ----- */
	/* normally inherited from suk.css */
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

/* box commons */
.infobox {
	margin: 20px 20px 0 16px;
	border-width: 0px;
	border-style: none;
	border-color: #000000;
	/*background-color: #8CB1D1;*/
	/* ----- */
	/* normally inherited from .infopanel */
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #FFFFFF;;
}

/* titlebar of boxes */
.boxtitlebar {
	height: 23px;
	border-bottom: 1px #0A51A1 dotted;
	background-color: #8CB1D1;
	/*background-image: url(../images/Bilder_navi/Neu/top-bg.jpg);*/
}

.boxtitle {
	padding-top: 4px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

.boxcontent {
	text-align: left;
	line-height: 140%;
	padding: 4px 0px 4px 4px;
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #8CB1D1;
	border-width: 0px;
	border-style: solid;
	border-color: #0A51A1;
}

.boxsection {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

.boxcontent_txt {
	text-decoration: none;
	padding:2px 5px 0px 5px;
}

.boxcontent a img {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
}

.boxcontent a {
	color: #0A51A1;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

.boxcontent a.link_ext {
	display: inline-block;
	background: url(../images/symbols/link_ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

.boxcontent a.link_pdf {
	display: inline-block;
	background: url(../images/symbols/file_pdf.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

.boxcontent a.link_pdf_left {
	display: inline-block;
	background: url(../images/symbols/file_pdf.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.boxcontent a.link_doc {
	display: inline-block;
	background: url(../images/symbols/file_doc.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

.boxcontent a.link_doc_left {
	display: inline-block;
	background: url(../images/symbols/file_doc.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.boxcontent a.link_zip {
	display: inline-block;
	background: url(../images/symbols/file_zip.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

.boxcontent a.link_zip_left {
	display: inline-block;
	background: url(../images/symbols/file_zip.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.boxcontent a.goto {
	display: inline-block;
	background: url(../images/symbols/goto.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 9px;
}

