

/*************/
/* Base Tags */
/*************/

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    min-height: 100%;
}

* {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

h1 span {
    font-size: 1em;
    font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 span {
    font-size: 1em;
    font-weight: bold;
}

h2.searchCriteria {
	margin-bottom: 0px;
}

b {
	font-weight:bold;
}

.greyedout {
  	color: #bbbbbb;
}
 
body {
	background: url("/ui.fim/style/page_bg.gif") repeat-x #DCDAD7;
	text-align: left;
	line-height: 16px;
	height: 100%;
	width: 100%;
}

table.pageContent {
	width: 100%;
	height: 100%;
}

table.pageContent td {
	vertical-align: top;
}

.max {
	width: 100%;
}

td {
	vertical-align: middle;
}

th {
	border-bottom: 0.15em solid #C0C0C0;
	height: 1.8em;
	text-align: left;
	vertical-align: top;
}

#container {
	width: 100%;
}


#logo {
/*	position: absolute;
	left: auto;*/
	padding: 1em;
	background: url("/ui.fim/style/mpslogo.png") no-repeat #FFF;
	background-position: 99% center;
	background-color: #FFF;

	height: auto;
	min-height: 79px;
	border: 0;

	margin-right: 100px;
	margin-left: 100px;

	margin-top: 15px;
	margin-bottom: 0px;
}

#session {
	float: left;
	margin-top: 45px;
	margin-left: 110px;
}

#session form {
	text-align: left;
	font-size: 1.2em;
}

#session a {
	font-size: 1.0em;
	font-weight: bold;
	color: #0064AE;
}


div#footer {
	clear: both;
	margin: 40px 0 0 0;
	padding: 3px 7px;
	font-size: 1.0;
	font-weight: 700;
	color: #999;
	text-align: left;
	line-height: 1.8em;


	margin-right: 100px;
	margin-left: 100px;

	border-top: 1px solid #999;
}

div#footer a {
	color: #999;
	font-size: 1em;
	text-decoration: underline;
}


div#footer a:hover {
	color: #B7C4D4;
	text-decoration: none;
}

/****Buttons****/

button.button {
	float: left;
	line-height:24px;
	height: 24px;
	margin: 10px 5px 0 0;
	border-top: 1px solid #E3E7EF;
	border-bottom: 1px solid #E3E7EF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #F0F0F0;
}

button.button:hover {
	background-color: #FFF4C3;
}

button.button div {
	vertical-align: middle;
	float: right;
	height: 24px;
}

button.button div img {
	vertical-align: middle;
}

a.button_tbl {
	float: right;
	margin-left: 5px;
}

a.button_tbl div {
	float: left;
}

a.button {
	float: left;
	line-height:24px;
	height: 24px;
	margin: 10px 5px 0 0;
	border-top: 1px solid #E3E7EF;
	border-bottom: 1px solid #E3E7EF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #F0F0F0;
}

a.button:hover {
	background-color: #FFF4C3;
}

a.button div {
	vertical-align: middle;
	float: right;
	height: 24px;
}

a.button div img {
	vertical-align: middle;
}

a.cstButton {
    display: inline-block;
    min-height: 15px;
    padding: 5px;
    background-color: #F0F0F0;
	text-decoration: none;
	margin-right: 10px;
	border-top: 1px solid #E3E7EF;
	border-bottom: 1px solid #E3E7EF;
}

a.cstButtonTbl {
    float: right;
    margin-left: 5px;
    min-height: 6px;
}

a.cstButton:hover {
    background-color: #FFF4C3;
    text-decoration: underline;
}

a.btn_ok {
    background: #F0F0F0 url("/ui.fim/style/btn_icon.png") 5px 4px no-repeat;
    padding: 5px 5px 5px 25px;
}

a.btn_back {
    background: #F0F0F0 url("/ui.fim/style/back_16.png") 5px center no-repeat;
    padding: 5px 5px 5px 25px;
}

a.btn_delete {
    background: transparent url("/ui.fim/style/trash_16.png") 0px 0px no-repeat;
    padding: 5px 5px 5px 25px;
}

