/* DATEI: formate.css */

/* Wenn die Schriftgroessen von SELFHTML fuer Sie schwer lesbar sind */
/* und Sie SELFHTML lokal lesen, benennen Sie diese Datei */
/* um in selfnormal.css */
/* und benennen Sie die Datei selfnosize.css im src-Verzeichnis */
/* um in selfhtml.css */

body { background-color:#FFFFFF; }

p,p1,h1,h2,h3,h4,h5,h6,h7,li { font-family:Arial,sans-serif; }

p { font-size:12px; margin-bottom:8px; }

p1 { font-size:10px; margin-bottom:8px; }

h1 { font-size:10px; margin-bottom:12px; }

h2 { font-size:12px; margin-bottom:12px; }

h3 { font-size:14px; margin-bottom:11px; }

h4 { font-size:16px; margin-bottom:12px; }

h5 { font-size:20px; margin-bottom:14px; }

h6 { font-size:32px; margin-bottom:32px; font-weight:bold; color: black}

h7 { font-size:20px; margin-bottom:14px; color:#FF0000}

/* Verweise*/

/*a { font-family:Arial,sans-serif; color:#000000; font-size:12px; font-weight:normal; }*/
a { font-family:Arial,sans-serif; font-size:14px; font-weight:normal; }

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; background-color:#FF8080; }
a:active { text-decoration:none; background-color:#FF8080; }


/* Tabellen*/

.tab-head { font-family:Arial,sans-serif; color:#FFFFFF; background-color:#404040; font-weight:bold; }
.tab-head a:link; .tab-head a:hover; .tab-head a:visited; .tab-head a:active { font-family:Arial,sans-serif; color:#FFFFFF; background-color:#404040; font-weight:bold; }
.tab-normal1 { font-family:Arial,sans-serif; color:#000000; background-color:#FFFF80; }
.tab-normal2 { font-family:Arial,sans-serif; color:#000000; background-color:#C0C0C0; }
.tab-aktiv { font-family:Arial,sans-serif; color:#000000; background-color:#FF8040;}
.tab-aktiv a:link, .tab-aktiv a:hover, .tab-aktiv a:active { color:#000000; background-color:#FF8040;}
.tab-aktiv { cursor:pointer; }

/* Tabelle MietMaschinen */
.TableRental {
	width:100%;
	border-collapse: collapse;
	border-style:solid;
	border-width:thin;

}
.TableRental td {
	border-style:solid;
	border-width:thin;
	padding: 0.8em;
	text-align:center;
}
.TableRental th {
	background-color:#FFA500;
	border-style:solid;
	border-width:thin;
	padding: 0.8em;
}
#TableRentalLeft {
	text-align:left;

}
