body {
	color: black;
	background: #e6e6e6 url('../images/body.gif') left top repeat-x;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
	font: 9pt /1.6 Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,table,ul,ol {
	margin: 0 0 12px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	color: #0273bd;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}

table {
	font-size: 9pt;
	line-height: 1.6;
}
th {
	text-align: left;
}
a {
	color: black;
}
a img {
	border: none;
}

#google_div li
{
	font: 9pt /1.6 Arial, sans-serif !important;
	text-align: left;
	color: #0273bd !important;
	display: list-item;
	margin: 0px 0px 5px 20px;
	list-style-image: url('../images/h1image.png');
}

#google_div a
{
	color: #0273bd !important;
}

#google_div a:hover {
	color: #0273bd !important;
	text-decoration: underline;
}
#google_div a.active {
	color: #0273bd !important;
}

table.styled, table.styled td, table.styled th {
	border: none;
}
table.styled th {
	color: white;
	background: #0273bd;
	padding: 3px 8px;
}
table.styled td {
	background: #eee;
	padding: 3px 8px;
}
table.styled .odd td {
	background: #f4f4f4;
}

table.smaller {
	font-size: 90%;
}

table.fullsize {
	width: 711px;
}
th.col2 {
	width: 17%;
}

.tcenter {
	text-align: center;
}

.rightcol-with-screens, .leftcol-with-screens {
	margin-bottom: 2em;
}
.rightcol-with-screens .item, .leftcol-with-screens .item {
	background: url('../images/rightcol-with-screens.gif') left top repeat-y;
	padding-bottom: 1.2em;
}
.leftcol-with-screens .item {
	background: url('../images/leftcol-with-screens.gif') right top repeat-y;
	padding-bottom: 1.2em;
}
.rightcol-with-screens .item img {
	float: left;
	width: 200px;
	height: 125px;
	background: #ccc;
}
.rightcol-with-screens .item h3, .rightcol-with-screens .item p {
	margin: 0 0 0 220px;
	padding: 0 0 12px 12px;
}
.leftcol-with-screens .item img {
	float: right;
	width: 200px;
	height: 125px;
	background: #ccc;
}
.leftcol-with-screens .item h3, .leftcol-with-screens .item p {
	margin: 0 220px 0 0;
	padding: 0 12px 12px 0;
}

.right-margined {
	float: right;
	margin: 0 0 1em 1.5em;
}
.left-margined {
	float: left;
	margin: 0 1.5em 1em 0;
}

.mediumSpace {
	font-size: 0;
	height: 15px;
}
.cleaner {
	clear: both;
	font-size: 0;
}

#page {
	width: 767px;
	background: white;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#header {
	height: 80px;
	background: url('../images/header.gif') left top no-repeat;
	font: 8pt Verdana, sans-serif;
	z-index: 1;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 20;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 119px;
	height: 54px;
	background: url('../images/logo.gif') left top no-repeat;
}
#header h1 a span {
	display: none;
}

#lang {
	position: absolute;
	top: 12px;
	left: 191px;
	margin: 0;
	font-size: 7pt;
	color: #808080;
}
#lang a {
	color: #808080;
	text-decoration: none;
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 20px;
	min-height: 20px;
	padding-top: 2px;
}
#lang a:hover {
	text-decoration: underline;
}
#lang a.active {
	color: white;
}

#search {
	float: right;
	width: 200px;
	margin: 15px 10px 0 0;
}
#search .searchForm {
	display: block;
	float: right;
	width: 200px;
	margin: 0;
}
#search .searchFormDiv {
	text-align: right;
}
#search .searchFormText {
	background: #a6a6a6 url('../images/search_text.gif') left top repeat-x !important;
	color: white !important;
	border: 1px solid #303030 !important;
	font-size: 9pt !important;
	width: 130px !important;
}
#search .searchFormSubmit {
	background: #a6a6a6 url('../images/search_text.gif') left top repeat-x !important;
	border: 1px solid #202020;
	border: none;
	color: white;
	padding: 0;
	margin: 0;
	font: 8pt Verdana, sans-serif;
	cursor: pointer;
}

#navigation {
	position: absolute;
	z-index: 10;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 51px;
	left: 125px;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	height: 29px;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}
#navigation li:hover a {
	background-position: left bottom;
	text-align: center;
}
#navigation li.levelTwo a {
	background-position: left bottom;
	text-align: left;
}


#navigation a.active {
	background-position: left top;
}
#navigation a span {
	/*display: none;*/
	/*padding: 0 0 0 18px;*/
	line-height: 28px;
	color: white;
	font-weight: normal;
}

