body {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
    margin: 0px;
    padding: 0px;
}

/* jquerui nutzt em für Schriftgröße, em is a relativ size and depends on the next fixed font-size up the dom tree. when there is no fixed font-size it defaults to 16px.
 * 
/* end basic styling                                 */

h1 {
	font: normal normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

h2 {
	font: normal normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

h3 {
	font: normal normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}

table, td, a { 
	font-size: 1.1em;
}

/* mit table td a wird die Schriftgröße auch in den jqgrid tabellen bestimmt
/* end basic styling                                 */

#wrapper {
			position:relative;
			width:100%;
            border: hidden;
            padding-top: 10px;
}

.clearboth{
	clear: both;
}

#seitenleiste {
	width: 210px;
	float: left;
	height: 100%;
    font-size: 1.05em;
    margin-left: 10px;
	/*border: thin solid #ff0000;*/
}

#topleiste{
    height: 50px;
}


#logoWrapper{
	height: 190px !important;
}

#logo {
	display: none;
    cursor: pointer;  
}

#navcontainer{
	max-width: 100%!important;
}

#nav_ein_div{
    position: fixed;
    display: "block";
    width: 30px;
    height: 30px;
    top: 2px;
    left: 2px;
    right: 0;
    bottom: 0;
    z-index: 1001;
    cursor: pointer;    
}

#nav_ein_img{
    max-width:100%;
    max-height:100%;
}

#aufakt_buttons{
    padding-bottom: 10px;
}


.ui-menu {
    width: 100%;
    max-width: 200px;
    z-index: 9999 !important;
}

#flash {
	width: 100%;
	height: 80px;
	/*alignment-adjust: central;*/
	margin: 10px;
    font-size: 0.9em;
}

.flash_p {
    padding: 0px;
    margin: 0px;
}

.content {
	/*border-left: thin solid #007e7e;*/
	margin: 5px 0px 0px 215px;
	padding-left: 10px;
}

.content_1 {/*hgvh*/
	margin:10px 0px 0px 10px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
	/* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.dialog{
	display: none;
}

#pdf_anzeige_frame {
	border: thin solid;
	width: 100%;
	height: 100%;
}


/*JQGrid Titlebar*/
div.ui-jqgrid-titlebar {
    height: 16px;
}

/*JQGrid Pager*/
.ui-pager-control{
    font-size: 0.8em;
}


/*Statikzeugs*/
#statik_left{
    font-size: 0.8em;
}

/*css grid*/
#parent_cssgrid_container{
    display: grid;
    grid-column-gap: 10px;
}
/*Klassen für label und input Elemente*/
.l_xsma {
  width: 10px;
}
.l_sma {
  width: 30px;
}
.l_med {
  width: 70px;
}
.l_xmed{
  width: 100px;
}
.l_big {
  width: 200px;
}

.i_sma{
    width:30px;
}
.i_xsma{
    width: 60px;
}
.i_med{
    width:100px;
}
.i_big{
    width:150px;
}
.i_xbig{
    width:300px;
}
.i_xxbig{
    width:500px;
}

.i_style{
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}
