* {
	margin:			0;
	padding:		0;
	font-family:	arial,verdana,helvetica,sans-serif;
	font-size:		100%;
}

a{
    color: #be363c;
    text-decoration: none;
}

table{
	width: 100%;
}

td{
	padding:4px;
}

h2 {
    color: #262f6a;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 0;
}
h2 a{padding-right: 10px;
    border-left: solid 1px #262f6a;
    padding-left: 10px;}
h2 a:first-child{padding-right: 10px;
    border-left: solid 0px #262f6a;
    padding-left: 0px;}
h2 a.act{cursour:text;color:#262f6a;}
h2 a.act:hover{text-decoration:none;}

/*.tablehead {
   
    text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
	background: #807f82 url(https://nbbv.at/tabellen/bg_vmenu_act.gif) repeat-x bottom left;
	font-size: 12px;
	padding: 6px 2px 5px 7px;
	border-top: 1px solid #d3d4d5;
}*/

th{vertical-align: top;
    padding: 4px 18px;
    background-color: #262f6a;
    color: #ede545;
    border-bottom-width: 1px;
    border: solid 2px #ede545;
}
/*.row{
    border-bottom-color: rgb(50, 50, 50);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(50, 50, 50);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(50, 50, 50);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(50, 50, 50);
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(50, 50, 50);
    div.content-text - #323232
    display: table-cell;
    font-family: Verdana;
    font-size: 11px;
    height: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-align: justify;
    vertical-align: middle;
    width: 157px;
    zoom: 1;
}

.evenrow{
    background:     #D9D9D9;
}

.oddrow{
    border-color: grey;
    background:   #f4f5f6;
}*/
table {border-collapse: collapse;}
table tr:nth-child(odd) {
    background-color: #eeeeee;
}
table td{font-size: 85% !important;border: solid 2px white !important}

a:hover  { text-decoration:	underline; }

.nodisplay { display:	none; }

.block { display:	block; }

.inline { display:	inline; }

.bold { font-weight:	700; }

.underline { text-decoration:	underline; }

.italic { font-style:	italic; }

.left { text-align:	left; }

.right { text-align:	right; }

.center { text-align:	center; }

.justify { text-align:	justify; }

.top { vertical-align:	top; }

.middle { vertical-align:	middle; }

.bottom { vertical-align:	bottom; }

.width100 { width:	100%; }

.float-right {
	display: inline;
	float: right;
}
.float-left {
	display: inline;
	float: left;
}

.pre { 	white-space:	pre; }

.nowrap { white-space:	nowrap; }

.on_off{
	margin: 10px 0px 10px 0px;
    height: 20px;
    float: left;
    line-height: 5px;
}


.onoffswitch, #onoffswitch {
    position: relative; 
    width: 70px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 15px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ein";
    padding-left: 10px;
    background-color: #262F6A; color: #EDE545;
}
.onoffswitch-inner:after {
    content: "aus";
    padding-right: 10px;
    background-color: #EEEEEE; color: #262F6A;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 10px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 46px;
    border: 2px solid #999999; border-radius: 15px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
