/* CSS RESET */

html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline; /* baseline */
	background: transparent;

}

html {
	height: 100%;
}

body {
	line-height: 1;
	background: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	height: 100%;
	background-image: url(../img/master_hint.gif) ;
}

h1 {
	font-size: 0.875em; 
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left; 
	float:left;
	font-weight:normal;
}


hr { 
	color:#C0C0C0;
	height:1px;
}


div#masterHint {
	margin:0 auto; 
	padding:5px; 
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
	width:920px;  
	background: #e4e5e7; 
	min-height:900px;
	box-shadow: 0px 0px 1px 1px #9a9393;
}

/*------------------------------------------------------------------------table Border etc ------------------------------------ */

.master_border_style_collapse{	
	border-collapse:collapse;

}

.master_border_style_separate{
	
	border-collapse:separate;
}

.border_style_solid_1_black_10px_left{
	padding-left:10px;
	border: solid 1px #000000;
}


.tabelle_10px_left{
	padding-left:10px;
}

.tabelle_10px_left_top{
	padding-left:10px;
	padding-top:2px;
}

.tabelle_10px_left_top_bottom{
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}


.tabelle_10px_right{
	padding-right:10px;
}
/*------------------------------------------------------------------------auto complete------------------------------------ */

    .ac_results {
    padding: 0;
    border: 1px solid #333;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    text-align: left;
    }
    .ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    }
    .ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 0.775em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 16px;
    overflow: hidden;
    }
    .ac_results {
    background-color: #eee;
    }
    .ac_over {
    background-color: #C0C0C0;
    color: #3e850f;
    }


/*------------------------------------------------------------------------textarea------------------------------------ */

.textarea_300 {
	width: 300px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 1px;
	font-size: 0.975em;
}


.textarea_600 {
	width: 600px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 1px;
	font-size: 0.975em;
}


.textarea_800 {
	width: 800px;
	height: 250px;
	border: 1px solid #cccccc;
	padding: 1px;
	font-size: 0.975em;
}


/*------------------------------------------------------------------------passwdstaerke------------------------------------ */

.passwd_staerke_red {
	width: 200px;
	height: 10px;
	border: 1px solid #cccccc;
	background-color: #ff0000;
	float: left;
}

.passwd_staerke_orange {
	width: 400px;
	height: 10px;
	border: 1px solid #cccccc;
	background-color: #FF8800;
	float: left;
}