a.btn_clone {
    background: transparent url("/ui.fim/style/icons_sprite.png") 0px -420px no-repeat;
    padding: 5px 5px 5px 25px;
}

a.btn_show {
    background: transparent url("/ui.fim/style/icons_sprite.png") 0px -1035px no-repeat;
    padding: 5px 5px 5px 25px;
}

a.btn_search {
    background: transparent url("/ui.fim/style/icons_sprite.png") 0px -815px no-repeat;
    padding: 3px 5px 3px 25px;
}

a.btn_clear {
    background: transparent;
    padding: 3px 5px 3px 5px;
}

a.btn_reload {
    background: transparent url("/ui.fim/style/icons_sprite.png") 0px -97px no-repeat; 
    padding: 3px 5px 3px 25px;
}

a.btn_cancel {
    background: transparent url("/ui.fim/style/btn_icon.png") 5px -100px no-repeat;
    padding: 3px 5px 3px 25px;
}

.btn_img_dropDownButton {
	vertical-align: top;
	height: 16px;
	width: 18px;
	background: transparent url("/ui.fim/style/arrow.png") 0px 0px no-repeat;
	margin-right: 5px;
}


.btn_img_edit {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -140px no-repeat;
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_show {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -1040px no-repeat;
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_clone {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -420px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_ok {
	height: 20px;
	width: 24px;
	background: transparent url("/ui.fim/style/btn_icon.png") 5px 2px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_cancel {
	height: 20px;
	width: 24px;
	background: transparent url("/ui.fim/style/btn_icon.png") 5px -100px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_back {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/back_16.png") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_print {
	height: 20px;
	width: 24px;
	background: transparent url("/ui.fim/style/print.gif") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
}

.btn_img_search {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -820px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 5px;
}

.btn_img_delete {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/trash_16.png") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
}
.button .btn_img_delete {
	margin-top: 4px;
}

.btn_img_add {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -1180px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 5px;
}

.btn_img_login {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -1560px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 3px;
}

.btn_img_npa_auswahl {
	height: 32px;
	width: 32px;
	background: transparent url("/ui.fim/style/nPA.png") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 6px;
}


.btn_img_npa_test {
	height: 32px;
	width: 32px;
	background: transparent url("/ui.fim/style/nPA.png") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 6px;
}

.btn_img_npa_ausweisapp {
	height: 32px;
	width: 32px;
	background: transparent url("/ui.fim/style/nPA.png") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 6px;
}

.btn_img_npa_applet {
	height: 32px;
	width: 32px;
	background: transparent url("/ui.fim/style/nPA.png") 0px 0px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 6px;
}


a.nPA, a.nPA-ausweisapp, a.nPA-applet {
	float: left;
}


.btn_img_pdf {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -1081px no-repeat;
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 4px;
}

.btn_img_reload {
	height: 16px;
	width: 16px;
	background: transparent url("/ui.fim/style/icons_sprite.png") 0px -102px no-repeat; 
	position: relative;	
	display: block;
	float:right;
	margin-right: 5px;
	margin-top: 4px;
}

/****NAVIGATION****/

div#menu {

	margin-right: 100px;
	margin-left: 100px;

	overflow: hidden;
	height: 28px;
	background-color: #0064AE;
	clear: both;
}


div#menuShadow {
	/*background-image: url("/admin/pics/themes/aquablue/head_shd.gif");*/
	height: 20px;
}


ul.menu {
	list-style-typ: none;
	margin: 0;
	height: 28px;
}

li.menu {
	height: 28px;
	display: inline;
	float: left;
	background-color: #0064AE;
	font-weight: normal;
	color: white;	
}

.begin {
	float: left;
	width: 0px;
}

.menulist {
	float: left;
}
.end {
	float: right;
	height: 28px;
	width: 100px;
}

/****FEHLER****/

div#fehler {
	color: #d81b3a;
	margin: 0 0 15px 0;
	background: none;
	font-weight: 700;
}

table.fehlertable tr.infoMessage td {
	color: #0DAE3F;
	background: url("/ui.fim/style/ok.png") no-repeat;
	padding-left: 25px;
	height: 22px;
	font-size: 1.20em;
}

table.fehlertable tr.warnMessage td {
	color: #FEA00E;
	background: url("/ui.fim/style/warning.png") no-repeat; 
	padding-left: 25px;
	height: 22px;
	font-size: 1.20em;
}

table.fehlertable tr.errorMessage td {
	color: #d81b3a;
	background: url("/ui.fim/style/error.png") no-repeat; 
	padding-left: 25px;
	height: 22px;
	font-size: 1.20em;
}


table.fehlertable {
	border: 0;
	margin: 5px 0 5px 0;
	padding: 0;
	background: none;
}

div#fehler tbody td tr {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

table.fehlertable tbody {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

table.fehlertable tr{
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

table.fehlertable td {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

/*****FORMAT****/

li.menu a {
	display			: block;
	float			: left;
	padding			: 5px 10px;
	color			: #fffefe;
	font-size		: 1.2em;
	font-weight: 700;
	text-decoration	: none;
	background		: none;
	border-left: 1px solid #7a808f;
	height: 18px;
}

li.menu a:hover {
	background-color: white;
	color: #0064AE;	
}

li.menu a:active {
	background-color: #6c7182;
	padding: 5px 10px;
	text-decoration	: none;
	border-left: 1px solid #747886;
	height: 18px;
	color: #fffefe;
}

/****FORMULARE****/


input, select {
	/*background-color: #c7d0e8;*/
}

input[type="text"], input[type="password"] {
	width: 20em;
}

input[type='text'].datefield {
	width: 6em;
}


input.max {
	width: 100%;
}

input.small_10 {
	width: 100px;
}

input.datefield {
	width: 6em;
}

input.timefield {
	width: 4em;
}


input.full {
	width: 30em;
}

input.threequarters {
	width: 22.4em;
}

input.twothirds {
	width: 19.63em;
}

input.half {
	width: 14.8em;
}

input.third {
	width: 10em;
}

.thirdDate {
	position: relative; 
	float:    left;
	top:      -2px; 
	width:    10.3em;
}

input.quarter {
	width: 7.23em;
}

select.selectBM {
	width: 30.4em;
}

div.bmVisForPrint {
	visibility: hidden;
	position: absolute;	
}

.calDayOK {
	background-color: #90EE90
}

.calDayNOK {
	background-color: #F08080;
	color: #000000
}

div#form input.rich-calendar-input {
 width: 6em;
}

div#form table.rich-calendar-popup {
	width: 20em;
	height: 20em;
}

div#form table.rich-calendar-popup td {
  padding: 1px;
}


input.button {
	background-color: #000;
	border: 5px solid #ff8800;
}

input:focus, input:hover, input.button:hover {
	/*background-color: #B7C4D4;*/
}

input.button:hover {
	background-color: #B7C4D4;
}


input[type="submit"], input[type="button"] {
	margin: 10px 5px 0 0;
	border-top: 1px solid #E3E7EF;
	border-bottom: 1px solid #E3E7EF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #FFF4C3;
}

label {
	margin-right: 1em;
	/*text-align: top;*/
	float: none;
	width: 150px;
	/*vertical-align: middle !important;*/
}

#beteiligungEditForm:bedenken:0 input  {
	margin-right: 1em;
	/*text-align: top;*/
	float: none;
	width: 150px;
	/*vertical-align: middle !important;*/
}

#beteiligungEditForm input[type="submit"] {
	margin: 10px 5px 0 0;
}

