/*Scrollbar*/ 
body {
  background: url("../../Images/Visuals/background-dropshadow.png") repeat-y center rgb(231, 231, 231);
  /*scrollbar-base-color:#003689; 
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#7CB5B5;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#003689;
  scrollbar-track-color:#d3e5e5;*/
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
  font-family: arial, helvetica, verdana, sans-serif ! important;
}

html {
  scrollbar-base-color: #003689;
  scrollbar-arrow-color: #FFFFFF;
  height: 100%;
} 


/* Email im Infodialog*/

a {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  /*color:#000000;	*/
}

table {
  padding: 0px;
  border-spacing: 0px;
}

/*Links*/

a:link { }

/*GridView*/

.row_titles {
  background-color: rgb(104, 104, 104);
  color: White;
  padding-left: 5px;
  /*text-transform:uppercase;*/
  text-decoration: none ! important;
  text-align: left;
}

.column_headers {
  background-color: rgb(104, 104, 104);
  color: White;
  padding-left: 5px;
  text-decoration: none ! important;
  text-align: left;
}

.column_headers a {
  background-color: rgb(104, 104, 104);
  color: White;
  padding-left: 5px;
  text-decoration: none ! important;
}

.column_headers_white {
  background-color: white;
  color: White;
  padding-left: 5px;
  text-decoration: none ! important;
  text-align: left;
}

a.row_titles { text-decoration: none ! important; }

.row_pagelinks {
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  text-align: center;
  font-size: 10px
}

.row { padding-left: 5px; }

.header {
  position: relative;
  top: expression(this.offsetParent.scrollTop-3);
}

/* used for freezing HeaderRow of GridViews
.frozenTop
{
	top: expression(offsetParent.scrollTop);
    position: relative;
    z-index: 2;
} */


/*Hintergrundbild Navigation*/

.imgmain_nav { background: url(../../Images/Controls/bg_main_nav.gif); }

/*Hintergrundbild Button Grau*/

.imgbtn_grau { background: url(../../Images/Controls/bg_btn_reset.gif); }


/*Hintergrundbild Spacer*/

.imgnav_spacer {
  background: url(../../Images/Controls/divider_nav_content.gif);
  height: 5px;
}

/*ImageInfo*/

.image_Info {
  background-image: url(../../Images/Visuals/LogoAndText.jpg);
  background-repeat: no-repeat;
  image-rendering: pixelated;
  background-size: 264px 100px;
}

/*Image Dialogheader*/

.image_dialogheader {
  background-color: White;
  color: black ! important;
  height: 21px;
  text-align: center;
}

/*TreeView*/

.tree td div { height: 21px !important }

/*HTML Buttons OK*/

.button {
  background: #003689;
  Width: 80px;
  Height: 18px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: White;
  cursor: pointer;
  border-width: 0;
}

/*HTML Buttons Abbrechen*/

.abbrechenbutton {
  background: #79A2F2;
  Width: 80px;
  Height: 18px;
  border-width: 0;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: White;
  cursor: pointer;
}

img.menu {
  margin-top: 4px;
  margin-bottom: 4px;
}

a.menu {
  display: block;
  margin-bottom: 0px;
  vertical-align: top;
  text-align: left;
  border-width: 0px;
  border: 0;
  text-indent: 0;
  text-decoration: none;
  height: 20px;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  border-style: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 6px;
  padding-bottom: 0px;
}

a.menu:link {
  color: #000000;
  background-color: transparent;
}

a.menu:visited {
  color: #000000;
  background-color: transparent;
}

a.menu:hover {
  color: #FFFFFF;
  background-color: rgb(0, 102, 152);
}

a.menu:active {
  color: #000000;
  background-color: transparent;
}

  a.menu.home-is-active {
    color: #FFFFFF;
    background-color: rgb(0, 102, 152);
    /*text-decoration: underline !important;*/
  }


a.menuS {
  display: block;
  margin-bottom: 0px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-width: 0px;
  border: 0;
  text-indent: 0;        
    
  font-weight: bold;
  height: 100%;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: #DCDCDC;
}

a.menuS:link {
  color: #000000;
  background-color: #DCDCDC;
}

a.menuS:visited {
  color: #000000;
  background-color: #DCDCDC;
}

a.menuS:hover {
  color: #a9a9a9;
  background-color: #DCDCDC;
  text-decoration: underline;
}

a.menuS:active {
  color: #000000;
  background-color: #DCDCDC;
}

table.minimal {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px;
}

th { text-align: left; }

table.leftPadding td { padding-left: 5px; }

td.verticalAlignTop { vertical-align: top }

td.leftPadding { padding-left: 5px; }

td.textAlignLeft { text-align: left; }

