

#HEADER {
	display: block;
	width: 960px;
	height: 324px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/* border: 1px solid Red; */
}

#HEADER .logo {
	position: relative;
	float: left;
	display: block;
	top: 60px;
	width: 330px;
	height: 260px;
	/* border: 1px solid Red; */
}
/*
#HEADER span.motto {
	position: relative;
	top: 27px;
	left: 60px;
	font-size: 1.2em;
	color: #BBEDFC;
}
*/
#HEADER span.lang {
	position: relative;
	/*float: right;*/
  	left: -210px;
	top: 30px;
	color: #66760D;
	font-size: 0.7em;
}

#HEADER span.lang a {
	color: Gray;
}

#HEADER span.lang a:hover {
	color: #A52550;
}

#HEADER span.lang a.act {
	color: #A52550;
}

#HEADER .hleft .menubg {
	display: block;
	position: relative;
	float: left;
	top: 64px;
	/*left: -264px;*/
	width: 960px;
	height: 60px;
	background: Black;
}

#HEADER .hright {
	position: relative;
	display: block;
	width: 626px;
	height: 322px;
	float: right;
	top: -320px;
	/* border: 1px solid red; */
}

/*------------------ top -------------------- */
#HEADER .hright .top {
	position: relative;
	display: block;
	width: 626px;
	height: 40px;
	top: 34px;
	padding-left: 0px;
}

#HEADER .hright .top ul {
	display: inline-block;
}

#HEADER .hright .top ul li {
	display: inline;
	float: left;	
	text-align: center;
	margin-right: 10px;
	border-right: 2px solid #D3D3D3;
}

#HEADER .hright .top ul li a {
	display: block;
	font-size: 0.7em;	
	font-weight: bolder;
	color: #D3D3D3;	
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	/*border-right: 2px solid #D3D3D3;*/
}

#HEADER .hright .top ul li:last-child {
	border-right: none;
}

#HEADER .hright .top ul li a:hover {
	color: White;
}

#HEADER .hright .top ul li a.act {
	color: White;	
}




/*------------------ end top -------------------- */

#MENU {

	float: left;
	top: -200px;
	left: 7px;
	display: block;
	width: 960px;
	height: 62px;
	background: url(../img/bg-menu.png) no-repeat;
	/* border: 1px solid yellow; */
}

#MENU ul {
	display: inline-block;
	width: 942px;
	margin: 20px 0px 0px -40px;
	/* border: 1px solid red; */
}

#MENU ul li {
	display: inline;
	float: left;
	font-size: 0.7em;
	font-weight: bolder;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 2px solid #D3D3D3;
	text-align: center;
}

#MENU ul li:last-child {
	border-right: none;
	margin-right: 0px;
}

#MENU ul li a {
	display: block;
	padding: 3px 19px;
	color: #D3D3D3; 
	text-decoration: none;
	}
	
#MENU ul li a:hover {
	color: White;
	border-bottom: 2px solid #A52550;
}

#MENU ul li a.active {
	color: White;
	border-bottom: 2px solid #A52550;
}
/*======================== END MENU ======================= */


#MIDD {
	/*position: relative;*/
	display: block;
	width: 960px;
	height: 186px;
	/*background: url(../img/bg-midd.png) repeat-x;*/
	background: #333333; 
	margin: 80px 0px 0px 0px;
}

#MIDD .card {
	position: relative;
	display: block;
	float: left;
	width: 262px;
	height: 170px;
	top: -250px;
	margin-right: 40px;
}

#MIDD .card p {
	margin-top: 10px; 
	padding: 0px 5px 0px 5px;
	font-size: 0.65em;
	color: Black;
}

#MIDD .card p.nadp {
	font-size: 1.0em;
	color: White;
	margin-left: 10px;
	margin-bottom: 26px;
	text-decoration: underline;
}

#MIDD .card p.href a {
	float: right;
	padding-top: 2px;
	padding-right: 10px;
	color: White;
}

#MIDD .card:first-child {
	margin-left: 40px;
}

#MIDD .card:last-child {
	margin-right: 0px;
}

#A {
	background: url(../img/bg-3d-print.png) no-repeat;
}

#B {
	background: url(../img/bg-prototypy.png) no-repeat;
}

#C {
	background: url(../img/bg-formy-a-dily.png) no-repeat;
}



/*======================== END MIDD ======================= */


#MAIN {
	/*position: relative;
	top: -145px;
	left: ; */
	display: block;
	width: 956px;
	background: White;
	min-height: 660px;
	height: auto;
}

#MAIN .clear {
	clear: both;
}

.mainbott {
	position: relative;
	top: -145px;
	left: ;
	display: block;
	width: 960px;
	height: 11px;
}

#LEFT {
	display: block;
	width: 220px;
	float: left;
	margin-top: -240px;
	border-right: 1px dotted #999999;
}

#LEFTMENU {
	display: block;
	width: 240px;
	min-height: 300px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 1px;
	margin: 7px 0px 0px 7px;
}

#LEFTMENU ul.menu {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
}

#LEFTMENU ul.menu li {
	
}

#LEFTMENU ul.menu li a {
	display: block;
	width: 205px;
	padding: 5px 0px 2px 10px;
	color: #666666;
	text-decoration: none;
	border-bottom: 2px solid #82B7F2;
}

