﻿@import url(Reset.css);

html
{
	background-color: #D9D4BA;
	font-family: Verdana, Sans-Serif;
	font-size: 0.8em;
	/*overflow: -moz-scrollbars-vertical;*/
	height: 100%;
}

body
{
	background: #ffffff url(Images/shadow.png) repeat-y;
	margin: 0 auto 0 auto;
	position: relative;
	width: 830px;
	border: none;
	min-height: 100%;
}

.content
{
	min-height:730px;
}

.contBody
{
	margin-left: 15px;
	margin-right: 15px;
}

.header
{
	background: #ffffff url(Images/top.png) repeat-y;
	height: 125px;
	text-align: right;
}

.header a
{
	text-decoration: none;
}

.header #en
{
	background: url(Images/flag_en_dark.png) no-repeat right bottom;
	margin-right: 25px;
	display: block;
}

.header #en.selected
{
	background: url(Images/flag_en.png) no-repeat right bottom;
}

.header #cz
{
	background: url(Images/flag_cz_dark.png) no-repeat right bottom;
	margin-right: 25px;
	display: block;
}

.header #cz.selected
{
	background: url(Images/flag_cz.png) no-repeat right bottom;
}

.menu
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	background: #8C170D url(../Images/menu-back.png) repeat-x;
	height: 2em;
	display: block;
	width: 800px;
}

.menu ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.menu ul li
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 2em;
	width: 130px;
}

.menu ul li a
{
	text-decoration: none;
	line-height: 2em;
	height: 2em;
	width: 130px;
	display: block;
	color: #FFFFFF;
	text-indent: 10px;
}


.services .menu a[id="nav_services"], .solutions .menu a[id="nav_solutions"], .company .menu a[id="nav_company"], .reference .menu a[id="nav_reference"], .career .menu a[id="nav_career"], .contact .menu a[id="nav_contact"]
{
	text-decoration: none;
	color: #28397B;
	display: block; /*background-color:#EFEFEF;*/ /* svetla seda */
	background-color: #FFFFFF;
}

.menu a:hover
{
	background-color: #EFEFEF;
	text-decoration: none;
	color: #28397B;
	display: block;
}

/*
.submenu 
{
	display:block;
	height:2em;
	background-color:#EFEFEF; 
}


h1
{
	margin-top: 20px;
	font-size: 180%;
	font-weight: bold;
	color: #28397B;
}
*/

h2, h1
{
	margin-top: 10px;
	font-size: 140%;
	font-weight: bold;
	color: #28397B;
	font-variant: small-caps;
}

h3, h2.h3
{
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	color: #28397B;
}

ul li
{
	list-style-image: url(Images/icon_list.png);
	margin-left: 20px;
}

.image
{
	margin-left: 150px;
	margin-right: auto;
}

.strong
{
	font-weight: bold;
}

.tableRef
{
	margin-top: 20px;
}

.tableRef td
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 40px;
}

.tableRef td.indText
{
	padding-left: 20px;
	text-align:justify;
}

.footer
{
	text-align: center;
	margin-top: 20px;
	border-top: solid 1px #000000;
	line-height: 2em;
}

p
{
	text-align:justify;
}