@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: small;
	padding: 0px;
	margin: 0px;
}
A {
	color: #6E001E;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #6E001E;
}
.title {
	color: #FFFFFF;
	background-color: #6E001E;
	font-weight: bold;
	padding-left: 3px;
}
.title2 {
	color: #6E001E;
	font-weight: bold;
}
#SELECTION {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #6E001E;
	min-width: 100px;
	max-width: 200px;
	visibility: visible;
	padding: 2px;
}
#BACKGROUND {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
#HEADER {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	background-image: url(img/box_bgv.png);
	color: #FFFFFF;
	padding-right: 20px;
	vertical-align: middle;
	text-align: right;
}
#NAVIGATION {
	position: absolute;
	color: #6E001E;
	width: 206px;
	top: 120px;
	left: 17px;
	bottom: 80px;
	text-align: center;
}
#NAVIGATION A {
	color: #6E001E;
	text-decoration: none;
}
#NAVIGATION A:hover	{
	font-weight: bold;
}
#NAVIGATION .head {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E001E;
	padding: 2px;
}
#NAVIGATION .head A {
	color: #FFFFFF;
	text-decoration: none;
}
#NAVIGATION .head A:hover	{
	text-decoration: underline;
}
#CONTENT {
	position: absolute;
	top: 120px;
	left: 240px;
	right: 240px;
	bottom: 80px;
}
#SEARCH {
	position: absolute;
	width: 200px;
	top: 120px;
	right: 20px;
	height: 280px;
}
#FOOTER {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	background-image: url(img/box_bgv.png);
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px;
}
#MENUE {
	position: absolute;
	top: 4px;
	left: 6px;
	color: #FFFFFF;
	float:left;
}
#MENUE A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#MENUE A:hover	{
	text-decoration: underline;
}
.box_hl {
	position: absolute;
	background-image: url(img/box_hl.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.box_hc {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 0px;
	left: 20px;
	right: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_hr {
	position: absolute;
	background-image: url(img/box_hr.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
.box_hlv {
	position: absolute;
	background-image: url(img/box_hlv.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.box_hcv {
	position: absolute;
	background-image: url(img/box_bgv.png);
	top: 0px;
	left: 20px;
	right: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_hrv {
	position: absolute;
	background-image: url(img/box_hrv.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
.box_content {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: auto;
}
.box_contentv {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
}
.box_fl {
	position: absolute;
	background-image: url(img/box_fl.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	width: 20px;
	height: 20px;
	bottom: 0px;
}
.box_fc {
	position: absolute;
	background-image: url(img/box_bg.png);
	left: 20px;
	right: 20px;
	bottom: 0px;
	height: 20px;
}
.box_fr {
	position: absolute;
	background-image: url(img/box_fr.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	width: 20px;
	height: 20px;
	bottom: 0px;
}