@charset "iso-8859-2";
/* CSS Document */
* html body{
	overflow: hidden;
	height: 100%;
}
body {
	margin: 0;
	padding: 80px 0 25px 0;
	background-color: #FFFFFF;
	font-family: Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
td.redlogin {
	background-color: #892034;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
td.red {
	background-color: #892034;
	color: #FFFFFF;
}
td.green {
	background-color: #9BB08E;
	color: #FFFFFF;
}
a, td, th {
	font-family: Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.menu {
	color: #000000;
	text-decoration: none;
}
a.submenu {
	color: #000000;
	text-decoration: none;
}
a.themelink {
	color: #892034;
	text-decoration: none;
}
a.themelink:hover {
	color: #892034;
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}
td.menu {
	color: #000000;
	font-weight: bold;
	padding: 6px;
	background-repeat: no-repeat;
	background-position: left center;
}
td.menu1hl {
	background-image: url(images/bg_menu1line_red.jpg);
}
td.menu2hl {
	background-image: url(images/bg_menu2line_red.jpg);
}
td.submenu {
	color: #000000;
	padding-left: 25px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: left center;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
}
p {
	text-align: justify;
}
.slogen {
	color: #9CB28C;
	font-size: 14px;
	padding-top: 2px;
}
div#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 2;
}
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 100%;
	z-index: 4;
}
div#menu {
	position: absolute;
	top: 50px;
	bottom: 25px;
	left: 0;
	height: 100%;
	width: 140px;
	z-index: 3;
}
div#content {
	margin-left: 140px;
	padding: 25px 40px 25px 25px;
	height: 100%;
	overflow: auto;
	z-index: 1;
}
@media screen {
	body>div#header {
		position: fixed;
	}
	body>div#footer {
		position: fixed;
	}
	body>div#menu {
		position: fixed;
	}
}
td.contact {
	white-space:nowrap;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #9BB08E;
}
