@charset "iso-8859-15";
/* CSS Document */

#button-start {
	background-image: url(../img/buttons/home-stehend.jpg);
}
#tabelle-inhalt {
	position:absolute;
	left:11px;
	top:40px;
	width:935px;
	height:350px;
	z-index:5;
	overflow:auto;
}
#tabelle-links {
	position:absolute;
	left:0px;
	top:35px;
	width:11px;
	height:354px;
	z-index:4;
	background-image: url(../img/layout/boxen/tabelle-links.gif);
	background-color:#ffffff;
}
#tabelle-links-oben {
	position:absolute;
	left:0px;
	top:5px;
	width:11px;
	height:30px;
	z-index:4;
	background-image: url(../img/layout/boxen/tabelle-oben-links.gif);
}
#tabelle-links-unten {
	position:absolute;
	left:0px;
	top:389px;
	width:11px;
	height:11px;
	z-index:4;
	background-color:#ffffff;
	background-image: url(../img/layout/boxen/tabelle-unten-links.gif);
}
#tabelle-oben {
	position:absolute;
	left:11px;
	top:5px;
	width:936px;
	height:30px;
	z-index:4;
	background-color:#ffffff;
	background-image: url(../img/layout/boxen/tabelle-oben.gif);
	line-height:30px;
	text-align:center;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
#tabelle-rechts {
	position:absolute;
	left:947px;
	top:35px;
	width:11px;
	height:354px;
	z-index:4;
	background-color:#ffffff;
	background-image: url(../img/layout/boxen/tabelle-rechts.gif);
}
#tabelle-rechts-oben {
	position:absolute;
	left:947px;
	top:5px;
	width:11px;
	height:30px;
	z-index:4;
	background-color:#ffffff;
	background-image: url(../img/layout/boxen/tabelle-oben-rechts.gif);
}
#tabelle-rechts-unten {
	position:absolute;
	left:947px;
	top:389px;
	width:11px;
	height:11px;
	z-index:4;
	background-color:#ffffff;
	background-image: url(../img/layout/boxen/tabelle-unten-rechts.gif);
}
#tabelle-unten {
	position:absolute;
	left:11px;
	top:389px;
	width:936px;
	height:11px;
	z-index:4;
	background-color:#ffffff;
	background-image: url(../img/layout/boxen/tabelle-unten.gif);
}

/* Klassen */
form {cursor: pointer; /* Mauszeiger aendern */}
input, select, textarea { font-size:11px; font-family:Verdana,sans-serif; color:#009900; background-color:#ffa; border:1.5px solid #7f9db9; }
.Bereich, .Feld { background-color:#ffa; width:300px; border:1.5px solid #7f9db9; }
.Auswahl#Anschrift { width:160px; border:6px solid #009900; }
.Auswahl#Datum { border:6px solid #009900; }
.Auswahl#Schaden { width:200px; border:6px solid #009900; }
.Check, .Radio { background-color:#ffcc00;}
.Button { background-color:#0099ff; color:#ffffff; width:175px; border:1px solid #0000ff; font-weight:bold;}

