html {
	overflow: -moz-scrollbars-vertical;
	height: 101%;
	margin-bottom: 0.01em;
}

body {
	font-family: century gothic, sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
}

img {
	border: 0px;
}

table {
	
}

ul {
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
}

.hide img {
	width: 0px;
	height: 1px;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.highlighted {
	font-weight: bold;
}

.divider {
	height: 20px;
}

/* content */
div.container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	position: relative;
}

div.top {
	height: 90px;
}

div.left {
	float: left;
	padding-right: 20px;
	width: 230px;
}

div.right {
	float: left;
	width: 700px;
}

/* top */

.top .logo {
	position: absolute;
	top: 39px;
	left: 668px;
}

.top span {
	color: gray;
	font-size: 10px;	
	position: relative;
	left: 674px;
	top: 78px;
}

/*  menu */
/* section */
ul.section {
	padding: 5px;
	margin: 13px 0px 0px 0px;
	font-size: 0.9em;
}

ul.section li {
	display: inline;
	padding: 0px 25px 0px 10px;
}

ul.section a {
	color: white;
	text-transform: uppercase;
}

ul.section li.selected a {
	font-weight: bold;
}

.left li.highlighted a {
	font-weight: bold;
}

li.archive {
	padding-bottom: 10px;
}

#archiveList ul {
	padding-top: 0px;
}

ul.groups li.archive a {
	color: gray;
	padding-left: 10px;
	cursor: pointer;
}

.archiveClosed {
	background: url("archive_closed.png") left 5px no-repeat;
}

.archiveOpen {
	background: url("archive_open.png") left 5px no-repeat;
}

/* colors */
.portfolio .coloredBackground, .kontakt .coloredBackground, .contact .coloredBackground {
	background-color: #0189ff;
}

.portfolio .colored, .kontakt .colored, .contact .colored {
	color: #0189ff;
}

.novinky .coloredBackground, .news .coloredBackground {
	background-color: #F7D90E;
}

.novinky .colored, .news .colored {
	color: #F7D90E;
}

.studio .coloredBackground {
	background-color: #fc79ba;
}

.studio .colored {
	color: #fc79ba;
}

.kontakt .coloredBackground {
	background-color: #1EE104;
}

/* images */

.imageContent {
	width: 700px;
	position: relative;
}

#imageViewer {
	position: relative;
}

#imageViewer img {
	position: absolute;
	vertial-align: top;
	float: right;
	right: 0px;
}

.images {
	width: 1px;
	height: 1px;
	overflow: hidden;
	float: left;
}

.images img {
	position: absolute;
	float: left;
	width: 1px;
	height: 1px;
	left: 0px;
	top: 0px;
}

ul.imageNumbers {
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: inline;
	color: gray;
}

.imagesMenu {
	padding: 5px 0px;
	border: 1px solid gray;
	border-width: 0px 0px 1px 0px;
	height: 24px;
}

ul.imageNumbers li {
	display: inline;
	padding: 0px 10px;
}

ul.imageNumbers li a {
	color: gray;
	font-size: 0.8em;
	vertical-align: middle;
}

ul.imageNumbers li.selected a {
	font-size: 1.1em;
}

.changeImage {
	cursor: pointer;
	color: gray;
}

.overlay {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
}

/* groups */
ul.groups {
	list-style: none;
	padding: 15px 5px 5px 5px;
	font-size: 0.9em;
}

ul.groups a {
	text-transform: uppercase;
}

ul.groups h1, ul.groups h2 {
	font-size: 1em;
	font-weight: normal;
	display: inline;
	padding: 0px;
	margin: 0px;
}

li.back {
	font-weight: bold;
	background: url('back_icon.png') no-repeat left 4px;
	margin-left: -20px;
	padding-left: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid gray;
}

li.selected a {
	font-weight: bold;
}

ul.products {
	list-style: none;
	padding: 10px;
}

ul.products li {
	height: 1.4em;
}

ul.products li.selected a {
	font-weight: bold;
}

ul.products a {
	font-weight: normal;
	color: gray;
	text-transform: capitalize;
}

/* content */

.content {
	font-size: 0.7em;
	color: gray;
}

.left .content {
	padding-right: 20px;
}

.content h1 {
}

.content a {
	color: red;
}

.content td {
	vertical-align: top;
}

.content table.list {
	border-spacing: 0px;
	padding-top: 10px;
}

.content table.list td {
	padding: 10px 5px;
}

.content table.list td.line {
	border-top: 1px solid gray;
	padding: 0px;
}

.content table.list .full {
	display: none;
}

.content .list .text {
	float: right;
	width: 500px;
}

.textContent {
	/*padding-top: 15px;*/
}

.contactTable table {
	width: 100%;
}

.contactTable a {
	color: gray;
}

table.matrix {
	padding-top: 25px;
	border-spacing: 0px;
}

.matrix .highlighted {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
}

/* contact form */

.contactForm {
	padding: 10px 25px;
	background-color: #F0F1F3;
	color: #066FFF;
}

.contactForm label {
	display: block;
	padding: 10px 0px 0px 2px;
}

.contactForm .required {
	color: red;
}

.contactForm .send {
	margin-top: 10px;
	padding: 2px 10px;
	color: white;
	background-color: #066FFF;
	border: 1px solid #6A6A6A;
}

.contactForm input:disabled {
	color: gray;
}


.socialLinks {
	float: left;
	margin: 0px;
	padding-top: 12px;
	padding-left: 15px;
}

.iLikeThis {
	border: none;
	padding-top: 20px;
}
