/*******************
/** TEXT
/**/

.txt {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.txt2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.txtbl {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.txtgr {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #717171;
	padding-top: 0px;
	padding-bottom: 0px;
}


.txtbold {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.txtboldgr {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	font-weight: bold;
	color: #717171;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tit {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 0px;
}
.tit A, .tit A:visited, .tit A:hover {
	color: #000000;
}
.subtit {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	padding-top: 23px;
	padding-bottom: 16px;
}
.txterr {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #4a77b1;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*******************
/** DIVERSE HTML  TAGS
/**/
UL {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin-top: 0px;
	margin-left: 16px;
}
UL.simple {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG.icon {
	margin-right: 10px;
}

html {
	height: 100%;
}
body {
	min-height: 101%;
}

/*******************
/** LINKS
/**/
A {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
}
A:hover {
	color: #999999;
}

A.lb {
	color: #83A5DA;
	text-decoration: none;
}
A.lb:visited {
	color: #83A5DA;
}
A.lb:hover {
	color: #000000;
}

A.button, .button A {
	border: solid 1px #000000;
	padding-right: 15px;
	display: inline;
	padding-left: 15px;
	font-size: 9px;
	padding-bottom: 2px;
	color: #000000;
	margin-right: 4px;
	padding-top: 2px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	text-decoration: none;
	height: 20px;
}

A.button:hover, .button A:hover {
	background-color: #F2F2F2;
}

A.navlo {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C4C4C4;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 11px;
	margin-bottom: 6px;
	margin-right: 4px;
	display: block;
}
A.navlo:hover {
	color: #FFFFFF;
}
A.navlo:visited {
	color: #FFFFFF;
}
A.navhi {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #4a77b1;
	text-decoration: none;
	background-color: #C4C4C4;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 15px;
	margin-bottom: 2px;
	margin-right: 4px;
	display: block;
}
A.navhi:hover {
	color: #FFFFFF;
}
A.navhi:visited {
	color: #FFFFFF;
}

/*******************
/** FORMULAR
/**/
INPUT.text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #595959;
}
INPUT.radio {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	border: 0px hidden;
	margin-right: 5px;
}
INPUT.frminvisible {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #C4C4C4;
	border: 0px hidden;
	margin-right: 5px;
}
TEXTAREA {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #595959;
}

/*******************
/** TABELLEN
/**/

TABLE.imgBorder {
	background-color: #96BC5E;
}

/*******************
/** TABELLE DETAIL
/**/

TABLE.detail {
	margin-bottom: 30px;
}
TABLE.detail TD.tit {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 19px;
}
TABLE.detail TD.subtit {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 2px;
}
TABLE.detail TD.txt {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 8px;
}
TABLE.detail TD.txtlist {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 2px;
}
TABLE.detail TD.spaceBottom {
	height: 15px;
}

/*******************
/** NEWSTICKER
/**/

DIV.newsticker {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	filter: alpha(opacity=30);
	opacity: 0.5; 
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	background: white;
}

DIV.newsticker A {
	text-decoration: underline;
	color: #000000;
}
DIV.newsticker A:visited {
	color: #000000;
}
DIV.newsticker A:hover {
	color: #000000;
}

DIV.newsticker span.txtbold {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*******************
/** Paging
/**/

.MasterTable {
	text-align: left;
	margin-bottom: 0px;
}

.GridHeader {
	background-image: url(../_images/GridHeaderBg.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: baseline;
	padding-top: 0px;
	padding-bottom: 6px;
	text-transform: uppercase;
	white-space: nowrap;
}

.GridHeader A, .GridHeader A:visited, .GridHeader A:hover {
	color: #000000;
}

.GridHeaderAdmin {
	font-size: 10px;
	padding-bottom: 6px;
	vertical-align: baseline;
	text-transform: uppercase;
	color: #000000;
	line-height: 15px;
	padding-top: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	white-space: nowrap;
	height: 25px;
	background-color: #c4c4c4;
}
.GridHeaderAdmin A, .GridHeaderAdmin A:visited, .GridHeaderAdmin A:hover {
	color: #000000;
}
.DGridHeaderAdmin {
	font-size: 10px;
	padding-bottom: 6px;
	vertical-align: baseline;
	text-transform: uppercase;
	color: #000000;
	line-height: 15px;
	padding-top: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	white-space: nowrap;
	height: 25px;
	background-color: #dddddd;
}
.DGridHeaderAdmin A, .GridHeaderAdmin A:visited, .GridHeaderAdmin A:hover {
	color: #000000;
}
.GridRow TD {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 4px;
}
.GridRow TD.txt {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 4px;
}
.GridRow TD.txtbold {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 4px;
}
.GridRow TD {
	height: 30px;
	vertical-align: top;
}
.Row0 TD {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #DDDDDD;
}
.Row1 TD {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #C4C4C4;
}
.RowSelected TD{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #f7f7f7;
}
.GridPager {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: bottom;
	padding-top: 0px;
	padding-bottom: 0px;
}

.GridPager A, .GridPager A:visited, .GridPager A:hover {
	color: #000000;
}
.GridPager A.CurrentPage {
	font-weight: bold;
}

/*******************
/** TABELLE DATA
/**/

TABLE.data {
	margin-bottom: 30px;
}
TABLE.data TD.txt {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 20px;
}
TABLE.data TD.small {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: top;
	padding-left: 2px;
	padding-top: 7px;
	padding-bottom: 6px;
}
TABLE.data TD.txtbold {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	font-weight: bold;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 20px;
}
TABLE.data TD.tit {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: baseline;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
TABLE.data TD.pages {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;/*10px;*/
	line-height:1.2em; /*15px;*/
	color: #000000;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 20px;
}
.line {
	background-color: #97BC60;
}
TABLE.data TR.row0 {
	background-color: #DDDDDD;
}
TABLE.data TR.row1 {
	background-color: #C4C4C4;
}
TABLE.data TD.spaceBottom {
	height: 15px;
}
TABLE.data TD.pages .navbold {
	font-weight: bold;
}
.CommandItem {
	background-color: #c4c4c4;
}
.HMasterTable {
	margin-bottom: 0px;
	background-color: #dddddd;
	text-align: left;

}
.HDetailTable {
	margin-bottom: 50px;
}
.HRow1 {
	background-color: #DDDDDD;
}