.passwd_staerke_rest {
	width: 700px;
	height: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

/*------------------------------------------------------------------------selectbox------------------------------------ */

.Items{
	width: 250px;
}

.Items_400{
	width: 400px;
}

.Items_800{
	width: 800px;
}

.jquery-selectbox {
	position: relative;
	height: 18px;
	border: 1px solid #c4c4c4;
	min-width: 250px;
	max-width: 250px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	color: #444;
	padding: 0;
	font-size: 0.775em;
	line-height: 120%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.jquery-selectbox.selecthover {
	border-color: #c4c4c4;
	background-color: #FFFfff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	min-width: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c4c4c4;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/select/lay-selectMoreButton.gif");
	width: 16px;
	height: 18px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #a9a1a1;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}



.jquery-selectbox_date {
	position: relative;
	height: 18px;
	border: 1px solid #c4c4c4;
	min-width: 50px;
	max-width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	color: #444;
	padding: 0;
	font-size: 0.775em;
	line-height: 120%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.jquery-selectbox_date.selecthover {
	border-color: #c4c4c4;
	background-color: #FFFfff;
	z-index: 700;
}	
.jquery-selectbox_date .jquery-selectbox_date-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox_date .jquery-selectbox_date-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	min-width: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c4c4c4;
}
.jquery-selectbox_date .jquery-selectbox_date-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/select/lay-selectMoreButton.gif");
	width: 16px;
	height: 18px;
	cursor: pointer;
}
.jquery-selectbox_date .jquery-selectbox_date-moreButton.morebuttonhover {
	
}

.jquery-selectbox_date .jquery-selectbox_date-item.listelementhover {
	background: #a9a1a1;
	color: #eee;
}
.jquery-selectbox_date .jquery-selectbox_date-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox_date {
	color: #d00;
	border-color: #d00;
}

/*------------------------------------------------------------------------selectbox------------------------------------ */


/*------------------------------------------------------------------------BOX------------------------------------ */

div.masterreiter_900 {
	margin:0 auto; 
	width:902px; 
	height:30px;  
}


div.reiter_500 {
	margin:0; 
	padding-top:8px; 
	padding-left:20px; 
	width:500px; 
	height:40px; 
	background: #FFFFFF;

	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
}



div.mastermain_900 {
	margin:0 auto; 
	padding:0px; 
	width:900px; 
	min-height:600px; 
	background: #FFFFFF;
	background-repeat:repeat-x;  
	background-position: center center;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
}

/*------------------------------------------------------------------------BOX Externe aufrufe------------------------------------ */

div.mastermain_785 {
	margin:0 auto; 
	padding:0px; 
	width:785px; 
	min-height:550px; 
	background: #ffffff;
	background-repeat:repeat-x;  
	background-position: center center;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
}



div.sub_box_780 {
	margin:0 auto; 
	padding:0px; 
	width:780px; 
	min-height:60px; 
	background: #008080;
	background-repeat:repeat-x;  
	background-position: center center;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
}

/*------------------------------------------------------------------------BOX Externe aufrufe------------------------------------ */

div#header {
	margin:0 auto; 
	padding:0px; 
	width:900px; 
	height:130px; 
	background-repeat:repeat-x;  
	background-position: center center;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
  
}


div#suche {
	margin:0 auto; 
	padding:0px; 
	width:900px; 
	max-height:60px; 
	text-align:left;
	background: #FFFFFF;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
  
}


div.box_300_200 {
	margin:0 auto; 
	padding:10px; 
	width:300px; 
	max-height:200px; 
	text-align:left;
	background: #FFFFFF;
	background-repeat:repeat-x;  
	background-position: center center;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
}


div.box_800_200 {
	margin:0 auto; 
	padding:10px; 
	width:800px; 
	min-height:200px; 
	text-align:left;
	background: #FFFFFF;
	background-repeat:repeat-x;  
	background-position: center center;
	border-width:1px;
  	border-style:solid;
 	border-color:#8d969f;
 	box-shadow: 4px 4px 2px -2px #9a9393; 
}


/*------------------------------------------------------------------------fade------------------------------------ */

.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