#nav_home {
	width: 118px;
	width: 72px;
	padding-left: 45px;
	background-image: url('../images/nav_home.gif');
}
#nav_produkt {
	width: 97px;
	background-image: url('../images/nav_produkt.gif');
}
#nav_download {
	width: 95px;
	background-image: url('../images/nav_download.gif');
}
#nav_podpora {
	width: 81px;
	background-image: url('../images/nav_podpora.gif');
}
#nav_eshop {
	width: 75px;
	background-image: url('../images/nav_eshop.gif');
}
#nav_kontakt {
	width: 78px;
	background-image: url('../images/nav_kontakt.gif');
}
#nav_komunita {
	width: 98px;
	background-image: url('../images/nav_komunita.gif');
}

#navigation ul {
	position: absolute;
	z-index: 10;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #4a4a4a;
	border: 1px solid #2a2a2a;
	border-top: none;
	visibility: hidden;
}
#navigation ul li {
	float: none;
	width: 16.3em;
	overflow: hidden;
}
#navigation ul li a {
	display: block;
	width: 100%;
	padding: 0 0 0 1em;
	height: auto;
	line-height: 2.2em;
	text-decoration: none;
	color: white;
}
#navigation ul li a:hover {
	background: #666;
}
#navigation ul.lastSubmenu {
	right: 0;
}

#navigation li:hover ul {
	visibility: visible;
}

#explore {
	height: 200px;
}
#explore1, #explore2 {
	width: 767px;
	height: 200px;
	position: absolute;
	top: 80px;
}
#explore1 {
	z-index: 3;
}
#explore2 {
	z-index: 2;
}
#explore3 {
	z-index: 1;
}

#explore_guide, #explore_download {
	position: absolute;
	top: 224px;
	z-index: 999;
	display: block;
	min-height: 35px;
	_height: 35px;
	line-height: 35px;
	text-decoration: none;
}
#explore_guide em, #explore_download em {
	z-index: 999;
	display: block;
	height: 35px;
	width: 161px;
	background: url(../images/blank.gif) no-repeat left top;
	cursor: pointer;
}
#explore_guide {
	left: 380px;
	width: 160px;
}
#explore_download {
	left: 560px;
	width: 162px;
}
#explore_guide span, #explore_download span {
	display: none;
}

#content {
	padding: 20px 28px 0;
}


#aboutUnivet {
	float: left;
	width: 380px;
}
#about1 {
	width: 411px;
	height: 289px;
	background: url('../images/about1.jpg') left top no-repeat;
	margin-top: 30px;
	position: relative;
	left: -28px;
}

#news {
	float: right;
	width: 300px;
	border-top: 1px solid #cacaca;
	margin: 1em 0 0;
}
#news .date, #news .title {
	margin: 0;
}
#news .title {
	font-size: 10pt;
}
#news .post {
	padding-top: 1em;
	border-bottom: 1px solid #cacaca;
	font-size: 9pt;
}
#news .archive {
	padding: 1em 0;
}

#logos {
	width: 300px;
	margin: 0 0 1.2em;
}
#logo_makni {
	position: relative;
	left: -20px;
	top: -10px;
}
#logo_ergocycling {
}

#footer {
	border: 1px solid #bfbfbf;
	background: #fafafa;
	border-width: 1px 0;
	padding: 7px 0 21px 30px;
}
#footer .footercol {
	font: 8pt Verdana, sans-serif;
	float: left;
	margin-right: 1em;
}
#footer .footercol h3 {
	font: bold 8pt Verdana, sans-serif;
	margin: 0;
	line-height: 3em;
	font-size: 8pt;
	color: #4c4c4c;
}
#footer .footercol a {
	text-decoration: none;
	line-height: 1.6em;
	color: #4c4c4c;
}
#footer .footercol a:hover {
	text-decoration: underline;
}

#newsletter {
	float: left;
	position: relative;
	top: 20px;
	left: 28px;
}
#newsletter h3 {
	color: #0072bc;
	font: bold 8pt Verdana, sans-serif;
	margin: 0 0 8px;
}
#newsletter p {
	margin: 0;
}
#newsletter .text {
	background: #f5f5f5 url('../images/newsletter_text.gif') left top repeat-x;
	color: black;
	border: 1px solid #808080;
	font-size: 9pt;
	width: 100px;
}
#newsletter .submit {
	background: none;
	border: none;
	color: black;
	padding: 0 0 2px;
	margin: 0;
	font: 7pt Verdana, sans-serif;
	cursor: pointer;
}

#img_krabice {
	float: right;
	width: 351px;
	height: 228px;
	background: url('../images/krabice.jpg') left top no-repeat;
}
#img_funkce_01 {
	width: 199px;
	height: 300px;
	background: url('../images/funkce_01.jpg') left top no-repeat;
}



/* temp */
.red {
	color: red;
}