td.textAlignRight { text-align: right; }

td.textAlignCenter { text-align: center; }

td.topPadding { padding-top: 5px; }

td.bottomPadding { padding-bottom: 5px; }

td.rightPadding { padding-right: 5px; }

td.tableTitle { padding: 2px 2px 2px 2px; }

.navsubmenu {
  background-image: url(../../Images/Controls/bg_main_nav.gif);
  background-repeat: repeat-x;
  vertical-align: top;
  padding: 0px;
  text-indent: 0;
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
}

.tablehelpnav {
  background-image: url(../../Images/Controls/bg_mbx_background.gif);
  background-repeat: repeat;
  vertical-align: top;
  padding: 0px;
  text-indent: 0;
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
}

.unwatermarked {
  height: 18px;
  width: 150px;
}

.watermarked {
  font-family: Arial, Sans-Serif;
  border-color: #000000;
  border-width: 1px;
  font-size: 11px;
  color: gray;
  background-color: #F0F8FF;
}

.tree td div { height: 20px; }

.main_nav {
  background: rgb(51, 51, 51) 0% center;
  font-weight: bold;
  float: left;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  background-position-y: 0%;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  border-bottom-style: none;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.menuitem {
  line-height: 28px;
  width: 125px;
  text-align: center;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 1.2em;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  background-color: rgb(51, 51, 51);
  padding-left: 11px;
  padding-right: 11px;
}

.menuitem_selected {
  line-height: 28px;
  width: 125px;
  text-align: center;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 1.2em;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  background-color: rgb(0, 102, 152);
  padding-left: 11px;
  padding-right: 11px;
}

.menuitem_hover {
  line-height: 28px;
  width: 125px;
  text-align: center;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 1.2em;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  background: rgb(0, 102, 152);
  padding-left: 11px;
  padding-right: 11px;
}

.SubMenuitemStatic {
  text-align: left;
  line-height: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #000000 ! important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}

.SubMenuitemStatic_hover {
  color: #000000 ! important;
  text-align: left;
  line-height: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  text-decoration: underline !important;
}

.SubMenuitemStatic_selected {
  font-weight: bold;
    
  color: white ! important;
  text-align: left;
  line-height: 5px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arial, Sans-Serif;
  font-size: 0.9em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}

table.SubMenuitemStatic_selected { background: rgb(0, 102, 152); }

a.SubMenuitemStatic { padding-left: 20px; }

.h3 {
  color: white;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 15px;
  width: 347px;
}

.box_info {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

input[type="button"].looksLikeAspSubmitButton {
  color: white;
  background-color: #003689;
  border-width: 0px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  height: 18px;
  width: 80px;
  margin: 0px 0px 0px 5px;
  cursor: pointer;
}

input[disabled][type="button"].looksLikeAspSubmitButton {
  color: white;
  background-color: rgb(231, 231, 231) ! important;
}

input[disabled][type="button"].looksLikeAspFileButton {
  color: rgb(163, 163, 163);
  background-color: rgb(231, 231, 231) ! important;
  border: 1px solid rgb(163, 163, 163);
}

input[disabled][type="submit"] {
  background-color: rgb(231, 231, 231) ! important;
  color: #a3a3a3;
}

select[disabled] {
  background-color: rgb(231, 231, 231) ! important;
  color: #a3a3a3;
}

input[type="file"] { color: #a3a3a3; }

.MussFeld {
  border-color: #a3a3a3;
  border-width: 1px;
}

.KannFeld {
  border-color: #a3a3a3;
  border-width: 1px;
}

/* MasterPage.master*/

div#tLogo {
  width: 970px;
  height: 100px;
}

div#header {
  width: 970px;
  height: 100px;
  border-top-color: #000033;
}

div#logo {
  width: 960px;
  position: absolute;
  height: 104px;
  float: left
}

div#container_main {
  margin: 0px auto;
  width: 1222px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

div#container_header {
  width: 100%;
  height: 105px;
  float: left;
  border-width: 0px;
  position: relative;
  z-index: 100;
}

img#logo {
  margin-top: 15px;
  margin-left: 15px;
  float: left;
  z-index: 101;
}

div#container_navigation_top_small {
  left: 0px;
  top: 104px;
  width: 100%;
  position: absolute;
  background-color: rgb(203, 203, 203);
  border-bottom-color: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

div.navigation_left {
  margin-left: 10px;
  float: left;
}

div.navigation_right {
  margin-right: 15px;
  float: right;
}

div#container_navigation_top_main {
  left: 0px;
  top: 132px;
  width: 100%;
  line-height: 27px;
  border-width: 0px;
  background-color: rgb(51, 51, 51);
  position: absolute;
}

