/* @import url("kalender.css"); */
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
    /*background-color: #EEEEEE*/;
    height: 100%;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #bfbdbd;
}

#content h1 {
    font-size: 16px;
    font-weight: normal;
}

img {
/*    display: block;
    border: none;
*/}

img p {
    margin: 0;
    padding: 0;
}

/*
#loginBox {
    padding-top: 30px;
    margin-left: 10px;
}
*/

.loginButton {
    background-image: url(images/login.gif);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px white;
    width: 36px;
    height: 22px;
}

#navigation {
    background-image: url(images/navi.gif);
    background-repeat: repeat-x;
    height: 42px;
}

#navigation  {
    padding-left: 20px;
}

#maincontainer{
	width:100%;
/*	padding:0 10px; */
	text-align:left;
  	position: relative;
  	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}

#navigation li {
    float: left;
    font-size: 11px;
    padding-right: 15px;
    background-image: url(images/divider.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 30px;
}

#navigation li a {
	display: block;
    padding-right: 15px;
    position: relative;
    top: 9px;
}

#navigation li a.current {
	color: #FF8800!important;
}

#banner{
	position:relative;
	padding-left:20px;
	height:110px;
	font-size:20px;
	text-transform:uppercase;
	background:#0d2678;
	line-height: 60px;
	color: #FFFFFF;
}
#banner span{
	position:absolute;
	top:25px;
	left:20px;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

#center {
    width: 1310px;
    /*margin: auto*/;/*
    */margin-bottom: 15px;
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #0d2678;
}

.active {
    /*background-image: url(images/subnavi_active.jpg);*/
/*
	border-top:1px dotted black;
	border-bottom:1px dotted black;
*/	
    background-image: url(images/border.gif);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    width: 130px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: red;
}

.current {
    font-weight: bold;
}

.normal {
/*
	border-top:1px dotted black;
	border-bottom:1px dotted black;

    background-image: url(images/border.gif);
    background-repeat: no-repeat;
   
    padding: 0;
    margin: 0;
    */
}

/*#contentwrapper{
	float: left;
	width: 100%;
}

*/
#content{
	width:auto;
	margin:0 10px 0 210px;
	padding:10px 10px 4em 20px;
	border-left: 1px solid #ccc;
}
.innertube{
margin: 0 10px 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
padding-bottom: 10px;
min-height: 100%;
}

#leftnavigation {
	width:190px;
	float:left;
	clear:left;
	padding: 20px 20px;
	/*
		
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	
*/
}

#leftnavigation ul li {
    padding-top: 9px;
    padding-bottom: 7px;
}

#leftnavigation ul li.spacer {
	border-bottom: 1px solid #ccc;
	padding-bottom: none;
}

#leftnavigation ul li a:hover {
	background:transparent url(images/icon_pfeil_grau.gif) no-repeat scroll 4px;
	color: #bfbdbd!important;
}

#leftnavigation ul li a {
	background:transparent url(images/icon_pfeil_blau.gif) no-repeat scroll 4px;
    padding-left: 25px;
    color: #0d2678!important;
}


#middle {
	width: 100%;
	padding: 0 0 20px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-left: 5px;
}
#wrapper {
	background:white url(../css/images/menu_left_border.png) repeat-y scroll;
	/*width: 1400px*/;
	/*margin: auto auto 15px*/;
	border: 1px solid #0D2678;
	margin: 0 auto;
	min-height: 95%;
	height: auto !important;
	/*height: 100%*/;
}

/*#contentInner {
    padding-left: 5px;
    height: 100%;
}
*/
#footer{
	left:0px;
	position: absolute;
  	bottom: 0;
	height:30px;
	/*background:#5A6BBD;*/
	width:100%;
	color:#ccc;
	text-align:center;
	/*line-height:25px*/;
}



.float-left {
    float: left;
    width: 230px;
    padding-right: 10px;
    margin: 0;
}

.float-none {
    clear: left;
    display: block;
}

.cleaner {
    clear: both;
    height: 1px;
    Font-size: 1px;
    border: 0px none;
    margin: 0;
    padding: 0;
    background: transparent;
}

.ajaxliste {
    border: 1px solid black;
    background-color: white;
    width: 350px !important;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll
}

.ajaxliste li {
    text-align: left;
    list-style-type: none;
    font-weight: normal;
    font-size: x-small;
    padding: 2px;
}

.ajaxliste .selected {
    background-color: #edf4fc;
}

.ajaxliste ul {
    padding: 0px;
    margin: 1px;
}

.search-item span.bereich {
	display:block;
}

