@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	background-color:#E1E1E1;
	}
	
/***** HEAD *****/	
	
.head_logo {
	background-image:url(head/head-logo-2_fl.png);
	width:160px;
	height:160px;
}

.head_VTS {
	background-image:url(head/head-3-red_hu_fl.png);
	background-repeat:no-repeat;
	width:775px;
	height:125px;
}

.head_VTS_SK {
	background-image:url(head/head-3-red_sk_fl.png);
	background-repeat:no-repeat;
	width:775px;
	height:125px;
}

.head_VTS_EN {
	background-image:url(head/head-3-red_en_fl.png);
	background-repeat:no-repeat;
	width:775px;
	height:125px;
}

.sidebar {
	background-image:url(head/sidebar-bg_fl.png);
	background-repeat:repeat-y;
	width:160px;
	vertical-align:top;
}

.border-R {
	background-image:url(head/border-R2_fl.png);
	background-repeat:repeat-y;
	width:10px;
}
.border-D {
	background-image:url(border-D_fl.png);
	text-align:center;
	background-repeat:repeat-x;
	height:30px;
	vertical-align:middle;
	color:#FFF;
}
.border-D-L {
	background-image:url(border-D-L_fl.png);
	background-repeat:no-repeat;
	width:160px;
	height:30px;
}
#sidebarmenu a:link, #sidebarmenu a:visited {
	text-decoration:none;
	color:#000;
	width:160px;
	height:30px;
	display:block;
	padding-top:7px;
}
#sidebarmenu a:hover {
	color:#FFF;
	font-weight:bold;
	background-image:url(menu/sidebarmenu-bg_fl.png);
	background-repeat:no-repeat;
	padding-top:7px;
}
#sidebarmenuAct a:link, #sidebarmenuAct a:visited {
	color:#FFF;
	font-weight:bold;
	background-image:url(menu/sidebarmenu-bg-act_fl.png);
	background-repeat:no-repeat;
	padding-top:7px;
	display:block;
	width:160px;
	height:30px;
}
#topmenu a:link, #topmenu a:visited {
	color:#FFF;
	background:#000;
	text-decoration:none;
	display:block;
	text-align:center;
}
#topmenu a:hover {
	background:#CCC;
	color:#000;
}


/*****  ContactBox  *****/
.cbox-head {
	background-image:url(cbox-head_fl.png);
	background-repeat:no-repeat;
	width:200px;
	height:20px;
	color:#FFF;
	font-weight:bold;
}

.cbox {
	background-image:url(cbox_fl.png);
	background-repeat:repeat-y;
	width:200px;
	color:#FFF;
	vertical-align:top;
}
	
