* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	font: 14px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

/* globals */

div {
	text-align: left;
	font: 14px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
}

div.clear {
	clear: both;
}

a {
	color: #393217;
	text-decoration: none;
}

ul {
	margin-left: 15px;
}

h3 {
	font: 14px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B9FD7;
	margin-bottom: 7px;
}

/* container */

div#container {
	position: relative;
	min-height: 100%;
	min-width: 100%;
	text-align: center;
	float: left;
	background: #000000 url("../gfx/bg.gif");
}

/* graphics */
div.split {
	width: 897px;
}

div.line1 {
	height: 1007px;
	background: transparent url("../gfx/line1.png") 0px 1px no-repeat;
}

div.line2 {
	height: 992px;
	background: transparent url("../gfx/line2.png") 0px 1px no-repeat;
}

div.line3 {
	height: 992px;
	background: transparent url("../gfx/line3.png") 0px 1px no-repeat;
}

div.line4 {
	height: 991px;
	background: transparent url("../gfx/line4.png") 0px 1px no-repeat;
}

div.logo {
	width: 850px;
	height: 277px;
	background: transparent url("../gfx/head.png") no-repeat;
}

div.home_top {
	width: 897px;
	height: 250px;
	background: transparent url("../gfx/home_top.png") no-repeat;
}

div.home_bottom {
	width: 897px;
	height: 38px;
	background: transparent url("../gfx/home_bottom.png") no-repeat;
}

div.services_top_eu {
	width: 897px;
	height: 250px;
	background: transparent url("../gfx/services_top_eu.png") no-repeat;
}

div.services_top_cz, div.services_top_sk {
	width: 897px;
	height: 250px;
	background: transparent url("../gfx/services_top_cz.png") no-repeat;
}

div.services_bottom {
	width: 897px;
	height: 38px;
	background: transparent url("../gfx/services_bottom.png") no-repeat;
}

div.jobs_top {
	width: 897px;
	height: 250px;
	background: transparent url("../gfx/jobs_top.png") no-repeat;
}

div.jobs_bottom {
	width: 897px;
	height: 36px;
	background: transparent url("../gfx/jobs_bottom.png") no-repeat;
}

div.contact_top_eu {
	width: 897px;
	height: 250px;
	background: transparent url("../gfx/contact_top_eu.png") no-repeat;
}

div.contact_top_cz, div.contact_top_sk {
	width: 897px;
	height: 250px;
	background: transparent url("../gfx/contact_top_cz.png") no-repeat;
}

div.contact_bottom {
	width: 897px;
	height: 38px;
	background: transparent url("../gfx/contact_bottom.png") no-repeat;
}


/* end graphics */

div.section {
	
}

div.section_body {
	width: 100%;
	background: transparent url("../gfx/section_body.png");
}

div.section_figures {
	width: 100%;
	min-height: 235px;
	background: transparent url("../gfx/section_figures.png") bottom no-repeat;
}

div.section_content {
	padding: 20px 80px 60px 80px;
}

div#center {
	width: 897px;
	margin: 0px auto;
}


div#menu { 
	width: 850px;
	height:106px;
	bottom: 20px;
	left: 50%;
	z-index:99999;
	margin-left: -426px;
	position: fixed;
	background: transparent url("../gfx/menu.png") no-repeat;
}

div#menu ul {
	margin-top: 20px;
}

div#menu ul.menu li {
	float: left;
	list-style-type: none;
	overflow: hidden;
}

div#menu ul.menu li a {
	display: block;
	overflow: hidden;
	margin-left: 70px;
}

/* @ see lang_*.css */


div#menu ul.lang{
	margin-top: 2px;
}

div#menu ul.lang li {
	list-style-type: none;
	overflow: hidden;
}

div#menu ul.lang li a {
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
}

li#lang-eu a {
	background: transparent url("../gfx/lang_en.png");
}

li#lang-cz a {
	background: transparent url("../gfx/lang_cz.png");
}

li#lang-sk a {
	background: transparent url("../gfx/lang_sk.png");
}

div#menu ul.lang li a:hover {
	background-position: 0px -51px;
}


div.job_link_enabled {
	font-size: 14px;
	color: #3B9FD7;
	cursor: pointer;
	padding: 0px 0px 0px 36px;
	margin-bottom: 20px;
	background: transparent url("../gfx/point_gray.png") 0px 1px no-repeat;
}

div.job_link_disabled {
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	padding: 0px 0px 0px 36px;
	margin-bottom: 20px;
	background: transparent url("../gfx/point_white.png") 0px 1px no-repeat;
}

div.cooperation_link {
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	padding: 0px 0px 0px 36px;
	margin-bottom: 20px;
	background: transparent url("../gfx/point_white.png") 0px 1px no-repeat;
}

div.cooperation_link a:hover {
	color: #3B9FD7;
}

label {
	display: block;
	color: #3B9FD7;
	font: 14px Verdana, sans-serif;
	padding-top: 5px;
	padding-bottom: 0px;
}

input.text, input.file {
	width: 400px;
	height: 23px;
}

input.text, input.file, textarea.text_content {
	color: #47452f;
	font: 11px Verdana, sans-serif;
	border: 0px;
	background: #e8e8e8;
}

#email_url { display: none; }

textarea.text_content {
	width: 400px;
	height: 100px;
}

a.form_button {
	width: 148px;
	display: block;
	overflow: hidden;
	float: right;
	text-align: center;
	font: bold 14px Verdana, sans-serif;
	color: #3B9FD7;
	background: #e6e6e6 url("../gfx/button_yellow.gif") no-repeat;
	padding-top: 1px;
	padding-bottom: 2px;
}

a.form_button:hover {
	background-position: 0px -20px;
}