div#container_middle {
  width: 100%;
  height: 82px;
  float: left;
}

div#container_navigation_left {
  width: 180px;
  padding-top: 15px;
  margin-left: 0px;
  margin-top: 55px;
  float: left;
}

div#container_content {
  width: 1018px;
  padding-top: 6px;
  padding-left: 15px;
  float: left;
}

div#box_breadcrumb {
  width: 100%;
  height: 30px;
  float: left;
}

div#box_content {
  width: 100%;
  float: left;
}

div#infoBox {
  width: 176px;
  margin-top: 5px;
  float: right;
  position: absolute;
  left: 975px;
}

.verantwortliche_container {
  padding: 20px 0 0 20px;
}

.verantwortliche {
  margin-bottom: 10px;
}

.verantwortliche > label {
  display: block;
}

.verantwortliche > label > a {
  color: #003689;
}

.font_bold {
  font-weight: bold;
}

table#tMenu {
  padding: 0px;
  border-spacing: 0px;
  height: 21px;
  border: 0px;
}

div#body {
  width: 1033px;
  margin-left: auto;
  margin-right: auto;
}

table#tMessages {
  width: 971px;
  border: 0;
  margin: auto;
}

span#spMaster {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

table#tAnimated {
  width: 340px;
  height: 71px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-left-color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-right-width: 1px;
  border-right-color: #000000;
}

table#tMessages {
  width: 971px;
  margin: auto;
}

div#ajaxerror { color: red; }

td#tdanimated {
  height: 50px;
  background-color: #ffffff;
  text-align: center;
}

select#ddlPartnertyp { margin-bottom: 5px; }

img#iLogo { float: left; }


.fvTitle {
  color: White;
  text-transform: uppercase;
  line-height: 18px;
  padding-left: 15px;
  font-size: 11px;
  font-weight: bold;
  background-image: none;
  background-color: rgb(104, 104, 104);
}

div#dReporting {
  width: 1030px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  border-left-width: 1px;
  border-left-color: #ff3300;
  border-bottom-width: 1px;
  border-bottom-color: #ff3300;
  border-top-color: #ff3300;
  border-right-width: 1px;
  border-right-color: #ff3300;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 70px;
  vertical-align: middle;
  /*background-color: #cacaca;*/
}

a#smpMaster { padding-top: 3px ! important; }

input#reporting { background: transparent ! important; }

.LinkButtonNav { text-decoration: none ! important; }

.LinkButtonNav:hover { text-decoration: underline ! important; }

.LinkButton { text-decoration: none ! important; }

.LinkButton:hover { text-decoration: underline ! important; }

#tFooter {
  text-align: center;
  padding: 10px;
  width: 100%;
  position: relative;
  margin: auto;
  width: 600px;
  font-size: 30px;
}

/* LinkButton */

.bannertext {
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  position: absolute;
  right: 20px;
}

#lbBannerText1 {
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 20px;
  position: absolute;
  right: 20px;
  margin-top: 2px;
}

#lbBannerText2 {
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  position: absolute;
  right: 20px;
  margin-top: 22px;
}

#lbBannerText3 {
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 20px;
  position: absolute;
  right: 20px;
  margin-top: 50px;
}

.bannertextBlack {
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 20px;
  position: absolute;
  right: 20px;
}

.bannertextWhite {
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 20px;
  position: absolute;
  right: 20px;
}

.bannertextBlack:hover {
  background-color: white;
  color: black !important;
}

.bannertext:hover { background-color: rgb(1, 103, 151); }

.bannertextWhite#lbBannerText2 { margin-top: 24px; }

.environment {
  font-weight: bold;
  color: black;
  font-size: 12px;
}

.menuspacermainmenu {
  height: 15px;
  width: 1px;
  background-repeat: repeat-y;
}

.main_nav_div { src: url(/Images/Controls/main_nav_div.gif); }

#pRightMenu {
  height: 27px;
  top: 609px;
  direction: ltr;
  width: 100%;
}

#TableLogin {
  width: 100%;
  height: 23px;
  background-color: rgb(51, 51, 51);
  float: left;
}

table.tableAdhoc > tbody > tr > td {
  vertical-align: top;
}

.nodeGeloescht { color: rgb(184, 53, 39); }

.panelPadding { padding: 5px; }

.paddingTop5 { padding-top: 5px; }

.rowIsDeleted a.LinkButtonNav { color: gray !important; }

.warningText {
  color: rgb(184, 53, 39);
  font-size: 12px;
}

.hiddenArea { display: none; }

.showSuccessState { color: rgb(45, 156, 44); }

.showErrorState { color: rgb(184, 53, 39); }
