/* default */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	margin: 0px;
	background: #646464;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
/**/
h1, h2, h3, h4, h5, h6{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
h2, h2.box_title{
	margin: 0px 0px 5px;
	padding: 15px;
	border-left: solid 10px #22b24c;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #646464;
}
h2.box_title{
	font-size: 15px;
}
h2 a{
	text-decoration: none;
}
h2.block{
	margin: 0px 0px 5px;
	padding: 2px 0px 0px 50px;
	border: none;
	width: 142px;
	height: 20px;
	background: url(../frame/h2_bg.gif) no-repeat;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
h2.block a{
	display: block;
	color: #fff;
	text-decoration: none;
}
h2.block a:hover{
	color: #fff;
	text-decoration: underline;
}
h3{
	margin: 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #22b24c;
}
h4{
	margin: 0px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #7a7a7a;
}
h5{
	margin: 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #22b24c;
}
hr{
	border: none;
	border-bottom: solid 1px #22b24c;
	height: 1px;
}
p{
	margin: 0px 0px 15px;
}
a{
	color: #676767;
	text-decoration: underline;
}
a:hover{
	color: #22b24c;
}
a.more{
	display: block;
	float: right;
	padding: 1px 0px 0px 25px;
	width: 85px;
	height: 14px;
	background: url(../frame/arrow_more.gif) no-repeat #646464;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}
a.more:hover{
	background: url(../frame/arrow_more.gif) no-repeat #8a8a8a;
	color: #fff;
}
a.back{
	font-weight: bold;
	color: #22b24c;
	text-decoration: none;
}
a.back:hover{
	color: #676767;
	text-decoration: underline;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	list-style-type: square;
}
li{
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}

/* form elements */
input.button, input.boxbutton{
	width: auto;
	overflow: visible;
	margin-bottom: 7px;
	padding: 0px 10px;
	width: auto;
	height: 19px;
	background: #7a7a7a;
	border: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
input.boxbutton{
	width: 125px;
}
input.button:hover, input.boxbutton:hover{
	background: #acacac;
}
input.boxtext{
	margin-bottom: 7px;
	padding: 1px 2px;
	width: 119px;
	height: 15px;
	background: transparent;
	border: solid 1px #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
}
input.text{
	margin-bottom: 7px;
	padding: 1px 2px;
	width: 248px;
	height: 15px;
	background: #fff;
	border: solid 1px #646464;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #333;
}


/* header */
#container_header{
	width: 100%;
	height: 213px;
	background: url(../frame/cont_header_outside.gif) repeat-x;
}
#cont_header{
	margin: 0px auto;
	position: relative;
	width: 980px;
	height: 213px;
}
#cont_header .header{
	position: absolute;
	left: 0px;
	top: 49px;
	width: 980px;
	height: 164px;
	background: url(../frame/cont_header.gif) no-repeat;
}
#cont_header .header a{
	position: absolute;
	top: 34px;
	right: 0px;
	display: block;
	width: 305px;
	height: 92px;
}
#cont_header .header a span{
	display: none;
}
#cont_header .contact_mail{
	position: absolute;
	top: 5px;
	right: 0px;
	width: 140px;
}
#cont_header .contact_mail a{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#cont_header .contact_mail a:hover{
	text-decoration: underline;
}
#cont_header .language{
	position: absolute;
	top: 0px;
	right: 192px;
	padding: 2px 8px 0px 0px;
	width: 270px;
	height: 19px;
	background: #22b24c;
	border-bottom: solid 28px #dcdcdc;
	text-align: right;
	font-size: 10px;
	color: #fff;
}
#cont_header .language a{
	color: #fff;
	text-decoration: none;
}
#cont_header .language a.active{
	font-weight: bold;
}
#cont_header .language a:hover{
	text-decoration: underline;
}

/* footer */
#container_footer{
	width: 100%;
	background: #646464;
	text-align: center;
}
#cont_footer{
	margin: 0px auto;
	position: relative;
	width: 980px;
	height: 70px;
	text-align: left;
}
#fps{
	position: absolute;
	bottom: 5px;
	left: 51px;	
	color: #fff;
	font-size:10px;
}
#cont_footer img.mecha_logo{
	position: absolute;
	top: 10px;
	left: 50px;
}
#cont_footer img.mo_logo{
	position: absolute;
	top: 1px;
	right: 8px;
	width: 300px;
	height: 50px;
}
#cont_footer a{
	color: #fff;
	text-decoration: none;
}
#cont_footer a:hover{
	text-decoration: underline;
}
#cont_footer .contact_data_1, #cont_footer .contact_data_2{
	position: absolute;
	top: 10px;
	left: 210px;
	padding-left: 12px;
	width: 265px;
	border-left: solid 1px #fff;
	font-size: 10px;
	color: #fff;
}
#cont_footer .contact_data_2{
	left: 440px;
}

/* content */
#big_container{
	width: 100%;
	background: url(../frame/background.gif) repeat-x #fff;
	text-align: center;
}
#container{
	margin: 0px auto;
	width: 980px;
	background: url(../frame/white_bg.gif) repeat-y;
	text-align: left;
}

/* messages */
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 10px;
	border: solid 1px #CC0000;
	border-left: solid 7px #CC0000;
	font-weight: bold;
	color: #CC0000;
}
.success{
	border: solid 1px #22B24C;
	border-left: solid 7px #22B24C;
	color: #22B24C;
}
.notice{
	border: solid 1px #C4D899;
	border-left: solid 7px #C4D899;
	color: #646464;
}

/* pager */
.fps_nav {
	position: relative;
	width: 516px;
	margin: 16px 0px;
	font-size: 9px;
	font-weight: normal;
}
.fps_nav .nav_row{
	position: relative;
	padding: 4px 0px;
	width: 516px;
}
.fps_nav .pager_left{
	padding: 1px 0px;
	float: left;
	width: 130px;
}
.fps_nav .pager_right{
	padding: 1px 0px;
	float: right;
	width: 130px;
	text-align: right;
}
.fps_nav .pager_center{
	position: absolute;
	top: 2px;
	left: 130px;
	padding: 4px 0px;
	width: 256px;
	text-align: center;
}
.fps_nav a{
	margin: 1px;
	padding: 0px 2px;
	border: solid 1px #646464;
	background: #7a7a7a;
	color: #fff;
	text-decoration: none;
}
.fps_nav a:hover{
	background: #DCDCDC;
	color: #646464;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #DCDCDC;
	color: #646464;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #7a7a7a;
	color: #fff;
}
.fps_nav b{
	margin: 1px;
	padding: 0px 2px;
	border:1px solid #008831;
	background: #fff;
	color: #008831;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #008831;
}

/* window */
.fps_window{
	position: absolute;
	width: 500px;
	border: solid 5px #646464;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px;
	padding: 0px 60px 0px 10px;
	width: 430px;
	height: 25px;
	background: #646464;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: move;
}
.fps_window .fps_windrag b{
	color: #fff;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../frame/win_close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px 20px;
	width: 460px;
	background: #fff;
	font-size: 12px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}
a.fps_checkradio {
	text-decoration: none;
}

a.fps_checkradio:hover {
	text-decoration: none;
}
