@charset "UTF-8";


@font-face {
    font-family: 'Neuropol';
    src: url('neuropol-webfont.eot');
    src: url('neuropol-webfont.eot?#iefix') format('embedded-opentype'),
         url('neuropol-webfont.woff') format('woff'),
         url('neuropol-webfont.ttf') format('truetype'),
         url('neuropol-webfont.svg#NeuropolRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	
	height: 100%;
}


h1 {
	font-family: Helvetica , Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../img/background.png);
	background-repeat:repeat;
	background-position:top;
	
	height: 100%
}

a {
	text-decoration: none;	
}

#clearBoth {
	clear:both;
}

/* -------------------- MAIN CONSTRUCTORS -------------------- */

#bgrGradient {
	position: absolute;
	background-image:url(../img/background_gradient.png);
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}

#construct {
	position: relative;
	margin:  auto;
	width: 1000px;
	min-height: 100%;
	background-image:url(../img/main_bgr.png);
	background-repeat:repeat;
	background-position:top;
	-moz-box-shadow: 0px 0px 5px 5px #888;
	-webkit-box-shadow:  0px 0px 5px 5px #888;
	box-shadow: 0px 0px 5px 5px #888;
	z-index: 2;
}

#boxes {
	position: absolute;
	left: 5px;
	top: 20px;
	bottom: 10px;
	width: 40px;
	background-image:url(../img/boxes_left.png);
	background-repeat:repeat-y;
	background-position:top;
	z-index: 50;
}

/* -------------------- HEADER -------------------- */

#header {
	position: relative;
	width: 1000px;
	height: 85px;
	top: 10px;
	background-image:url(../img/header_bgr.jpg);
	z-index: 5;
}

#header .logoContainer {
	position: absolute;
	padding-top: 10px;
	left: 100px;
	z-index: 10;
}

#header .line {
	position: absolute;
	top: 70px;
	left: 70px;
	width: 900px;
	height: 1px;
	background-color: #000;
	opacity: 0.4;
	z-index: 10;
}

#header .flagContainer {
	position: absolute;
	width: 45px;
	height: 70px;
	top: 10px;
	right: 35px;
	z-index: 10;
	line-height: 0px;
}

#header .flagContainer img {
	border: 0;
	margin-bottom: 10px;
}

#header .languageContainer {
	position: absolute;
	width: 45px;
	height: 70px;
	top: 10px;
	left: 760px;
	z-index: 10;
	line-height: 0px;
}
#header .goog-te-gadget-simple {
	background:none;
	border: none;
}

#header .twitter {
	position: absolute;
	top: 10px;
	left: 920px;
	z-index: 5;
	opacity: 0.9;
}
#header .twitter:hover {
	opacity: 1;
}

/* -------------------- MENU -------------------- */

#menuContainer {
	position: relative;
	left: 70px;
	height: 70px;
	width: 905px;
	top: 20px;
	z-index: 10;
}

#menuContainer ul {
	padding: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;	
	height: 70px;
	width: auto;
	border-color: #999;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	
}

#menuContainer li {
	position: relative;
	display: block !important;	
	float: left;
	height: 59px;
	padding-top: 11px;
	font-family: 'Neuropol';
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin-right: 13px;
	text-decoration: none !important;
	z-index:12;
}

#menuContainer li.current-menu-item {
	background-image:url(../img/menu_bgr.png);
}

#menuContainer li a {
	color: #000;	
}

#menuContainer li:hover {
	background-image:url(../img/menu_bgr.png);
}

#menuContainer li.active {
	background-image: url(../img/menu_bgr.png);
}

.auxMenuContainer {
	margin-top: 1px;
	height: 50px;
	overflow: hidden;
	left: 0px;
}

.auxmenu {
	position: relative;
	width: 900px;
	margin-left: 70px;
	top: 25px;
	height: 20px;
	border-color: #999;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;	
}


.auxmenu ul {
	margin: 0;
	padding: 0px;
}

.auxmenu li {
	display: inline;
	padding: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color:#069;
}

.auxmenu li a:hover {
	color: #000;
}

.auxmenu li a.active {
	color: #000;
	font-weight:bold;
}

.auxmenu li.current-menu-item {
	color: #000;
	font-weight:bold;
}

/* -------------------- CONTENT -------------------- */

.adClmnVertical {
	position: absolute;
	width: auto;
	height: auto;
	top: 10px;
	padding: 0px;
	display: none;
}

.newsletter-mail {
	width: 163px;
}

/* -------------------- CONTENT -------------------- */

#content {
	position: relative;
	margin-top: 10px;
	padding-bottom: 70px;
	padding-right: 35px;
	padding-left: 75px;
	width: 890px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#000;	
	z-index: 10;
}

#content ul {
	margin-bottom: 10px;	
}

#content li {
	list-style: disc;
}

.indexPanel1 {
	position: relative;
	width: 900px;
	height: auto;
}

.indexPanel1 .eliska {
	float: left;
	width: 210px;	
}

.indexPanel1 .text {
	width: 490px;
	float: left;
	margin-left: 10px;
}

.indexPanel1 .links {
	margin-left: 10px;
	width: 170px;
	float: left;
}

.indexPanel2clmn {
	position: relative;
	width: 600px;
	float: left;
}

.panel2line {
	margin-top: 30px;
	position:relative;
	height: 1px;
	width: 600px;
	background-color: #000;
	opacity: 0.4;
	margin-bottom: 5px;
}

.indexPanel2 {
	position: relative;
	width: 590px;
	padding-left: 5px;
	padding-right: 5px;
}

.indexPanel3clmn {
	position: relative;
	width: 280px;
	float: left;
	margin-left: 10px;
}

.panel3line {
	position:relative;
	height: 1px;
	width: 280px;
	background-color: #000;
	opacity: 0.4;
	margin-top: 30px;
	margin-bottom: 5px;
}

.indexPanel3 {
	position: relative;
	width: 270px;
	padding-left: 5px;
	padding-right: 5px;
}

.panel4line {
	position:relative;
	height: 1px;
	width: 890px;
	background-color: #000;
	opacity: 0.4;
	margin-top: 30px;
	margin-bottom: 5px;
}

.indexPanel4 {
	position: relative;
	width: 890px;
	background-image:url(../img/header_bgr.jpg);
	height: auto;	
	left: -75px;
	padding-left: 75px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.indexPanel4 li {
	margin-left: 300px;
}




/* -------------------- FOOTER -------------------- */

#footer {
	position: absolute;
	left: 70px;
	right: 30px;
	bottom: 0px;
	font-family: 'Neuropol';
	font-size: 10px;
	color: #333;
	text-align:center;
	padding: 5px;
	border-color: #999;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	z-index: 10;
}

#footer a:link {
	color: #069;	
}

#footer a:hover {
	color: #00F !important;	
}

#footer a:visited {
	color: #069;	
}