body {
	background: white;
	color: black;
	border: 0px;
	margin: 40px;
	padding: 0px;
	scrollbar-arrow-color: white;
	scrollbar-base-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color: gainsboro;
	scrollbar-highlight-color: gainsboro;
	scrollbar-3dlight-color: gainsboro;
	scrollbar-darkshadow-color: gainsboro;
	scrollbar-shadow-color: white;
}

table {
	table-layout: fixed;
	border-collapse: collapse; /* separate; */
	empty-cells: show;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

tr {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

th {
	vertical-align: bottom;
	text-align: left;
	height: 100px;
	color: black;
	background: gainsboro;
	border-right: 1px solid white;
	margin: 0px;
	border-bottom: 10px solid white;
	padding: 0px;
	padding-bottom: 15px;
	padding-left: 20px;

}


.logo {
	color: white;
	background:url(logo.jpg) no-repeat top left;
}

.bild1 {
	background:url(index.jpg) no-repeat top left;
}

.bild2 {
	background:url(index.jpg) no-repeat top left;
}

.bild3 {
	background:url(impressum.jpg) no-repeat top left;
}

.aktiv {
	color: black;
}

td {
	vertical-align: top;
	color: black;
	background: beige;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 20px;
	padding-bottom: 30px;
}

.extra {
	color: black;
	background: gainsboro;
}

.leicht {
	text-align: right;
	color: gainsboro;
	background: white;
}

.assistent {
	background: beige;
	color: black;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

input, textarea, select, option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	background: white;
	border:1px solid black;
}

.knopf {
	color: white;
	background: #CEC88A;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

a:hover { color: black; }
a:active { color: black; }
a:visited { color: black; }
a { color: black; }

