html, body {
	margin: 0;
	height: 100%;
	
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {	
	text-align: justify;
}

#header p {
	text-align: left;
}

 div.loading-invisible{
   display:none;
 }

 div.loading-visible{
   display:block;
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
z-index: 100;
cursor: wait;
 }

#loading .anim {
	background: url('../img/loading_bg.png');
	height:50px;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	position:absolute;
	top:50%;
	width:50px;
}

#loading .anim img {
	margin: 7px;
}


h1, h2, h3, h4, h5, p, form, ul, li, img {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

/*
h1
{
	margin-bottom: 1em;
}

h2
{
	margin-bottom: .5em;
}
*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	
	overflow: hidden;
}

body {	
}

.page-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -68px auto;
	width: 950px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px !important;
}

.w-line {
	height: 2px;
	
	background: #fff;
	overflow: hidden;
}

.separator {
	padding: 0 12px;
}

.push { /* has to be same height as footer */
	height: 92px;
}




/*	HEADER	*/
#header {
	background: #333;
}

#header .inner {
	width: 900px;
  	height: 60px;
	padding: 0 30px;
	margin: auto;
  position: relative;
}

#header .menu .inner {
	height: 30px;
}

#header .inner table {
	margin: 0;
	padding: 0;
	width: 350px;
}

#header .inner table tr {
	vertical-align: middle;
}

#header .inner table tr td {
	height: 60px;	
	max-height: 60px;	
}

#header .inner table tr td a {
	color: white;
	text-decoration: none;
}

#header .logo-area {
	height: 110px;
	background-image: url(/img/20ev_head.png);
	background-repeat: no-repeat;
	background-position: 820px 5px;
}

#header .logo-area .inner {
	position: relative;
}

#header .logo-area .logo {
	float: left;
	display: inline;
	width: 290px;
	height: 105px;

	background: url(../img/logo.png) 0px 21px no-repeat;
}

#header .inner #highlights_table {
	float: right;
	width: 445px;
	height: 110px;
}

#header h1 {
	float: right;
	padding: 0;
	width: 445px;
	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	margin-right: 115px;
	width: 350px;
}

#header .product-img {
	position: absolute;
	left: 280px;
	z-index: 1;
}

#header h2 {
	height: 60px;
	
	background: url(../img/menu_h1-bg.png) right no-repeat #cc0000;
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	/*line-height: 60px;*/
}

#header .menu {
	height: 30px;
	
	background: #ffffcc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

#header .menu ul {
	list-style: none;
}

#header .menu ul li {
	float: left;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	
	/*
	background: url(../img/menu_li-darr.gif) right center no-repeat;
	*/
	z-index: 2;
}

#header .menu ul ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 120px;
	
	font-weight: normal;
	z-index: 2;
}


.nojs #header .menu ul ul {
	display: none;
}

.nojs #header .menu ul li:hover ul {
	display: block;
}

#header .menu ul ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	
	background: #ffffcc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#header .menu a {
	color: #333;
	line-height: 30px;
	text-decoration: none;
}

#header .menu ul ul a {
	display: block;
	padding: 7px 18px 7px 18px;
	height: auto;
	
	color: #cc0000;
	line-height: 16px;
}

#header .menu ul ul a:hover {
	background: #cc0000;
	color: #fff;
}

#header .menu .hovermenu  {
  width: 200px !important;
}

#header .menu .rounded {
	background: transparent;
	height: 8px;
	
	border: 0;
	font-size: 2px;	/*	for ie which ignores overflow: hidden :S */
	line-height: 2px;	/*	also just to make it ONLY 8px high	*/
	overflow: hidden;
}

#header .menu .rounded div {
	height: 8px;
	overflow: hidden;
}

#header .menu .rounded .bc {
	height: 7px;
	margin: 0 9px;
	
	background: #ffffcc;
	border-bottom: 1px solid #ccc;
}

#header .menu .rounded .br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 8px;
	
	background: url(../img/submenu_corner-br.png);
}

#header .menu .rounded .bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 8px;
  
	background: url(../img/submenu_corner-bl.png);
}


/*	SEARCH FIELD	*/
#search {
  width: 265px;
  height: 16px;
  position: absolute;
  bottom: 16px;
  right: 30px;
	padding: 7px 0;
	line-height: 16px;
}
* html #search  {
  padding-top: 4px;
}
*:first-child+html #search  {
  padding-top: 4px;
}

#search form {
	margin: 0 auto;
	text-align: right;
}

