html, body {border: 0; margin: 0; padding: 0;}

body {
	font: 100% arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
	background-image: url(assets/bg.jpg);
	background-size: cover;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 10px 0 10px 0;
  	font-weight: normal;
}

p {margin: 0; padding: 9px 0 9px 0;}

ul {
list-style: square url(assets/green_tick.jpg);
padding: 0px 0px 10px 50px;
}

p.small {font-size: 0.85em;}

p.big {
font-size: 1.2em;
line-height: 120%;
}


/***** Links *****/

a {
  	text-decoration: none;
  	color: #333;
	font-weight:bold;
}

a:hover {text-decoration: none; color: #c73f3f;}

a img {
  border: none;/*remove border for linked images*/
}

#logo a{ 
color:grey; 
text-decoration:none; 
font-weight:bold; 
height:16px; 
font-size:36px; 
}

#container
{
	margin: 10px auto;
	width: 1000px;
}


#logo
{
	background-color: white;
	margin: 0; padding: 5px;
}
 
#header
{
	float:right;
}

#navigation
{
	float: left;
	width: 990px;
	background: #333;
	padding: 5px 5px 5px 5px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover 
{ 
	background: yellow;
	color: black;
}

#content-container
{
	float: left;
	width: 100%;
	background-color: white;
}

#content1
{
	clear: left;
	float: left;
	width: auto;
	padding: 5px 5px;
	margin: 20px 20px;
	display: inline;
}

#content2
{
	clear: left;
	float: left;
	width: auto;
	padding: 5px 5px;
	margin: 20px 20px;
	display: inline;
}

#content2 h2 { margin: 0; }

#aside
{
	float: right;
	width: 0px;
	padding: 0px 0px px 0px;
	margin: 0 0 0 0px;
	display: inline;
}


#footer
{
	clear: both;
	background: #333;
        color: white;
        font-weight: bold;
	text-align: center;
	padding: 20px;
	height: 1%;
}

/* tabelka z rozmiarami */

#rozmiary
{
font-family: Arial, Helvetica, sans-serif;
width:930px;
border-collapse:collapse;
}
#rozmiary td, #rozmiary th 
{
color: #444444;
font-size:1em;
border:1px solid green;
padding:3px 7px 3px 7px;
text-align:center;
vertical-align:middle
}
#rozmiary th 
{
font-size:1em;
padding-top:5px;
padding-bottom:7px;
background-color:green;
color: white;
}
#rozmiary tr.alt td 
{
background-color:aliceblue;
}
#rozmiary td.my 
{
font-weight:bold;
}

/*motto */

.slogan
{
/*font-family: "Times New Roman", Times, serif; */
font-size:3em;
margin-left:50px;
color:red;
padding:20px 0px 30px 0px;
}


/* Tooltip-y */
.tooltip 
{
border-bottom: 1px dotted #000000; color: #000000; outline: none;
cursor: help; text-decoration: none;
position: relative;
}

.tooltip span {
margin-left: -999em;
position: absolute;
}

.tooltip:hover span {
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute; left: 1em; top: 2em; z-index: 99;
margin-left: 0; width: 180px;
}

.tooltip:hover img {
border: 0; margin: -10px 0 0 -55px;
float: left; position: absolute;
}

.tooltip:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.0em; 
display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.classic {background: #FFFFCC; border: 1px solid #FFAD33; }
.info { background: #e2f4fa; border: 1px solid #2BB0D7; }


/*** LIGTBOX  ***/

#lightbox {
  text-shadow: none;
}

.imageRow {
  *zoom: 1;
  margin: 20px 30px;
}

.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single {
  float: left;
}

.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.imageRow .single a:hover {
  background-color: #8ad459;
}

.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* content typography */
#content1 .dwnld,
#content1 .note,
#content1 .error {
	display: block;
	width: 880px;
	min-height: 35px;
	float: left;
	margin: 10px 0;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

#content1 .dwnld {background: #EBFEDA url(../images/dwnld.jpg) no-repeat 5px 4px;}

#content1 .note {background: #FFF9D7 url(images/info.jpg) no-repeat 5px 4px;}

#content1 .error {
	background: #FF9D9D url(../images/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}