#beteiligungEditForm input[type="radio"] {
	margin: 0;
}

#urkundeBM_in {
	display:none;
}

#urkundeBM_out:hover #urkundeBM_in {
	display:block;
}

.urkundeBM_content {
	position: absolute;
	top:174px; 
	right:110px; 
	width:450px; 
	height: 250px;
}

.urkundeBM_text {
	width: 300px;
	float: left;
}

#urkundeBM_image {
	top:175px; 
	right:111px;
}

#insertMenuBM {
	width: 85%;
}


/****TABELLEN****/

div#container {
}

div#content {

	margin-right: 100px;
	margin-left: 100px;
	overflow: auto;

	min-height: 12em;
	padding: 1em;
	background-color: #FFF;
}

div#form {
}

div#form table {
	border-collapse:collapse;
	/*background:#ffffff url("/ui.fim/style/table_bg.gif") repeat-x;*/
	/*border-left:1px solid #686868;*/
	/*border-right:1px solid #686868;*/
	font: 1.2em;
}

div#form td, th {
	padding:5px;
}

div#form caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

form#userPasswordForm table {
	background: #FFFFFF;
}

#beteiligungEditForm table {
	margin-top: -1px;
}

#beteiligungViewForm table {
	margin-top: -1px;
}

div#form table.input {
}