#search input.field {
	width: 152px;
	height: 14px;
	background: #fff;
	border: 1px solid #ccc;
}

#search input.submit {
	margin-left: 10px;
	padding-left: 14px;
	
	border: 0;
	background: url(../img/menu_search-rarr.gif) left center no-repeat transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
  color: white;
}





/*	CONTENT	*/
#content {
	width: 900px;
	padding: 0 30px 60px 30px;
	margin: auto;
}

#content .left {
	float: left;
	width: 428px;
}

#content .right {
	float: left;
	margin-left: 22px;
	width: 450px;
}

#content .subcontent {
	margin-top: 9px;	
}

#content .title {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .logo {
  float: right;
}

/*	3 coloumn layout	*/
#content .singlecol {
	float: left;
	width: 31%;
	padding-left: 16px;
	
	border-left: 1px solid #ccc;
}

#content .doublecol {
	float: left;
	width: 66%;
	margin-right: -1px;
}

#content.title-page .doublecol {
	border-right: 1px solid #ccc;
}

#content .doublecol .news-item {
	float: left;
	clear: none;
	width: 46%;
	margin-right: 16px;
}

#content.title-page .news-item,
#content.list-page .news-item {
	padding: 8px 0;
	border: none;
}

#content.title-page .title,
#content.list-page .title {
	margin-bottom: 0;
}

#content.title-page a h3,
#content.list-page a h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	color: #333;
}

#content.title-page a h4,
#content.list-page a h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #999;
}

#content.title-page h5,
#content.list-page h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#content.title-page .news-item a.title,
#content.list-page .news-item a.title {
	padding: 0 0 0 115px;
}


/*	article content	*/
#content h3 {
	color: #333;
	font-family: Arial;
	font-size: 24px;
}

#content h4 {
	color: #c00;
	font-size: 14px;
}

#content h5 {
	color: #999;
	font-size: 10px;
}

#content h5.date {
	color: #333;
	font-size: 12px;
}

#content a.ical {
  margin-left: 10px;
}

#content a.ical img {
  border: 0;
  vertical-align: top;
}

#content p {
	margin-bottom: 9px;
	color: #333;
	line-height: 21px;
}

#content .intro p, #content .doublecol p {
	padding-right: 30px;
}

#content p.lead, .article p.lead, .article p.lead ul  {
	font-weight: bold;
}

#content ul {
	padding-left: 20px;
	color: #666;
}

#content li {
	padding: 2px 0;
}


/*	registration content	*/
#content .registration form {
	padding: 0 102px 0 0;
	
	line-height: 28px;
	text-align: right;
}

#content .registration label {
	display: block;
}

#content .registration label.must span {
	font-weight: bold;
}

#content .registration form input {
	float: right;
	clear: both;
	margin-left: 10px;
}

#content .registration form input.field {
	width: 210px;
	height: 20px;
	
	border: 1px solid #ccc;
}

#content .registration form input.chb {
	height: 12px;
	margin-top: 8px;
	border: 1px solid #ccc;
}

#content .registration form input.submit {
	width: 85px;
	height: 21px;
	margin-top: 6px;
	
	background: url(../img/btn-jelentkezem.gif) no-repeat;
}

#content .registration a#entercode {
  float: right;
}

#content .registration div#regcode form {
  padding: 0;
}

#content .registration div#regcode input,
#content .registration div#regcode label {
  float: left;
  clear: none;
}


/*	responsible content	*/
#content .responsible p {
	padding-left: 36px;
	
	background: url(../img/icons/person.gif) 10px center no-repeat;
}


/*	related content	*/
#content .related p {
	padding-left: 36px;
	
	background-position: 10px center;
	background-repeat: no-repeat;
}

#content .related p.pdf {
	background-image: url(../img/icons/page_white_acrobat.png);
}

#content .related p.doc {
    background-image: url(../img/icons/page_white.png);
}
#content .related p.video {
    background-image: url(../img/icons/film_save.png);
}

#content .related p.web {
	background-image: url(../img/icons/web.gif);
}

#content .related p.image {
    background-image: url(../img/icons/image.png);
}

#content #crumbs
{
	margin-bottom: 1em;
	margin-top: 20px;
}

/*	news bites	*/
#content .news-item {
	clear: both;
	padding: 10px 0;
	min-height: 57px;
	
	border-top: 1px dashed #ccc;
}

#content .news-item a:focus {
	-moz-outline-style: none;
}

#content .news-item a.title {
	display: block;
	margin: 0;
	padding: 10px 0 10px 115px;
	
	text-decoration: none;
}

