html {
background-color:     rgb(255,255,255);

}
body {
  width:1000px;
  height:1500px;
  font-family:          Arial;
  background-image: -webkit-linear-gradient(white 0%, #9FBFD2 50%); 
  margin: 0% 0% 0 5%;
}
/*Index.php, neuAnmelden.php, passres.php */
#divIndexHaeder{
	text-align:center;
}
#divIndexForm p {
  border:dotted 1px rgb(138,43,226);
  border-radius:20px;
  padding: 0.5em 1em 0.5em 1em;
  width:50%;
  margin-left:25%;
  line-height:2em;
  text-align:center;
}

#divIndexForm label {
	float:left;
	margin-left:60px;
	margin-top:5px;	
	height:25px;
	width:150px;
	text-align:left;
	vertical-align:middle;
}
#divIndexForm .inputNeu{
	margin-right:60px;
	margin-top:5px;	
	height:20px;
	width:150px;
}

div.passres {
width:50%;
margin-left:25%;
  border:dotted 1px rgb(138,43,226);
  border-radius:20px;
  padding: 0.5em 1em 0.5em 1em;
}
/*taetigkeitenListe.php und die Eingabe der Stammdaten über alle Seiten die via [Verwaltung] erreichbar sind*/
/*#stammdatenInput {
	background-color:rgb(178,223,238);
}*/

#stammdatenInput p {
  border:dotted 1px rgb(138,43,226);
  border-radius:20px;
  padding: 0.5em 1em 0.5em 1em;
  width:95%;
  line-height:2em;
}
#stammdatenInput label {
	float:left;
	margin-left:10px;
	margin-top:5px;	
	height:25px;
	width:150px;
	text-align:left;
	vertical-align:middle;
}
#stammdatenInput .inputNeu{
	margin-right:60px;
	margin-top:5px;	
	height:20px;
	width:190px;
}

#stammdatenInput textarea{
	margin-right:60px;
	margin-top:5px;	
	height:75px;
	width:150px;
}
/*Seitenlayout*/
div.tabContainer {
  display:          table;
  border-spacing:   0px;
  /*border:1px solid blue;*/
  /*background-color:     rgb(238,223,204);*/
}
    div.tabZeile {
      display:          table-row;    
    }
    div.tabZelle {
      display:          table-cell;
      vertical-align:   top;
      padding:          0px;
      border:0px dotted blue;
    }

#bereichsauswahl  {
  height:35px;
  width:890px;
  margin: 0px 0px 0px 10px;
  border-bottom:1px solid blue;
}

#bereichsauswahl p {
  margin-top:20px;
  vertical-align:middle;
}

#funktionsauswahl {
  width: 158px;
  height:800px;
  margin: 0px 0px 0px 0px;
  border-right:1px solid blue;
  float:left;
}

#funktionsbereich {
  /*height:300px;*/
  width:737px;
  margin: 2px 0px 0px 165px;
  margin-left: 11em;
  margin-top: 1em;
}

  
table{
margin-top:1em;
 font-size:0.75em;
 border: 0.1em solid black;
 border-collapse:collapse;
 empty-cells:show;
}

td, th {
 border: 0.1em solid black;
 padding: 0.3em;
}
.thAccount {
	text-align:left;
}
.cmdButton {
  width:120px;
  margin-left:10px;
  background-image: -webkit-radial-gradient(white 10%, #9FBFD2 75%);
}
.cmd_ds_edit {
  width:20px;
  height:20px;
	background-image: url(../img/b_edit.png); 
	background-repeat: no-repeat;
}
.cmd_ds_drop {
  width:20px;
  height:20px;
	background-image: url(../img/b_drop.png); 
	background-repeat: no-repeat;
}
.lv, .nkz, .rn {
 width: 4em;
}
.blindeTabelle{		/*Tabelle in statistikDetails.php*/
 border-style:solid;
 border-width:0px;
 font-size:1em;
}
.blindeTabelle td{
 border-style:solid;
 border-width:0px;
 
}
.blindeTabelle .tdNr{
text-align:right;
}
