@charset "utf-8";

/* CSS Document */
#main_page {
	position: absolute;
	left: 150px;
	top: 172px;
	width: 865px;
	height: 510px;
	z-index: 1;
	overflow: auto;
}

#menue {
	position: absolute;
	left: 2px;
	top: 123px;
	width: 138px;
	height: 510px;
	z-index: 2;
	overflow: auto;
}

#footer {
	position: absolute;
	left: 0px;
	top: 700px;
	width: 1008px;
	height: 38px;
	z-index: 3;
}

body {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
}

table {
	
}

td {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
}

#kopf {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 250px;
	height: 100px;
}

#kopf_innen {
	position: absolute;
	left: 95px;
	top: 78px;
	width: 150px;
	height: 22px;
}

.rechnung {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.absender {
	font-family: Arial;
	font-size: 8px;
	font-style: normal;
	text-decoration: underline;
}

.headline {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.table-Headline {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	background-color: #CCCCCC
}

a {
	font-family: Arial;
	font-size: 9px;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 9px;
	text-align: left;
	color: #000000;
	text-decoration: underline;
}
.anwesend {
	font-family: Arial;
	font-size: 9px;
	text-align: left;
	color: black;
	font-style: italic;
}

.anwesend:hover {
	font-family: Arial;
	font-size: 9px;
	text-align: left;
	color: black;
	font-style: italic;
	text-decoration: underline;
}

.erster {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}

.fett {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.kusiv {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
}

.Formular {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.FormularHeadline {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006600;
	text-align: center;
}

.head_underline {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#dienste td {
	border-collapse: collapse;
	border-bottom: 1px solid #000000;

}

.tabelle-rahmen-dotted {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	text-align: center;
	border-collapse: collapse;
	border: 1px dotted #000000;
}

.tabelle-rahmen-solid {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #000000;
}

.besetzt {
	background-color: green;
}

.nicht_besetzt {
	background-color: red;
}

.san-head {
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
}