a {
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    text-align: inherit;
    margin: 0px;
    padding: 0px;
    float: none;
    display: inline;
}

a:link, a:visited, a:active {
    color: #212a49;
}


a:hover {
	color: #303E63;
	text-decoration: underline;
}

a:link img, a:visited img, a:active img, a:hover img {
	border: 0px;
}

a.iconLink {
    display: inline-block;
    margin-left: 3px;
}

/*****LINKS-IN-TABELLEN****/

table a {
	text-decoration:none;
}

table a:link {
}

table a:visited :active {
	font-weight:normal;
	color:#666;
	text-decoration: line-through;
}

table a:hover {
	/*border-bottom: 1px solid #999;*/
}

th a, th a:link, th a:visited, th a:active {
	color:#fff;
	font-weight: 700;
}


/****HEAD-und-FOOT-der-TABELLE****/


thead th {
	background: url("/ui.fim/style/navi_verlauf.gif") repeat-x;
	color:#fff;
	font-size: 12px;
	
	font-weight: 700;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0;
	/*height: 28px;*/
}


td.datatitle {
/*	background: url("/ui.fim/style/navi_verlauf.gif") repeat-x;
	color:#fff;*/
	font-weight: 700;
	width: 30%;
	 white-space: nowrap; 
}

td.datavalue {
width: 70%;
}

tfoot th, tfoot td {
	background:#767d90 url ("/style/table_head_foot.gif") repeat-x;
	color:#000;
}

tfoot td {
	text-align:right;
}

/****TABELLENBODY****/

table {
	border-collapse:collapse;
	color: none;
}

td {
/*	border-left:0px;
	border-right:0 solid #DDDDDE;
	border-top:1px solid #DDDDDE;
	border-bottom:1px solid #DDDDDE;*/
}


th {
	border:0px solid #DDDDDE;
}

tbody th {
	white-space: nowrap;
}

tbody th a {
	color:#333;
}

.odd {}

table.hover tbody tr:hover {
	background: #FFF4C3;
}
table.hover tbody tr:hover td  {
	background: #FFF4C3 !important;
}
table.hover td {
	border-left:0px;
	border-right:0 solid #DDDDDE;
	border-top:1px solid #DDDDDE;
	border-bottom:1px solid #DDDDDE
}

tr.hand {
	cursor: pointer;
}

tr.oddEven0 {
}

tr.oddEven1 {
	background: #F5F5F5;
}

tr.deleteFlagtrue {
	background: #d81b3a;
}


div#errorbox {
	width: 600px;
	height: 110px;
	margin: 0px 0 0 0px;
	text-align: left;
	background-color: #B7C4D4;
	padding: 10px 0 0 10px;
	border: 1px solid #333;
}

div#errorbox h1 {
	margin-bottom: 15px
}


div#errorbox div#error {
	background: url("/ui.fim/style/error_big.png") no-repeat;
	width: 100px;
	height: 100px;
	border: 0;
	float:left;
	padding: 0 10px 0 0;
}



/****PAGINATOR****/

table.paginator {
	width: 1%;
}

div#form table.paginator td {
	text-align: center;
	padding: 2px;
}

table.paginator td.active {
	background: #57BFFF;
}

