body, html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #697a8a;
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
}

a:link,a:active,a:visited {
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.content{
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
}
.textrot { color: #f30; font-size: 11px; font-family: Arial, arial }
.button {
	border-width: 0px;
	background-color: #697a8a;
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.input {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Arial, arial;
	font-size: 11px;
	color: #000000;
}

.header {
	height: 89px;
	background-image: url('./images/head_bg.gif');
	background-repeat: repeat-x;
	vertical-align: top;
}

.header_logo_red {
	color: #680001;
	font-size: 27px;
	font-weight: bold;
}
.header_logo_white {
	color: #ffffff;
	font-size: 27px;
	font-weight: bold;
}
.header_logo_text {
	color: #ffffff;
	font-size: 12px;
}
.header_hotline_white {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}
.header_hotline_gray {
	color: #a1b1bf;
	font-size: 19px;
	font-weight: bold;
}
.header_hotline_24h {
	color: #680001;
	font-size: 38px;
	font-weight: bold;
}
.header_hotline_line {
	font-family: verdana;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}

a.nav_active:link,a.nav_active:active,a.nav_active:visited {
	font-family: Arial, arial;
	font-size: 11px;
	color: #45535c;
	text-decoration: none;
}
a.nav_active:hover {
	text-decoration: underline;
}

a.nav_inactive:link,a.nav_inactive:active,a.nav_inactive:visited {
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.nav_inactive:hover {
	text-decoration: underline;
}

.subnav {
	border-bottom: 1px solid #8f9ba7;
	height: 26px;
	padding-left: 15px;
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
}

a.subnav:link,a.subnav:active,a.subnav:visited {
	font-family: Arial, arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.subnav:hover {
	text-decoration: underline;
}

.home_preview {
	text-align: center;
	vertical-align: middle;
	width: 90px;
	height: 90px;
	border: 1px solid #000000;
	background-color: #dde7ed;
}

a.footlink:link,a.footlink:active,a.footlink:visited {
	font-family: Arial, arial;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
a.footlink:hover {
	text-decoration: underline;
}