/* -------------------------------------------------- Seite */

body {
	margin: 0px;
	margin-bottom: 15px;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-position: 100px 40px;
}
body.splash {
	background-color: #002C73;
	background-image: none;
}

#base_table {
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------- Printheader */

#printheader {
	display: none;
	visibility: hidden;
}

/* -------------------------------------------------- Navigation */

p.nav_addr {
	margin-left: 10px;
	font-family: Arial;
	font-size: 8pt;
} a.nav_addr {
	color: #000000;
	text-decoration: none;
} a.nav_addr:hover {
	color: #002C73;
	text-decoration: underline;
}


td.nl0 {
	background-color: #C0C0C0;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	width: 205px;
	height: 18px;
	padding-left: 5px;
	
}

a.nl1 {
	cursor: hand;
	font-family: Arial;
	font-weight: regular;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	width: 205px;
	height: 18px;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 2px;
} a.nl1:hover {
	background-color: #002C73;
	color: #FFFFFF;
} a.nl1a {
	cursor: hand;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #002C73;
	width: 205px;
	height: 18px;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 2px;
} a.nl1a:hover {
	background-color: #C0C0C0;
}



a.nl2 {
	cursor: hand;
	font-family: Arial;
	font-weight: regular;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	width: 205px;
	height: 18px;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 2px;
} a.nl2:hover {
	background-color: #002C73;
	color: #FFFFFF;
} a.nl2a {
	cursor: hand;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #002C73;
	width: 205px;
	height: 18px;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 2px;
} a.nl2a:hover {
	background-color: #C0C0C0;
}




a.nl3 {
	cursor: hand;
	font-family: Arial;
	font-weight: regular;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	width: 205px;
	height: 18px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
} a.nl3:hover {
	background-color: #002C73;
	color: #FFFFFF;
} a.nl3a {
	cursor: default;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #002C73;
	width: 205px;
	height: 18px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
} a.nl3a:hover {
	background-color: #C0C0C0;
}

input.searchindex {
	color: #808080;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
	border-left: 1px #C0C0C0 solid;
	border-top: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	border-right: 0px;
	width: 90px;
	height: 19px;
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 4px;
	padding-top: 1px;
}


/* -------------------------------------------------- Content */

#content {
	width: 683px;
	font-family: Arial;
	font-size: 10pt;
}
td {
	font-family: Arial;
	font-size: 10pt;
}

a {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
} a:hover {
	color: #002C73;
}

h1 {
	color: #002C73;
	font-family: Arial;
	font-size: 12pt;
}

h2 {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
}

h3 {
	color: #002C73;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

table.block {
	border-left: 1px #002C73 solid;
}
td.title {
	color: #FFFFFF;
	background-color: #002C73;
	height: 22px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
}
td.item {
	/* border-left: 1px #002C73 solid; */
	border-right: 1px #002C73 solid;
	border-bottom: 1px #002C73 solid;
	font-family: Arial;
	font-size: 10pt;
	padding: 3px;
	padding-right: 20px;
}

a.pdf {
  display: block;
  width: auto;
  height: 40px;
  background-image: url('../img/file.pdf.32x32.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 5 0 5 40;
	-moz-box-sizing: border-box;
}

#highlight {
	color: #002C73;
}

#box_title {
	color: #FFFFFF;
	background-color: #002C73;
	height: 22px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#box_content {
	border-right: 1px #002C73 solid;
	border-bottom: 1px #002C73 solid;
	font-family: Arial;
	font-size: 10pt;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#box_gray {
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 10pt;
	padding: 5px;
}

#more {
	color: #000000;
	font-family: Verdana;
	font-size: 7pt;
	text-decoration: underline;
} #more:hover {
	color: #002C73;
}


#AAA_list_arrows {
	list-style-image:url(../img/list.arrow.right.gif)
}

#btn {
	background-color: #C0C0C0;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
} #btn:hover {
	color: #FFFFFF;
	background-color: #002C73;
}


#error {
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
}

#ok {
	color: #008800;
	font-family: Arial;
	font-size: 10pt;
}


#table_title {
	border-bottom: 1px #002C73 solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	color: #000000;
	background-image: url(../img/thead.back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#table_search {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	width: 70px;
	height: 18px;
	color: #989898;
	border: 1px #989898 solid;
}
#table_search_back {
	width: 90px;
	padding-right: 5px;
	vertical-align: right;
	border-bottom: 1px #002C73 solid;
	background-image: url(../img/thead.search.back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;

}

#table_item {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px #C0C0C0 solid;
	border-left: 1px #E7E7E7 solid;
}
#table_link {
	width: 100%;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F4F4F4;
	border-bottom: 1px #C0C0C0 solid;
	border-left: 1px #E7E7E7 solid;
} #table_link:hover {
	background-color: #D8D8D8;
	border-left: 1px #989898 solid;
}

#search_info {
	font-family: Arial;
	font-size: 8pt;
}
#table_foot {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	color: #787878;
	background-color: #D8D8D8;
	background-image: url(../img/tfoot.back.gif);
}
#pagenum {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
} #pagenum:hover {
	background-color: #FFFFFF;
}
#pagenum_a {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

/* -------------------------------------------------- Footer */

#footer {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}

#lable {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	vertical-align: top;
}
/* -------------------------------------------------- Formulare */
#text {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

#select {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
hr {
	height: 1px;
	display: block;
	margin: -3px;
	color: #C0C0C0;
}


#listicon {
	width: 16px;
	height: 16px;
	border: 0px;
	margin-left: 1px;
}

#imgbutton {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px #919191 solid;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	height: 22px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-right: 2px;
} #imgbutton:hover {
	background-color: #FFFFFF;
}