div#form table.paginator table.pages td {
	padding-left: 7px;
	padding-right: 7px;
	border: 0;
}

div.left_first {
	background: url("/ui.fim/style/left_first.png") no-repeat;
	width: 16px;
	height: 16px;
}

div.left_fast {
	background: url("/ui.fim/style/left_fast.png") no-repeat;
	width: 16px;
	height: 16px;
}

div.left {
	background: url("/ui.fim/style/left.png") no-repeat;
	width: 16px;
	height: 16px;
}

div.right {
	background: url("/ui.fim/style/right.png") no-repeat;
	width: 16px;
	height: 16px;
}

div.right_fast {
	background: url("/ui.fim/style/right_fast.png") no-repeat;
	width: 16px;
	height: 16px;
}

div.right_last {
	background: url("/ui.fim/style/right_last.png") no-repeat;
	width: 16px;
	height: 16px;
}

textarea.orderText {
 width: 100%;
}


textarea.maxMemo {
 width: 100%;
}

/****UI****/

div#ProcessData {
	width: 69%;
	margin-top: 20px;
	float: left;
}


div#ProcessDocs {
	float: right;
	width: 30%;
}


div#ProcessData h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D9E8F3;
}

div#ProcessData td.dataheader {
	background-color: #D9E8F3;
	font-size: 1.2em;
	font-weight: bold;
}
table.input td.dataheader {
	background-color: #D9E8F3;
	font-size: 1.2em;
	font-weight: bold;
}


div#ProcessData td.datatitle {
	background-color: #F4F4F4;
}


div.status {
	right: 120px;
	position: absolute;
}

/****CUSTOMIZING****/

div#customizingToggleContainer,
div#customizingAllContainer {
    margin: 0 100px;
    background-color: #FFFFFF;
    padding: 0 5px 15px 0;
    text-align: right;
}

div#addColumnContainer,
div#addAttributeContainer {
    border: 1px solid #0064AE;
    padding: 10px;
    overflow: auto;
    float:left;
    width: 250px;
    margin: 30px 30px 30px 0;
}

div#addColumnContainer h2,
div#addAttributeContainer h2 {
    margin-bottom: 10px;
}

div#addColumnContainer input,
div#addAttributeContainer input,
div#addAttributeContainer select {
    display: block;
    margin-bottom: 10px;
}

div#pageControlsContainer {
    clear: both;
    margin-top: 20px;
}

span.active-false {
    text-decoration: line-through;
}

div.customizingTooltip {
	display: none;
	position: absolute;
	background-color: #FAE6B0;
    border: 1px solid #E5973E;
    padding: 5px;
}

div.customizingTooltip a,
div.customizingTooltip a:hover {
    background-color: #FAE6B0 !important;
    border: none !important;
    padding: 0px !important;
}

div.cstDiv {
    display: inline-block;
    overflow: visible;
}

div#addUiAddonFieldContainer {
    border: 1px solid #0064AE;
    padding: 10px;
    overflow: auto;
    width: 535px;
}

div#uiAddonFieldTypeSelectContainer,
div#uiAddonFieldInputContainer,
div#uiAddonFieldPosKeyContainer {
    margin-bottom: 10px;
}

div#uiAddonFieldTypeSelectContainer select,
div#uiAddonFieldInputContainer input,
div#uiAddonFieldPosKeyContainer select {
    display: block;
    margin-bottom: 5px;
}

span#uiAddonFieldValueBtnSpan {
    margin-left: 10px;
}

input.uiAddonFieldValueBtn {
    display: inline-block !important;
    margin: 0 5px 0 0 !important;
    padding: 2px 4px !important;
}

span.uiAddonFieldEditContainer,
span.visiblePanelContainer {
    background-color: #FAE6B0;
	border: 1px solid #E5973E;
	display: inline-block;
	vertical-align: bottom;
	padding: 1px;
}

span.visiblePanelContainer a {
    vertical-align: top;
}

div.panel-active-false {
    background-color: #FFE9E8;
}

td.trgroup span {
	font-weight:bold;
}

img.hint {
	cursor: pointer;
}
