﻿body {
	margin: 0px;
	padding: 0px;
    background-color: white;
	text-align: center;
	background-image: url('images/back.jpg');
	background-repeat:repeat-x;
	font-size: 0.7em;
}

#page {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-family: Verdana, Tahoma, Arial;
	text-align: justify;
	line-height: 1.5;
}

#hlavicka {
	height: 180px;
	background-image: url('images/logo.jpg');	
}

#lang{
	float:right;
	text-align: center;
	margin-top: 110px;
	height: 18px;
	background-image:  url('images/lang.jpg');
	background-repeat:no-repeat;
	background-color: #3670CC;
	font-size: 8pt;	
	color: white;
	padding-top:0px;
}

#lang a{
	color: white;
	text-decoration: none;
}


#lang a:hover{
	text-decoration:underline;
}


#menu{
	height: 32px;
	margin-top: 139px;
	float:left;
	background-color: #6694D7;
	background-image: url('images/menu_back.jpg');	
	font-size: 10pt;
	font-weight:bold;
}

#menu_end {
	background-image:url('images/menu_end.jpg');
	margin-top: 139px;
	height: 32px;
	width: 12px;
	float:left;
}


#menu_text {
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 10px;
}


#menu a {
	color:white;
	margin-left: 15px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


#main {
	border-right-color: #6699FF;
	border-right-style: solid;
	border-right-width: 1px;	
	border-left-color: #6699FF;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: white;
}

#pravy_sloupec {
	width: 120px;
	float:right;
	background: url('images/wheel_right_up.gif') top right no-repeat;
	padding-top: 95px;
}

#hlavni_sloupec {
	margin-right: 120px;
}

#text {
	color: #555555;
	padding: 20px;
}

#text ul {
	margin-top: 0;
}

.download{
	padding: 10px 20px 10px 20px;
	background: url('images/download_tl.gif') top left no-repeat;	
	line-height: 2.1em;
	font-size: 1.3em;
}

.screens_left{
	float: left;
	margin-top: 40px;
	margin-left: 30px;
}

.screens_left div{
	height: 160px;
}

.screens_right div{
	height: 160px;
}

.screens_right{
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}



a {
	color: #2F6FD0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top: 0;
	margin-bottom: 0.7em;
}

h1 {
	margin-bottom: 0.7em;	
	padding-top: 0.8em;
	color: #2F6FD0;
	font-size: 1.1em;
	font-weight: normal;
}

img{
	border-width: 0px;
}

.cleaner {
	clear:both;
	visibility:hidden;
}

