.bse-table {
	border-collapse: collapse;
	border: 1px solid lightGrey;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bse-table tr{
	border: 0px none;
}
.bse-table td{
	border: 0px none;
	padding-left: 1em;
	padding-right: 1em;

}
.bse-table th{
	font-style: bold;
	padding: 0.2em 1em 0.3em;
	border: 0px none;
	background-color: #f7f7f7;

}
.bse-table tr.tr-odd{
	background-color: #ccffcc;
}
.bse-table tr.tr-even{
	background-color: white;
}
div.csc-header{
	padding: 0.6em 0.5em 0.5em 0.5em;
}
.csc-header h1{
	font-size:1.5em;
	margin: 0px;
	background-image: url(../img/h1-dots.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0.4em 0.6em 0.18em;
	text-align: left;
}

h3{
	font-size:1em;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0.2em;
	padding: 0.8em 0.5em 0;
	text-align: left;
}

#mid-aktuell span.important{
	color: #330000;
	font-weight: bold;
}
.csc-header-n1{
	
}

.bodytext a{
	text-decoration: none;
	color: #419cce;
	}
	
.bodytext a.mail{
	white-space: nowrap;
}

.bodytext a.download{
	background-image: url(../../../icons/ownIcons/IElt7compat/icon_pdf.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 45px;
}

.bodytext a.internal-link-new-window{
	background-image: url(../../../icons/IElt7compat/report.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 18px;
	padding-top: 3px;
}

.bodytext a:hover{
	text-decoration: underline;
	color: #419cce;
}

p.bodytext {
	text-align: justify;
	margin-top: 0.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

.double-image-caption{
	margin: 0 auto;
	border-collapse: collapse;
}
.double-image-caption td{
	font-size: 0.8em;
}
.double-image-caption .td-0{
	text-align: right;
	padding-right: 16px;
}
.double-image-caption .td-1{
	text-align: left;
	padding-left: 12px;
}

.csc-mailform {
	border: 2px solid black;
	background-color: lightBlue;
	color: black;
	margin: 0pt auto;
	padding: 0.6em;
	text-align:left;
}
.csc-mailform-field input{
	width: 100%;
	padding: 0.2em 0.2em 0em 0.2em;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed black;
	background-color: lightBlue;
	color: inherit;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.csc-mailform-field input.csc-mailform-submit{
	border: 1px solid black;
	background-color: white;
	width: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
}

.csc-mailform-field textarea{
	background-color: lightBlue;
	border: 1px dashed black;
	width: 100%;
	font-size: 1.2em;
	font-style: italic;
	overflow-y: auto;
	padding: 0.4em;
}

#viewer-box{
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}
