HTML, body
{
	Width: 100%;
	Height: 100%;
	Margin: 0;
}
/* Hoehen und Breiten */

TABLE.maintable {
	Height: 100%;
	Border-Collapse: collapse;
	background-position: left top;
	background-image: url(../bilder/banner2.gif);
	background-repeat: no-repeat;	
}

.h100proz {
	height: 100%;
	border-collapse: collapse;
	text-align: center;
}

/* Tabellen */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Zellenausrichtung */
td.mittig {
	text-align: center;
	vertical-align: middle;
}
td.links {
	text-align: left;
	vertical-align: top;
}
td.rechts {
	text-align: right;
	vertical-align: top;
}
td.mitte {
	text-align: center;
	vertical-align: top;
}

tr.mittig {
	text-align: center;
	vertical-align: middle;
}
tr.links {
	text-align: left;
	vertical-align: top;
}
tr.rechts {
	text-align: right;
	vertical-align: top;
}
tr.mitte {
	text-align: center;
	vertical-align: top;
}

/* Schriftgroessen in den Tabellen */

td.klein {
	font-size: 10px;
}

td.gross {
	font-size: 14px;
}

/* Links */

a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Links im Menu */

a.menu {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	text-decoration: none;
}

a.menu:visited {
	text-decoration: none;
}

a.menu:active {
	text-decoration: none;
	color: #333333;
}

a.menu:hover {
	text-decoration: none;
	color: #666666;
}

/* Design */
.menu_down
{
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(../bilder/y-richtung.gif);
}

.menu_right {
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../bilder/x-richtung.gif);
}

.banner {
	background-position: left top;
	background-image: url(../bilder/banner2.gif);
}

/* Formmailer und Gaestebuch */
.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/* Scrollbar im Formular */
	scrollbar-base-color:#FFFFFF;
  	scrollbar-3d-light-color:#FFFFFF;
  	scrollbar-arrow-color:#000000;
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#000000;
  	scrollbar-shadow-color:#000000;
  	scrollbar-track-color:#FFFFFF;

}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}