#content .news-item a.title:hover h3 {
	text-decoration: underline;
}

#content .news-item a.img {
	float: left;
	width: 103px;
	height: 77px;
	margin: 0 10px 0 0;
	
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #ccc;
}

/*	gallery	*/
#gallery * {
	background-position: center;
	background-repeat: no-repeat;
}

#gallery a:focus {
	-moz-outline-style: none;
}

#gallery .imgs {
	position: relative;
	height: 327px;
	padding: 5px;
	
	border: 1px solid #ccc;
}

#gallery .bottom-img {
	height: 100%;
	background-color: #eee;
}

#gallery .top-img {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 327px !important;
	width: 438px !important;	
	background-color: white;
	background-position: center;
}

#gallery .top-img embed {
	position: absolute;
	left: 2px;
}

#gallery .top-img object {
	position: absolute;
	left: 3px;
}

#gallery .thumbnails-wrapper {
	position: relative;
	height: 79px;
	margin-top: 10px;
	margin-right: -10px;
	
	overflow: hidden;
}

.nojs #gallery .thumbnails-wrapper {
	height: auto;
}

#gallery .thumbnails {
	position: absolute;
	top: 0;
	height: 79px;
	width: 10000px;
}

.nojs #gallery .thumbnails {
	position: relative;
	height: auto;
	width: 100%;
}

#gallery .thumbnail {
	float: left;
	width: 103px;
	height: 77px;
	margin-right: 10px;
	
	border: 1px solid #ccc;
}

.nojs #gallery .thumbnail {
	margin-bottom: 10px;
}

#gallery .btn {
	position: absolute;
	top: 0;
	width: 20px;
	height: 79px;
	
	cursor: pointer;
}

.nojs #gallery .btn {
	display: none;
}

#gallery .btn div {
	width: 100%;
	height: 100%;
}

#gallery .prev {
	left: 0;
	
	background: url(../img/gallery-prev_btn-bg.gif) no-repeat;
}

#gallery .prev div {
	border-right: 1px solid #fff;
	background: url(../img/gallery-prev_btn.png) no-repeat;
}

#gallery .next {
	right: 10px;
	
	background: url(../img/gallery-next_btn-bg.gif) no-repeat;
}

#gallery .next div {
	border-left: 1px solid #fff;
	background: url(../img/gallery-next_btn.png) no-repeat;
}

/* main page */

#site_intro {
  margin-top: 1em;
  font-weight: bold;
}

#site_text {
  margin-top: 2.5em;
}

h2.subtitle {
  margin-top: 2em;
}

#logo-gallery img {
  margin: 0 10px;
}

#site-gallery {
  width: 573px;
}

/*	FOOTER	*/
#footer {
	height: 63px;
	
	background: #999;
	border-top: 5px solid #c00;
	color: #fff;
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#footer ul {
	padding: 25px 30px 0 30px;
	width: 900px;
	margin: auto;
	
	list-style: none;
	text-align: right;
}

#footer li {
	display: inline;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	position: absolute;
	padding: 25px 0 0 30px;
}

.subscribe
{
	margin-top: 2ex;
}

.subscribe label
{
	font-weight: bold;
	margin-bottom: 1ex;
	display: block;
}

.subscribe .input
{
    margin-bottom: 2ex;
}

span.hilite
{
	background-color: #d1d1d1; 
}


.box a, #map a {
	text-decoration: underline;
	cursor: pointer;
	*cursor: hand;
	color: blue;
}

.box ul, .box li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#map {
	position: relative;
	top: -5px;
	margin-bottom: 30px;
}

 #map ul, #map li {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
	margin: 0;
}

.kukac, .pont {
	position: relative;
	bottom: -2px;
}


.content_text_big {
	font-size: 14px;
}

.content_text_big, .content_text {
	line-height: 1.66em;
}

#contact_list .accordion_content {
	color:#666666;
	padding-left:20px;
	margin: 3px 0;

}

#varinex-article-ad
{
/*display:none;
right:10px;
bottom:10px;*/
right:-410px;
bottom:-100px;
background-color:#ffffff;
width:400px;
height:80px;
border:1px solid #000;
position:fixed;
z-index:99999;
}

#varinex-article-ad h2
{
padding:5px 20px;
color:#fff;
font-size:15px;
font-weight:bolder;
background-color:#a30000;
}

#varinex-article-ad a
{
display:block;
font-size:13px;
font-weight:bolder;
color:#000;
padding-left:10px;
padding-top:10px;
}
