/* CSS Document */
/* ------- ObecnĂˇ deklarace ------- */
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height:1.45em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol li, ul li {
	list-style-type: circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* TYPOGRAPHY - text properties section, please do not use any of them elsewhere */

body {
	font-size: 62.5%; /*default size cca 10px */
	font-family: Tahoma, sans-serif;
}
#content {font-size: 1.1em;}  /*normal size for text cca 11px */
#content h1 {font-size: 140%; font-weight: bold;}
#content h2 {font-size: 130%; font-weight: bold;}
#content h3 {font-size: 110%; font-weight: bold;}
#content h4 {font-size: 110%;}

#header {font-size: 2em;}
#header a {text-decoration: none; font-weight: bold;}
 
*{color: black;}

/* LAYOUT */ 
#menu, #hmenu, #dmenu,
#disclaimer,
p#recommend,
#skips,
#content object,
#sidebar {
 display: none;
}
#content {
	margin-left: 1px;
}
#content td, #content th {
	border: 1px solid black;
	padding: 2px 4px;
}
#content p, #content table {
	margin-bottom: 1em;
}
#content fieldset.hidden {
	display: none;
}
#sidebar {
 clear: both;
 border-top: 1px solid black;
 padding-top: 10px;
 margin-top: 10px;

}

dl#photoColumn {
 float: right;
 margin-left: 10px;)
 padding-bottom: 10px;
}

div.dimension-variant-holder {
 float: left;
 border: 1px solid black;
 margin: 5px;
 padding: 5px;
 width: 180px;
}

h1#logo a small {
	display: none;
}

#footer{
	font-size: 1em;
	z-index: 5;
}
