/* General formatting of the body */

body {
	color:#000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
/*
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 5px;
*/
	margin: 0px 0px 0px 0px;
	background-color: #E9F2F5;
}

.tooltip {
	font:12px Verdana, Arial,Helvetica,sans-serif; 
	border:solid 1px #666666;
	width:270px; padding:1px;
	position:absolute; z-index:100;
	visibility:hidden; color:#333333; top:20px;
	left:90px; background-color:#ffffcc;
	layer-background-color:#ffffcc;
}
.errortooltip {
	font:14px Verdana, Arial,Helvetica,sans-serif; 
	/*height:50px; */
	width:250px; 
	padding:10px;
	border: 3px solid #ff0000;
	border-style: dashed;
	position:absolute; z-index:100;
	visibility:hidden; color:#000000; top:20px;
	left:90px; background-color:#F2F2F2;
	/*layer-background-color:#ffffcc;*/
}

#headerwrapper {
	height: 100%;
}

#fixedheader {
	position: fixed;
	width: 100%;
	height: 110px;
	top: 0px;
	left: 0px;
	clear: both;
	opacity: 1;
	z-index: 100;
}

#fixedheaderlogo {
	position: fixed;
	left: 30px;
	top: 0px;
	/*float: left;
	margin-left: 50px;
	*/
	height: 110px;
	background-color: #ffffff;
}

#fixedheadercontent {
	float: left;
/*
	opacity: 1;
	z-index: 100;
*/
	padding-left: 250px;
	width: 100%;
	height: 110px;
	background-color: #E9F2F5;
}

#fixedheadermenu {
	position: fixed;
	right: 50px;
	top: 0px;
	/*float: left;*/
	/*margin-right: 50px;*/
	width: 100px;
	height: 110px;
	background-color: #E9F2F5;
}

#fixedbackground {
	position: fixed;
	left: 0px;
	top: 120px;
	height: 100%;
	width: 100%;
	background-image:url("Images/reuss_wasser_MG_9997_600d Kopie.png");
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	opacity: 0.7;
	z-index: 5;
}

#fixedmenue {
	position: fixed;
	left: 20px;
	top: 130px;
	z-index: 10;
	/*float: left;*/
	/*margin-right: 50px;*/
	width: 150px;
	height: 310px;
	/*background-color: #E9F2F5;*/
}

#realblackborderdivcontainer {
	position: relative;
	z-index: 10;
	/*border:solid 1px #000000;*/
	height: 100%;
	margin: 120px 0px 0px 0px;
	/*
	position: static;
	top: 100px;
	*/
	clear: both;
}

#greybackground {
	/*background-color:#E2E2E2;*/
	/*background-color:#ffffff;*/
	/*height: 600px;*/
	width: 100%;
	/*min-height: 64vh;*/
}

#navigation {
	/*position: relative;*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	width: 170px;
	float: left;
}

#contentainer {
	text-align: center;
	margin: 10px 0px 0px 20px;
	padding: 10px 40px 0px 50px;
	/*border: 1px solid #FFFFFF;*/
	width: 80%;
	min-height: 64vh;
	/*background: rgba(237,243,245,0.6);*/
	background-color: #F2F2F2;
	float: left;
}

#content {
	font-size: 12px;
	line-height: 1.8em;*/
	margin: 0px;
	/*padding: 0px 10px 0px 20px;*/
	text-align: left;
	/*width: 1000px;*/
	width: auto;
	/*z-index: 15;*/
}

#footersignaturespacer {
	clear: both;
	width: 100%;
	height: 30px;
	/*padding: 0px 50px 0px 50px;*/
	/*margin-top: 20px;*/
	/*background-color: #E9F2F5;*/
}


#footersignature {
	clear: both;
	width: 100%;
	height: 120px;
	/*padding: 0px 50px 0px 50px;*/
	/*margin-top: 20px;*/
	background-color: #E9F2F5;
}

#footersignaturebox {
	float: left;
	width: 25%;
	height: 100px;
	font-size: 16px;
	color: #153f91;
	/*background-color: #E9F2A5;*/
	/*padding-left: 50px;*/
	padding-top: 15px;
}
#footersignatureboxinner {
	padding-left: 50px;
}

#whitebox {
	background-color: #FFFFFF;
	padding: 10px 20px 20px 20px;
	border: 2px solid #E7E7E7;
}