.preloadimage {
	background-image: url(../img/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

/*------------------------------------------------------------------------LINKS------------------------------------ */
 
 a:link {
 color:#000000;
 text-decoration:none;
 font-size: 0.775em;
 }
 
 a:visited {
 color:#000000;
  text-decoration:none;
   font-size: 0.775em;
 }
 a:hover {
 color:#8d969f;
  text-decoration:none;
   font-size: 0.775em;
 }
 a:active {
 color:#00000;
 text-decoration:none;
  font-size: 0.775em;
 }
 
 

 a.link_hilfe:link {
 color:#f10606;
 text-decoration:none;
 font-size: 0.775em;
 }
 a.link_hilfe:visited {
 color:#f10606;
  text-decoration:none;
   font-size: 0.775em;
 }
 a.link_hilfe:hover {
 color:#8d969f;
  text-decoration:none;
   font-size: 0.775em;
 }
 a.link_hilfe:active {
 color:#f10606;
 text-decoration:none;
  font-size: 0.775em;
 }
 
 
  a.link_extern:link {
 color:#FFFFFF;
 text-decoration:none;
 font-size: 0.775em;
 }
 a.link_extern:visited {
 color:#FFFFFF;
  text-decoration:none;
   font-size: 0.775em;
 }
 a.link_extern:hover {
 color:#FFDF00;
  text-decoration:none;
   font-size: 0.775em;
 }
 a.link_extern:active {
 color:#FFFFFF;
 text-decoration:none;
  font-size: 0.775em;
 }
 
  
  a.link_extern_aktiv:link {
 color:#FFDF00;
 text-decoration:none;
 font-size: 0.775em;
 }
 
 
 a.link_extern_details:link {
 color:#000000;
 text-decoration:none;
 font-size: 0.775em;
 }
 a.link_extern_details:visited {
 color:#000000;
  text-decoration:none;
   font-size: 0.775em;
 }
 a.link_extern_details:hover {
 color:#FFDF00;
  text-decoration:none;
   font-size: 0.775em;
 }
 a.link_extern_details:active {
 color:#000000;
 text-decoration:none;
  font-size: 0.775em;
 }

 
 
 /*------------------------------------------------------------------------tooltip common-----------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #8d969f;
	background-color: #FFFFFF;
	text-align: left;
	box-shadow: 4px 4px 2px -2px #9a9393; 
}
#tooltip h3, #tooltip div {
	margin: 0;
}


.tooltip_bg_hilfe {
	width: 255px;
	min-height: 100px;
	padding: 10px;
	line-height: 16px;
}


.tooltip_text_hilfe {
	font-size: 0.775em;
	color: #000000;
}


/*------------------------------------------------------------------------FORM INPUT------------------------------------ */

.inputlogin{
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	-webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	-moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  
	background-color: #fff;
	color: #4d4d4d; /*grey*/
  	border: 1px solid #c4c4c4;
  	padding: 8px 12px;
	width: 190px;
}

.submitlogin{
 background-color: #c50a1f;
  color: #fff;
  cursor: pointer;
  border: 1px solid #e35061;
  padding: 5px 10px;
  width: auto;
  -webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  -moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
}

/*------------------------------------------------------------------------FORMS ALLGEMEIN------------------------------------ */


.submitbutton{
 background-color: #FFFFFF;
  color: #000;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  padding: 2px 5px;
  width: auto;
  -webkit-box-shadow: 1px 0 0 #C0C0C0, -1px 0 0 #C0C0C0,0 1px 0 #C0C0C0, 0 -1px 0 #C0C0C0, 0 5px 10px -5px #666;
  -moz-box-shadow: 1px 0 0 #C0C0C0, -1px 0 0 #C0C0C0, 0 1px 0 #C0C0C0, 0 -1px 0 #C0C0C0, 0 5px 10px -5px #666;
  box-shadow: 1px 0 0 #C0C0C0, -1px 0 0 #C0C0C0, 0 1px 0 #C0C0C0, 0 -1px 0 #C0C0C0, 0 5px 10px -5px #666;
}



.submitbutton_invers{
 background-color: #FFFFFF;
  color: #C0C0C0;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  padding: 2px 5px;
  width: 150px;
  -webkit-box-shadow: 1px 0 0 #C0C0C0, -1px 0 0 #C0C0C0,0 1px 0 #C0C0C0, 0 -1px 0 #C0C0C0, 0 5px 10px -5px #666;
  -moz-box-shadow: 1px 0 0 #C0C0C0, -1px 0 0 #C0C0C0, 0 1px 0 #C0C0C0, 0 -1px 0 #C0C0C0, 0 5px 10px -5px #666;
  box-shadow: 1px 0 0 #C0C0C0, -1px 0 0 #C0C0C0, 0 1px 0 #C0C0C0, 0 -1px 0 #C0C0C0, 0 5px 10px -5px #666;
}



.inputmaster_200{
	background-color: #fff;
	color: #4d4d4d; /*grey*/
  	border: 1px solid #c4c4c4;
  	padding: 3px 6px;
	width: 200px;
}


.inputmaster_200_shadow{
	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	-webkit-box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	-moz-box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	
  	background-color: #fff;
	color: #4d4d4d; /*grey*/
  	border: 1px solid #c4c4c4;
  	padding: 3px 6px;
	width: 200px;
}



.inputmaster_250{
	background-color: #fff;
	color: #4d4d4d; /*grey*/
  	border: 1px solid #c4c4c4;
  	padding: 3px 6px;
	width: 250px;
}

.inputmaster_250_red{
	background-color: #fff;
	color: #FF0000; /*grey*/
  	border: 1px solid #FF0000;
  	padding: 3px 6px;
	width: 250px;
}



.inputmaster_750{
	background-color: #fff;
	color: #4d4d4d; /*grey*/
  	border: 1px solid #c4c4c4;
  	padding: 3px 6px;
	width: 750px;
}

.inputmaster_750_red{
	background-color: #fff;
	color: #FF0000; /*grey*/
  	border: 1px solid #FF0000;
  	padding: 3px 6px;
	width: 750px;
}



.inputmaster_250_shadow{
	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	-webkit-box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	-moz-box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  	
  	background-color: #fff;
	color: #4d4d4d; /*grey*/
  	border: 1px solid #c4c4c4;
  	padding: 3px 6px;
	width: 250px;
}

/*------------------------------------------------------------------------LINKS------------------------------------ */

.divcenter {
	text-align: center;
}

.clearboth{
	clear:both;
}

.divdisplaynone {
	display: none;
}

.middle {
	margin:0px auto;
	text-align: center; 
}


.loaddata {
	display: none;
}


.display_displaynone_1 {
	display: none;
}

.display_displaynone_3 {
	display: none;
}

.display_displaynone_notiz_vorgang {
	display: none;
}

.display_displaynone_manuell_buchen_vorgang{
	display: none;
}

.display_displaynone_workflow_aendern{
	display: none;
}


.display_displaynone_status_und_wiedervorlage {
	display: none;
}

.display_displaynone_zinsupdate {
	display: none;
}



.display_displaynone_ausblenden_button {
	display: none;
}



.display_displaynone_haupt_suche{
	display: none;
}




/*------------------------------------------------------------------------TYPOS------------------------------------ */

.textfont12{
        font-size: 0.875em;
        color: #0000000;
        letter-spacing: 0.03em;
        line-height: 120%;
}

.textfont12white{
        font-size: 0.875em;
        color: #FFFFFF;
        letter-spacing: 0.03em;
        line-height: 120%;
}


.textfont11{
        font-size: 0.775em;
        color: #000000;
        letter-spacing: 0.03em;
        line-height: 120%;
        text-align: left; 
}




.textfont11green{
        font-size: 0.775em;
        color: #3e850f;
        letter-spacing: 0.03em;
        line-height: 120%;
        text-align: left; 
}


.textfont11blue{
        font-size: 0.775em;
        color: #000090;
        letter-spacing: 0.03em;
        line-height: 120%;
        text-align: left; 
}

.textfont11red{
        font-size: 0.775em;
        color: #ff0000;
        letter-spacing: 0.03em;
        line-height: 120%;
}

.textfont11invers{
        font-size: 0.775em;
        color: #C0C0C0;
        letter-spacing: 0.03em;
        line-height: 120%;
}

.textfont14{
        font-size: 1em;
        color: #000000;
        letter-spacing: 0.03em;
        line-height: 120%;
}


.textfont10{
        font-size: 0.675em;
        color: #000000;
        letter-spacing: 0.03em;
        line-height: 120%;
        text-align: left; 
}


.textfont10red{
        font-size: 0.675em;
        color: #ff0000;
        letter-spacing: 0.03em;
        line-height: 120%;
        text-align: left; 
}

/*------------------------------------------------------------------------TYPOS------------------------------------ */




/*------------------------------------------------------------------------SPACER------------------------------------ */

.fill1{
	height:1px;
}

.fill5{
	height:5px;
}

.fill10{
	height:10px;
}

.fill20{
	height:20px;
}

.fill30{
	height:30px;
}

.fill40{
	height:40px;
}
.fill50{
	height:50px;
}

.fill100{
	height:100px;
}

.fill500{
	height:500px;
}

.fill800{
	height:800px;
}


.fillwidth10{
	padding-left:10px !importent;
}


.spacer5{
	width:5px;
}

/*------------------------------------------------------------------------SPACER------------------------------------ */