#LEFTMENU ul.menu li a:hover {
	color: #122546;
	border-bottom: 2px solid #122546;
}

#LEFTMENU ul.menu li a.active {
	color: #122546;
	border-bottom: 2px solid #122546;
}

#LEFTMENU img.leftmenutop {
	position: relative;
	top: 0px;
	left: -2px;
}

ul.sub {
	display: block;
	width: 220px;
	left: 190px;
	top: 50px;
	background: #FAFAFA;
	position:absolute; 
	visibility:hidden;
	margin: 0px;
	margin-top: 0px;
	margin-left: 50px;
	padding-left: 0px;
	padding-bottom: 4px;
	border: 1px solid Gray;
}

ul.sub li {
	display: block;
	list-style: none;
	text-align: left;
	width: 80px;
	font-size: 10px;
	height: 24px;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	/*border: 1px solid Lime;*/
}

ul.sub li a {
	display: block;
	width: 124px;
	height: 20px;
	color: Gray;
	border-bottom: 1px dashed #DFDFDF;
	/*border: 1px solid blue;*/
}

#LEFTMENU ul.menu li ul.sub li a:hover {
	background: #DFDFDF;
	color: #4C9BEF;
	border-bottom: 2px solid #122546;
	/*border: 1px solid blue;*/
}

ul.sub li a:hover {
	color: Red;
}

ul.menu li:hover ul.sub, ul.menu li.hover ul.sub 
{ 
visibility:visible; 
} 

img.leftmenubott {
	position: relative;
	top: ;
	left: 6px;
}

img.mmore {
	float: right;
	margin-top: 1px;
}

#LEFT p {
	font-size: 0.7em;
	margin-left: 30px;
}

#LEFT p.fastcon {
	color: #A52550;
}

#LEFT p.fastcong {
	color: #27694A;
}

#LEFT p img.highslide {
	margin: 0px;
}

#RIGHT {
	display: block;
	width: 680px;
	min-height: 500px;
	margin-right: 15px;
	margin-top: -240px;
	float: right;
}

#RIGHT p {
	font-size: 0.75em;
	text-align: justify;
	color: #081244;
	padding-bottom: 15px;
}

#RIGHT p a {
	padding: 2px;
	color: #A52550;
}

#RIGHT p a:hover {
	color: Black;
	background: #A52550;
}

#RIGHT p a[href$=".pdf"] {
	background: url(../img/pdfko.gif) no-repeat right center;
	padding-right: 20px;
}

#RIGHT p a[href$=".xls"] {
	background: url(../img/xlsko.gif) no-repeat left center;
	padding-left: 20px;
}

#RIGHT hr.hr {
	height: 4px;
	border: 1px dotted #AAA;
	border-width: 1px 0;
	color: #FFF;
}

img.imgr {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	padding: 2px;
	border: 1px solid #A52550;
}

img.imgl {
	float: left;
	margin-right: 10px;
}

#RIGHT p a.more {
	float: right;
	color: #A52550;
	padding-left: 20px;
	margin: 20px 10px 0px 0px;
	background: url(../img/arrow-more.png) no-repeat bottom left;
}

#RIGHT p a.more:hover {
	color: #66760D;
}

#RIGHT ul {
	font-size: 0.75em;
}

#RIGHT ul ul {
	font-size: 1.0em;
}

#RIGHT ol {
	font-size: 0.75em;
}

#RIGHT ul.mapa {
	list-style: none;
	font-size: 1.0em;
}

#RIGHT table {
	font-size: 0.8em;
	border: 2px solid #EAEAEA;
}

#RIGHT table tr:nth-child(2n+1) {
	background: #EAEAEA;
}

#RIGHT table tr:nth-child(2n) {
	background: #F5F5F5;
}

form.con legend {
	color: #A52550;
	font-size: 0.9em;
	font-weight: bolder;
}

ul.mapa li {
	padding-left: 20px;
	background: url(../img/bg-ul-map.gif) no-repeat top left;
	margin-bottom: 10px;
}

ul.mapa li a {
	color: #081244;
	font-weight: bolder;
}

ul.mapa li a:hover {
	color: #A52550;
}

ul.mapa li ul {
	list-style: none;
	padding-left: 0px;
}

ul.mapa li ul li {
	margin-bottom: 0px;
}

ul.mapa li ul li a {
	font-size: 0.8em;
	font-weight: normal;
}

table.info {
	border-collapse: collapse;
	border: 1px solid #999999;
	font-size: 0.75em;
}

table.info tr {
	border-bottom: 1px solid #999999;
}

table.info td {
	padding: 4px;
}

table.info td.blue {
	font-weight: bolder;
	color: #122546;
	vertical-align: top;
}

#FOOTER {
	position: relative;
	display: block;
	width: 954px;
	height: 60px;
	clear: both;
	border-top: 1px solid #DFDFDF;
	margin-top: 10px;
}

#FOOTER p {
	text-align: center;
	font-size: 0.75em;
	color: #122546;
}

#FOOTER p a {
	color: #4C9BEF;
}

#FOOTER p a:hover {
	color: #122546;
}