.alltop td {
	vertical-align: top;
	padding: 1px 3px 1px 1px;
	font-weight: bold;
	font-size: 12px;
}
table.alltop {
	border-collapse: separate;
	border-spacing: 0px 1px;
}
table.Record td, table.Controls td {
	vertical-align: top;
}
td {
	vertical-align: top;
}
td.first {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
td.default {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
td.greycell {
	vertical-align: top;
	font-weight: bold;
	background-color: #F2F2F2; 
	color: #000000;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
td.greycelllast {
	border-right: 1px solid #808080;
}
	
/* Grid Options */
.Grid { 
	border: solid 1px #E7E7E7; border-bottom: 0px;
	width: 100%;
	}

.Controls th { 
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 100%;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	vertical-align: middle;
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	color: #000000;
}

.Total td {
	font-size: 100%;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
	background-color: #F2F2F2; 
	color: #000000;
	}

.Total a:link {
	color: #0036d8;
	}

.Total a:visited{
	color: #A4C4F2;
	}

.Total a:hover, .Total a:active{
	color: #ff0000;
	}

.Caption th { 
	font-size: 100%; text-align: left; vertical-align: middle;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	/*background-image: url('/bnpcrm/Styles/bnpcrm/Images/CaptionBg.gif'); */
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	color: #000000;
	white-space: nowrap;
}

.Caption td, .Bottom td { 
	font-size: 100%; 
	/*text-align: left; */
	vertical-align: middle;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	/*background-image: url('/bnpcrm/Styles/bnpcrm/Images/CaptionBg.gif'); */
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	white-space: nowrap;
	color: #000000;
}

.GroupCaption th{
	font-size: 100%;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	white-space: nowrap;
	text-align: left; 
	vertical-align: middle;
	font-weight: bold;
	background-color: #F2F2F2; 
	color: #000000;
	}

.GroupCaption td {
	font-size: 100%;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	vertical-align: middle;
	font-weight: bold;
	/*background-color: #fbfbfb;*/
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	color: #000000;
	}

.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #ff0000;
	}

.GroupFooter td {
	font-size: 100%;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #E7E7E7; 
	color: #000000;
	}

.GroupFooter a:link {
	color: #0036d8;
	}

.GroupFooter a:visited{
	color: #A4C4F2;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #ff0000;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}


tr.caption {
	font-size: 12px;
	font-weight:bold;
}

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* formatting of the 4 navigation levels at top of page*/
#topnavigator_level1 {
	color:#A60000;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration: none;
	font-weight: 600;
}
#topnavigator_level2 {
	color:#000000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration: none;
	font-weight: 600;
}
#topnavigator_level3 {
	color:#000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration: none;
}
#topnavigator_level4 {
	color:#000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration: none;
}
/* ------------------------------------------------------------ */

/* this is just the div around the elements which makes the black line */
#blackborderdivcontainer {
	/*border:solid 1px #000000;*/
	text-align: left;
}

#blackborderdivcontainerwithouttopline {

	border-top-width:1px;
	border-top-color:#ffffff;
	border-top-style:solid;
	
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;

	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	
	/*border:solid 2px #000000;*/

}

/* General width of the used tables */
.wraptable, .datacontent {
	width: 600px;
}
.headertablewhite .wraptable {
	width: 200px;
}

.wraptablewithleftpadding {
	width: 99%;
	height: 100%;
	padding-left: 5px;
}

.navitable {
	width: 100%;
}

/* ------------------------------------------------------------ */
/* used at the top where the logo is */
.headertablegrey {
	color:#ffffff;
	background-color: #153f91;
	padding: 3px 3px 3px 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 600;
}
.headertablewhite {
	color:#000000;
	padding: 3px 3px 3px 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 600;
}
/* ------------------------------------------------------------ */

/* General formatting of table cells */

td, p {
	color:#000000;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
}

.record th, .record td {
	vertical-align: top;
}

tr.smallblue td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: 0000FF;
}


td.contentdescription {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

td.contentbig {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}


/* ------------------------------------------------------------ */

.greyline {
	background-color:#000000;
	height: 1px;
}

.transparentline {
	height: 5px;
}

#leftpadding {
	/*padding-left: 0px;*/
	/*margin-left: 5px;*/
}

/* ------------------------------------------------------------ */

a {
	color:#153f91;
}

