@charset "utf-8";

body {
 	background:#fff;
	font-family: arial;
	color:#111;
	font-weight: 300;
}

.eintrag {
	background-color: #FFC;
	padding: 10px;
	border: thin solid #C00;
	width: 600px;
	margin-bottom:10px;
}
.begriff {
	border-bottom:1px solid #900
}
.definition {
	border-bottom:1px solid #900
}
.beispiel {
}
label {
	width:110px;
	float:left;
	text-align:right;
	padding-right:5px;
}
a {
	color:#f00;
	text-decoration:none;
	font-weight:bold;
}
.admin {
	width:100%;
	background-color:#900;
	color:white;
}
.admin a{
	color:white;
	text-decoration:none;
}
a.aktiv {
	text-decoration:none;
	color:red;
	font-size:150%;
	font-weight:bold;
}


button {
	/*display:none;*/
}



td.kontaktlisteZeilen p.telefonApparat {
text-align: center;
}



td.kontaktlisteZeilen p a.telefonApparat {
color: #111;
font-weight: 300;
}




div#right div.rechteCheck {
	margin-left: 115px;
	width: 40%;
}






html body table#kontaktlisteTabelle {
border-collapse:collapse;
margin:0;
padding: 0;
min-width: 100% !important;
max-width: 100% !important;
}


th {
	text-align:left;
	background-color: #fff;
	color: #333;
	padding:4px;
	padding-top:8px;
	font-size: 0.9em;
	height: 20px;
	/*border-left: 1px solid #ffd700;
	border-right: 1px solid #ffd700;*/
}



th a {
	text-decoration:none;
	color:white;
	font-weight: 300;
	color: #333;
	font-weight: bold;
	padding-top:15px;
}

th a:hover {
	text-decoration:none;
	color:white;
	font-weight: 300;
	color: #f00;
	font-weight: bold;
}


td {
	padding:4px;
	font-size: 0.8em;
	border-bottom: 1px solid #ffd700;
}


tr {
	background-color:#FFD;
}


table#kontaktlisteTabelle tbody tr:hover {
	background: #ffd700 !important;
}


tr.kontaktlisteAbteilung {
	height: 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
td.kontaktlisteAbteilung {
	background-color: #EEE;
	border-top: 4px solid #ffd700;
	border-bottom: 2px solid #ccc;
}
p.kontaktlisteAbteilung {
	padding:0;
	margin:0;
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing:0.04em; 
	font-size: 1.0em; 
	font-weight: bold;
}




td.kontaktlisteZeilen {
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

td.kontaktlisteZeilen p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;	
}







tr:nth-child(2n) {
	background-color:#FFD;
}

a.ASC:before {
	content:'\2191 \a0';
}
a.DESC:before {
	content:'\2193 \a0';
}
img {
	float:left;
	/*margin-right:20px;*/
	margin-right:00px;
}

h1 {
color:#999;
font-size: 2em;
}


#kopfbereich{
height:100px;
width:100%; 
border-bottom:solid thin #999;
}

#kopfbereich p{
color:#999;
font-size: 1.2em;
margin-top:20px;
}



#logo{
margin-top:-90px;
}





#beurteilungTabelle {
	width:80%;
	border: solid 5px #ccc;
	margin-top:30px;
	background:#fefefe;
}



#beurteilungSpalteNote {
	width:10%;
}




#beurteilungTabelle  th, td {
    
}



html body form div#left p#bereichSelect select#ob_bereich_id,
html body form div#left p#positionSelect select#ob_position_id
html body form div#left p#firmaSelect select#ob_firma_id,
/*html body div form div#middle input#ma_personalnummer,
html body form div#middle p input#ma_personalnummer,*/
html body form div#middle p input#ma_vorname,
html body form div#middle p input#ma_nachname,
html body div form div#middle p input#ma_nachname,
html body div form div#middle p input#ma_vorname {
 background: #f00;
color: #ffd700; 
}



input[type="text"] {
  width: 60%;
  font-family: sans-serif;
  font-size: 1em;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}

table#beurteilungTabelle tbody tr td textarea {
	font-size:1.2em;
	font-family: sans-serif;
	width: 100%;
}







#marker  {
	margin-left:115px;
	color:#f00;
	font-weight:bold;
}




#linie {
	margin-left:115px;
	color: #f00;
	background:transparent;
	width:60.5%;

}



html body form div#left p#bereichSelect select#ob_bereich_id,
html body form div#left p#positionSelect select#ob_position_id,
html body form div#left p#firmaSelect select#ob_firma_id,
html body div form div#left p#abteilungSelect select#ma_position_id,
html body form div#left p#positionSelect select#ma_position_id,
html body div form div#left p#abteilungSelect select#ma_position,
html body form div#left p#positionSelect select#ma_position,
html body form div#left p input#ma_position,
html body form div#left p#bereichText input#bereich_neu,
html body form div#left p#bereichSelect select#ma_bereich_id,
html body form div#left p#firmaSelect select#ma_firma_id {
width: 50%;
background: #f00;
color: #ffd700;
}



div#right p.kontaktDaten {
	margin-left: 0px;
	line-height: 2em;
}
























