﻿@charset "utf-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
}
html, body {
  height:100%;
}
body{
	font: 0.7em Verdana, Helvetica, sans-serif; 
	color: #797979;
	text-align:center;
	background: #fff;
}
.clear{
	clear: both;
	visibility: hidden;
	line-height: 1%;
	font: 1%;
}
a, a:hover, a:active{
 font: 1em Verdana, Helvetica, sans-serif; 
 color: #797979;
}
/*#container{
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
	padding: 0;
  background: #000;
}*/
#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	border: 1ps solid #000;
	}
#main{
  width: 800px;
	height: 601px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	background: url(../images/design/bg_left.png) repeat-y left top;
	clear:left;
}

#logo{
  width: 378px;
	height: 601px;
	margin: 0;
	float:left;
}
#flash{
  width: 422px;
	height: 601px;
	margin: 0;
	float:left;
	/*background: url(../images/design/flash.png) repeat-y left top;*/
}
.logo_pozice{
  width: 241px;
	height: 61px;
	margin: 20px auto 0 auto;
	background: url(../images/design/logo.png) no-repeat left top;
}
.nadpis{
 font: 1em Verdana, Helvetica, sans-serif; 
 color: #2b58a7;
 font-weight: bold;
}
.text_logo{
  width: 300px;
	height: 61px;
	margin: 20px auto 0 auto;
	padding: 5px;
}
.footer{
  width: 650px;
  height: 61px;
	margin: 20px auto 0 auto;
	padding: 0px;
	text-align :center;
}