a.resultspagelink, a.resultspagelink:visited, a.resultspagelink:hover, a.resultspagelink:link {
	color:#A60000;
	font: 09px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.white {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding-left: 8px;
}

a.small {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	color:#004F9D;
	font-size:10px;
	text-decoration:underline;
}

/*-----------------------------------------------------------*/

.bold{
	font: 12px Verdana, Arial, Helvetica, sans-serif, Bold;
	font-weight:900;
}
.green{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: green; 
}
.blue{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: blue; 
}
.bluesmall{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: blue; 
}
.red{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: red; 
}
.black{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: black; 
}
.blacksmall{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black; 
}
.white{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white; 
}
.whitesmall{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: white; 
}
.error{
	color: red;
}

/*----------------------------------------------------*/


table.login {
	width: 680px;
}

.rechts {
	margin: 0px 0px 0px 0px;
	width: 850px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.footer {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	font-size:10px;
}

#linkitemfirst {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#9b9b9b;
	height:1px;
	padding: 0px;
}

#linkitem a:link, #linkitem a:visited {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	display: block;
	color: #5a5a5a;
	text-decoration: none;
	text-align: left;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#9b9b9b;
	background-color:#F2F2F2;
	opacity: 0.8;
}

#linkitemactive {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	display: block;
	color:#153f91;
	background-color:#F2F2F2;
  	text-decoration: none;
	font-weight: bold;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#9b9b9b;
}

#linkitemred {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	display: block;
	color:#ffffff;
	background-color:#FF0000;
  	text-decoration: none;
	font-weight: bold;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#9b9b9b;
}
#linkitemred a:link, #linkitemred a:visited {
	color: #ffffff;
	text-decoration: none;
}

#linkitemred {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	display: block;
	color:#ffffff;
	background-color:#FF0000;
  	text-decoration: none;
	font-weight: bold;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#9b9b9b;
}

#linkitemactive a:visited, #linkitemactive a:link {
	color: #153f91;
	text-decoration: none;
}

#linkitem a:hover {
	color:#fff;
	background-color:#153f91;
  	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#9b9b9b;
}

#linkitemlevel2 a:link, #linkitemlevel2 a:visited {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	/*font-size:11px;*/
	color: #ffffff;
	text-decoration: none;
}

#linkitemlevel2active {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	/*padding: 4px 15px 4px 10px;*/
	/*display: block;*/
	/*font-size:11px;*/
	color: #194065;
	text-decoration: none;
}

#linkitemlevel2active a:link, #linkitemlevel2active a:visited {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	/*display: block;*/
	/*font-size:11px;*/
	color: #194065;
	text-decoration: none;
}

#linkitemlevel2 a:hover {
	color: #194065;
	text-decoration: none;
}

#smalltoplinkitem a:link, #smalltoplinkitem a:visited, #smalltoplinkitem, #smalltoplinkitem a:visited, #smalltoplinkitem a:link {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 4px 15px 4px 10px;
	float: left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
}

#naviadminheader {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	padding: 5px 15px 15px 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #a0b0c1;
	text-decoration: none;
	text-align: left;
	background-color: #ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#004F9D;
}

/*###################################################################################*/

.record input, .record textarea, .record select {
	/*border: 1px solid #c0c0c0;*/
	/*background-color: #FFFFFF;*/
	color: #000000;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
}

.record select {
	font-size: 10px;
}

.record {
	color: #000000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	border: 0px;
}

/* ------------------------------------------------------------ */

p.bodytext {
	margin-top: 10px;
}

/*###################################################################################*/

.Row th { 
	font-size: 12px; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
}

.Row td { 
	font-size: 12px;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	vertical-align: middle;
	background-color: #ffffff;
	/*background: rgba(237,243,245,0.5);*/
	color: #000000;
}
	
h1 {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 10px 0px 15px 0px;
	/*line-height: 22px;*/
	letter-spacing:1px;
	font-size: 20px;
	font-weight: bold;
	color:#153f91;
}

h1.black {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 10px 0px 5px 0px;
	/*line-height: 22px;*/
	letter-spacing:1px;
	font-size: 20px;
	font-weight: bold;
	color:#000000;
}

h1.csc-firstHeader {
	padding: 0px 0px 20px 0px;
}

h2.black {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 10px 0px 15px 0px;
	/*line-height: 34px;*/
	letter-spacing:1px;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}

h2 {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 10px 0px 15px 0px;
	/*line-height: 34px;*/
	letter-spacing:1px;
	font-size: 18px;
	font-weight: normal;
	color:#153f91;
}

h3 {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 10px 0px 15px 0px;
	letter-spacing:1px;
	color: #153f91;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 10px 0px 0px 0px;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #153f91;
}

h4.nomargin {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #a0b0c1;
}

/* ------------------------------------------------------------ */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 14px; text-align: left;
	padding: 3px;
	background-image: url('Images/HeaderBg.gif'); color: #ffffff;
	width: 100%;
	white-space: nowrap;
}

.Whiteheader th { 
	font-size: 90%; text-align: left;
	padding: 3px;
	background-image: url('Images/HeaderBg.gif');
	color: #ffffff;
	/*background: rgba(237,243,245,0.6);*/
	font-size: 18px;
	font-weight: bold;
}

