
body, html {
	height: 100%;
	width: 100%;
}

/* Mouseover for links! */

a:link {
	text-decoration: none;
	color: #000064;
}
a:active {
	text-decoration: underline;
	color: #640000;
}
a:visited {
	text-decoration: none;
	color: #005000;
}
a:hover {
	text-decoration: underline;
	color: #0E3B57;
}


/* BODY */

body,td,th {
	font-family: trebuchet, Trebuchet MS, Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	margin: 0px;
}


/* MAINFRAME */

.mainframe {
	height: 100%;
	width: 100%;
	padding: 0px;
	border: 0px none;
}


/* MAINFRAME_AREA */

.area_shadow_top_left {
	background: url(area_shadow_top_left.png) no-repeat right bottom !important;
	background: url(area_shadow_top_left.gif) no-repeat right bottom;
}

.area_shadow_top_tile {
	background: url(area_shadow_top_tile.png) repeat-x left bottom !important;
	background: url(area_shadow_top_tile.gif) repeat-x left bottom;
}

.area_shadow_top_right {
	background: url(area_shadow_top_right.png) no-repeat left bottom !important;
	background: url(area_shadow_top_right.gif) no-repeat left bottom;
}

.area_shadow_tile_left {
	background: url(area_shadow_tile_left.png) repeat-y right top !important;
	background: url(area_shadow_tile_left.gif) repeat-y right top;
}

.area {
	/* text-align: center; */
	/* vertical-align: top; */
	padding: 0px;
	border: 1px solid #000000;
	background: #e5e5e5 url(bg_area.jpg) repeat-y left top;
}

.area_shadow_tile_right {
	background: url(area_shadow_tile_right.png) repeat-y left top !important;
	background: url(area_shadow_tile_right.gif) repeat-y left top;
}

.area_shadow_bottom_left {
	background: url(area_shadow_bottom_left.png) no-repeat right top !important;
	background: url(area_shadow_bottom_left.gif) no-repeat right top;
}

.area_shadow_bottom_tile {
	background: url(area_shadow_bottom_tile.png) repeat-x left top !important;
	background: url(area_shadow_bottom_tile.gif) repeat-x left top;
}

.area_shadow_bottom_right {
	background: url(area_shadow_bottom_right.png) no-repeat left top !important;
	background: url(area_shadow_bottom_right.gif) no-repeat left top;
}


.area table#content {
	margin: 0px; /* oben rechts unten links */
	width: 935px;
	height: 100%;
	padding: 0px; /* oben rechts unten links */
	text-align: left;
	vertical-align: top;
}

.area table#content table#firmengruppe{
	margin: 0px 30px 30px 30px; /* oben rechts unten links */
}

.area table#content table#firmengruppe td {
	padding: 0px 15px 0px 15px; /* oben rechts unten links */
}


.area table#content table#navigation{
	margin: 0px 30px 30px 30px; /* oben rechts unten links */
}

.area table#content table#navigation td {
	padding: 0px 10px 10px 0px; /* oben rechts unten links */
}


h1, h2, h3, h4, h5, h6, p, ul, ol {
	/* margin-bottom: 10px; SELFHTML Tip */
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	/* padding: 0px 0px 0px 0px; oben rechts unten links */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Bitstream Vera Sans, Trebuchet, Trebuchet MS, Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	color: #444;
}