.search-item span.name {
	display:block;
    font-weight: bold;
}
/*
#content input, select, textarea {
	border-color: #64AF5D;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
	font-size:9pt;
	background:#FFFFFF url(images/form-bg-18.gif) repeat-x scroll 0 1px;
	border:1px solid #B5B8C8;
	padding:1px 3px;	
}

#content select {
	background-image: none;
}
*/
#content textarea.h40 {
	background:#FFFFFF url(images/form-bg-40.gif) repeat-x scroll 0 8px;
}	

#content input.invalid, select.invalid, textarea.invalid {
	background:#FFFFFF url(images/form-bg-18-invalid.gif) repeat-x scroll 0 1px;
}

#content textarea.invalid-40 {
	background:#FFFFFF url(images/form-bg-40-invalid.gif) repeat-x scroll 0 8px;
}

#content select {
/*	height:20px!important;
*/}
/*
#content input[type=button].kalender {
	background-color:transparent;
	background-image:url(../images/kalender.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-style:none;
	border-width:0pt;
	position:relative;
	margin-left:60px;
	width: 16px;
	height: 13px;
}

#content input.date {
	margin-top:0px;
	position:absolute;
	width:75px;
}

#content input.time {
	width:35px;
}

#content input.error, select.error, textarea.error {
	background-color:#FF0000;
}

#content input[type=button].trash {
	background-color:transparent;
	background-image:url(images/trash.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-style:none;
	width: 16px;
	height: 16px;
	cursor:pointer;
}
*/
.errorbody {
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	width:100%;
}

.txt_green_bold{
	color: #0d2678;
	font-weight: bold;
	font-size-adjust:0.6;
}

.form-input-readonly {
	background-color: transparent!important;
	/*border: none!important;
	*/background-image: none!important;	
	cursor: default!important;
}

h2.mainHeader {
	border-bottom:1px solid #CACACA;
	color:#333333;
	font-size:12px;
	margin:20px 30px 10px 0px;
	padding:0pt 0pt 3px;
	width: 100%;
}

.abw_weiss {
    /*background-color: white;*/
}
.abw_gruen {
    background-color: #7D7!important;
}
.abw_hellgruen {
    background-color: #BFB!important;
}
.abw_schraffur {
     background-image: url("../css/images/schraffur_white.png");
}

.abw_nachmittags  {
    background-image: url("../css/images/box_white.png");
    background-repeat:repeat-y;
    background-position: -22px 100%;
}
.abw_vormittags {
    background-image: url("../css/images/box_white.png");
    background-repeat:repeat-y;
    background-position: 17px 100%;
}
.abw_rot {
    background-color: #F66!important;
}
.abw_gelb {
    background-color: #FF9!important;
}
.abw_blau {
    background-color: #BBF!important;
}
.abw_grau {
    background-color: #DDD!important;
}
.abw_summenzeile {
    background-color: #0D2678!important;
    color: white;
}
.abw_orange {
    background-color: #FB7!important;
}
.abw_highliteDay {
    border: 2px solid #000 !important;
}

/*.anwesenheitsliste_anwesend {*/
	/*background-color: #97D37B;*/
/*}*/
/*.anwesenheitsliste_abwesend {*/
	/*background-color: #482E2E;*/
/*}*/

.x-grid3-summary-row {
/**
     *     border-left:1px solid #fff;
     *     border-right:1px solid #fff;
     */
    color:#0D2678;
    border-bottom: 2px solid #99BBE8;
    background: #BFBFBF;
 }
.x-grid3-summary-row .x-grid3-cell-inner {
    font-weight:bold;
    padding-bottom:4px;
}
/*.x-grid3-cell-first .x-grid3-cell-inner {
    padding-left:16px;
}
*/
.x-grid-hide-summary .x-grid3-summary-row {
    display:none;
}
.x-grid3-summary-msg {
    padding:4px 16px;
    font-weight:bold;
}

/* Abstand um 3px verkleinert */
/**
 * .x-grid-group-hd div.x-grid-group-title {
 * 	padding: 4px 4px 1px 17px!important;
 * }
 */

/**
 * .x-grid-group-body {
 * 	border-bottom: 2px solid rgb(153,187,232)!important;	
 * } 
 */
 #zeitstempel {
	 text-align: right;
	 font-weight: bold;
	 margin-right:20px;
	 top: -20px;
	 position: relative;
	 color:white
 }
 
 .x-action-col-icon {
 	margin: 0 3px 0 2px;
 }
 
 .grid-row-ungerade {
 	background-color: #DDD;
 }