

body, html, td, input {
 font-family:Arial,sans-serif;
 font-size:10pt;

}

body, html {
 margin:0px;
 padding:0px;
}

table#layout {
 width:100%;
 border-spacing:0;
 table-layout:fixed;
}

table#layout td {
 vertical-align:top;
}

th {
 background-image:url(bilder/nav-back.jpg);
 background-color:#CCCCCC;
 color:#000000;
 /* Abstand nach oben als Rahmen da margin nicht funktionuiert */
 border-top:1px solid #CCCCCC;
 padding-top:5px;
 height:27px;
}

#hintergrundwechsel {
 padding:15px;
}

#raumliste {
  padding:10px;
 padding-right:0;

}

table.raumliste {
 width:100%;
 border-spacing:0;
 border-collapse:collapse;
}

table.farbauswahl {
 empty-cells: show;
}

table.farbauswahl td {
 font-size:5px;
 width:12px;
 height:14px;
 border:solid 1px black;
 cursor:pointer;
}

table.raumliste input {
 margin:10px;
}

table.raumliste input.schalterklein {
 width:30px;
}

table.raumliste td.raumliste-bezeichnung {
 border-right-width:0;
 padding-left:5px;
 cursor:pointer;
 overflow:visible; /* neuer block formatting context */
}

td.aktuellerraum {
 background-color:#BBBBBB;
 padding-left:5px;
}

div.aktuellesprogramm {
 float:right;
 border:dashed 1px black;
}

div.aktuellesprogramm img {
 margin:10px;
}

div.schalterauswahl {
 padding:10px;
 /* wegen kleiner kante bei hintergrundfarbe deaktiviert. breite direkt in td per style width:320px; */
}

div.neuer-raum {
 padding-bottom:5px;
}

td.raumaktiv {
 background-color:#BBBBBB;
 border:1px solid black;
 padding-right:0;
}

td.summe {
 font-weight:bold;
}

.projekt {

color:#FFFFFF;
height:83px;
padding-left:5px;
}

.login td {
	font-size:11px;
}

.login input {
	font-size:10px;
}

.projekt a:link, .projekt a:visited {
color:#FFFFFF;
text-decoration:underline;
}

.projekt a:hover, .projekt a:active {
text-decoration:none;
}

td.projekt input {
 margin-right:5px;	
}

.strong {
 font-size:20px;
 font-weight:bold;
 color:#88FF88;
}

input.smallbutton {
 font-size:8pt;
 padding-left:0px;
 padding-right:0px;
}

h1 {
 font-size:11pt;
}

.success {
 color:green;
 font-weight:bold;
}

.error {
 color:red;
 font-weight:bold;
}

.adresse {
	position:fixed; 
	bottom:0px;width:100%; 
	height:25px; 
	line-height:25px; 
	text-align:center;
	}

.help_button {
	background:none;
	border:0px;
	padding:0px;
	width:50px;
	height:50px;
	text-align:center;
	position:relative;
	font-size:40px;
	right:0px;
	margin-top:18px;
	margin-right:10px;
	cursor:pointer;
	background-image:url(bilder/help-button2.gif);
	background-repeat:no-repeat;
}