.Header a:link { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.Header a:active { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.Header a:visited { 
	color: #CECECE;
	text-decoration: none;
	font-weight: bold;
	}

.Header a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
	font-weight: bold;
	}

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	}

.HeaderLeft img{
	width: 7px;
	}

.HeaderRight img{
	width: 14px;
	}

a.redlink, a.redlink:link, a.redlink:visited {
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	color:#153f91;
	font-size:12px;
}

#hinweis {
	text-align: left;
	width: 660px;
	/*height: 350px;*/
	padding: 5px;
	margin: 2px 0px 16px 0px;
	border: 3px solid #000000;
	border-style: dashed;
	/*overflow:auto;*/
	color: #000000;
}
#errorhinweis {
	text-align: left;
	width: 300px;
	/*height: 350px;*/
	padding: 5px;
	margin: 2px 0px 16px 0px;
	border: 3px solid #206BDD;
	border-style: dashed;
	/*overflow:auto;*/
}

/*###################################################################################*/


.minitabelle th, .minitabelle td {
	vertical-align: top;
}

.minitabelle input, .minitabelle textarea, .minitabelle select {
	/*border: 1px solid #c0c0c0;*/
	/*background-color: #FFFFFF;*/
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
}

.minitabelle select {
	font-size: 11px;
}

.minitabelle {
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
	/*border: 0px;*/
}

tr.RowColorChange:nth-child(odd), tr.RowColorChange_odd, tr.RowColorChange_odd.ivvrow, tr.RowColorChange_odd input.noborder, tr.RowColorChange_odd.ivvrow input.noborder {
	background: #F2F2F2;
	/*background: rgba(164,196,242,0.2);*/
}
tr.RowColorChange:nth-child(even), tr.RowColorChange_even, tr.RowColorChange_even.ivvrow, tr.RowColorChange_even input.noborder, tr.RowColorChange_even.ivvrow input.noborder {
	/*background: #D4D4D4;*/
	/*background: #F3F3F3;*/
	background: rgba(243,243,243,0.4);
}

tr.RowColorChange_odd.ivvrowheader, tr.RowColorChange_even.ivvrowheader {
	/*background: #A4C4F2;*/
	background: rgba(164,196,242,0.4);
	color:#ff0000;
}
.RowColorChange td, .RowLastwithBorder td {
	color: #000000;
	font-size: 12px;
	padding: 3px;
	border-bottom: solid 1px #E7E7E7;
	vertical-align: middle;
}

tr.firstrow {
	margin-top:5px;
	padding-top:5px;
}
tr.firstrow td {
	/*background: #A4C4F2;*/
	background: rgba(164,196,242,0.4);
	border-top: thin solid #000000;
}
tr.firstrow td:first-child {
	/*background: #A4C4F2;*/
	background: rgba(164,196,242,0.4);
	border-top: thin solid #000000;
	border-left: thin solid #000000;
}
tr.firstrow td:last-child {
	/*background: #D4D4D4;*/
	background: rgba(164,196,242,0.4);
	border-top: thin solid #000000;
	border-right: thin solid #000000;
}
tr.firstrow td {
	background: rgba(164,196,242,0.4);
	color:#153f91;
}

tr.ivvrow td:first-child {
	border-left: thin solid;
}

tr.ivvrow td:last-child {
	border-right: thin solid;
}
tr.lastrow td {
	border-bottom: thin solid;
}
tr.lastrow td:first-child {
	border-bottom: thin solid;
	border-left: thin solid;
}
tr.lastrow td:last-child {
	border-bottom: thin solid;
	border-right: thin solid;
}
.whiterow {
	/*background-color: #FFFFFF;*/
	margin-top: 5px;
}
 
.alert-icon, .clr-icon {
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	padding: 0;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

input.noborder {
	border: 0px;
}

.ivvergebnis {
	float:right;
	width:150px;
	font-size:16px;
	padding: 5px; 
}

/* Form Options */
.Button, .button, input.button { 
	background-color: #153f91; 
	color: #ffffff; 
	border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; 
	padding: 3px; 
	font-weight: bold; 
	font-family:Verdana, Arial, Helvetica, Sans-Sarif;
}

.incomplete {
	color:#ff0000;
	background: #ffffff;
}

tr.firstrow .incomplete {
	color:#ff0000;
	/*background: #ffffff;*/
}

.complete {
	color:#006400;
	background-color: #ffffff;
}
tr.firstrow .complete {
	color:#006400;
}

td.rowtrenner {
	background-color: #000000;
	line-height:1px;
	height:1px;
	margin-top: 2px;
}

