/* CSS RESET */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,form,fieldset,legend,p,blockquote,th,td,img,.reset{margin:0;padding:0;border:0;}
input{margin:0;text-indent:0}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
abbr,acronym{border-width:0;font-variant:normal;}
table,input,textarea,select,span{font-family:inherit;font-weight:inherit;font-size:1em;}

li{list-style: disc;}
ol li{list-style: decimal;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {cursor: help; border-bottom-width: 1px; border-style: dotted;}

/* FONTS */
#main, h1, h2, h3, h4 { font-family: "Tahoma MS", Tahoma, "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", "Helvetica CE", lucida, sans-serif; }
#foot, #content { font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; }

/* ELEMENTS */
body, html { height: 100%; }

body {
	font-size: 78%;
	text-align: center;
	color: #fff;
	background: #7b7b7b;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#body_v1 { background-image: url('./default/body-1.jpg'); }
#body_v2 { background-image: url('./default/body-2.jpg'); }
#body_v3 { background-image: url('./default/body-3.jpg'); }
#body_v4 { background-image: url('./default/body-4.jpg'); }
#body_v5 { background-image: url('./default/body-5.jpg'); }
#body_v6 { background-image: url('./default/body-6.jpg'); }

a { color: #fe0000; text-decoration: underline; }
a:hover { text-decoration: none; }
#menu a { color: #000; text-decoration: none; }
#menu a:hover { color: #fe0000; }
#submenu a { color: #d9d9d9; text-decoration: none; }
#submenu a:hover { color: #eee; }
#subhead a { color: #fff; }

h1, h2, h3, h4 {
	margin: 0.5em 10px 0.25em 20px;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fa0000;
}

h1 small {
	text-transform: none;
	line-height: 1.4em;
	font-size: 0.7em;
	color: #000;
}

h2 {
	margin-top: 1em;
	color: #000;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
	color: #7b8080;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

p {
	margin: 0.33em 10px 0.33em 20px;
	text-indent: 2em;
	font-size: 0.98em;
	line-height: 1.305em;
}
p.perex {
	margin: 0.33em 10px 0.33em 96px;
	padding-left: 10px;
	text-indent: 0;
	background: url('./default/perex_bg.png') 0 0 repeat-y;
}

ul, address.ul {
	margin: 0.33em 10px 0.33em 20px;
	line-height: 1.305em;
}
li, address.ul span {
	display: list-item;
	margin-left: 10px;
	list-style: none;
	padding-left: 10px;
	background: url('./default/perex_bg.png') 0 0 no-repeat;
}
ul.perex { margin: 0.33em 10px 0.33em 96px; }
ul.perex li { margin-left: 0; }
ul.partners li {
	margin-top: 7px;
}

address.ul {
	display: inline;
}

table {
	margin: 0.5em 10px 0.75em 20px;
	line-height: 1.305em;
	color: #333;
}
table td, table th {
	margin: 0;
	padding: 0 10px;
}
table th {font-weight: bold; }
table.border, table.border td, table.border th {
	padding: 0.25em 5px;
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
}
table.th_tar th { text-align: right; }

table.contact {
	margin: 0.33em 10px 20px 86px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
}
table.contact td, table.contact th {
	margin: 0;
	padding: 0 10px;
}
table.contact th {
	padding: 0 10px 1em 10px;
}

img.contact_logo {
	margin-top: 0.75em;
}

#screenShutter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
#backgroundStripe {
	width: 770px;
	height: 100%;
	margin: 527px auto 0;
	background: #fff;
}

#mainWrapper {
	background: url('./default/mask.png') 50% 0 no-repeat;
	width: 100%;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	color: #333;
}

#head {
	position: relative;
	height: 138px;
	background: #fff url('./default/header_bg.png') 0 100% no-repeat;
}

#afterSubhead {
	background: #fff;
}

#logo, #logo span {
	position: absolute;
	left: 30px;
	top: 22px;
	width: 220px;
	height: 40px;
	font-weight: bold;
	font-size: 1.4em;
	cursor: pointer;
	color: #000;
	background: #ddd;
	text-transform: uppercase;
	overflow: hidden;
}
#logo small {
	color: #7b8080;
	font-size: 0.48em;
}
#logo span {
	left: 0;
	top: 0;
	background: url('./default/petricek.png');
}

#menu {
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 18px;
	font-size: 0.9em;
}
#menu li {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#menu li.first { left: 193px; width: 91px; }
#menu li.second { left: 289px; width: 61px; }
#menu li.thrid { left: 355px; width: 109px; }
#menu li.fourth { left: 469px; width: 95px; }
#menu li.fifth { left: 571px; width: 61px; }
#menu li.sixth { left: 637px; width: 57px; }
#menu li.seventh { left: 697px; width: 67px; }

#menu a {
	display: block;
	padding-left: 5px;
	padding-bottom: 2px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-transform: lowercase;
	border-left: 1px solid #fff;
}
#menu a:hover, #menu li.active a { border-color: #fe0000; }

#subhead {
	height: 95px;
	min-height: 95px;
}
#subhead[id] { height: auto; }

#submenu {
	margin: 0;
	padding-top: 5px;
	width: 107px;
	text-align: right;
}
#submenu li {
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.8em;
	list-style: none;
	background: none;
}

#content{
	padding-top: 16px;
	padding-bottom: 24px;
	background: url('./default/hr_bg.png') 0 0 no-repeat;
}

#foot {
	clear: both;
	background: url('./default/foot_bg.png') 100% 100% no-repeat;
}

#foot h2 {
	width: 6em;
}
#last_reference h2, #last_reference img, #last_reference p {
	float: left;
}
#last_reference img {
	margin-top: 1.5em;
}
#last_reference p {
	margin-top: 1.5em;
	text-indent: 0;
}

#sign {
	display: block;
	margin-right: 176px;
	font-size: 0.85em;
	color: #ccc;
}
#sign p {
	float: right;
	margin: 0;
	padding: 5px 10px;
	text-indent: 0;
}
#sign a { color: #ccc; }
#sign a:hover { color: #fe0000; }

/* CLASSES */

.partners li {
	clear: both;
}
.partners li p {
	display: block;
	width: 38em;
	margin: 5px 0;
	text-indent: 0;
}
.partners li span.anchor {
	margin: 0 0 10px 20px;
	float: right;
	width: 169px;
}
.partners li img {
	margin: 0;
}

.paginator {
	margin: 14px 10px 7px 20px;
}
.paginator a {
	padding: 1px 4px;
	text-decoration: none;
	border: 1px solid #ccc;
}
.paginator a:hover {
	border-color: #fe0000;
}

.lcol {
	float: left;
	width: 510px;
}

.thumb {
	display: inline;
	float: right;
	margin: 5px 10px 5px 10px;
}
.thumb img {
	margin-bottom: 10px;
}

.hr {
	display: block;
	height: 16px;
	font-size: 1px;
	background: url('./default/hr_bg.gif') 0 0 no-repeat;
	color: #fff;
	border: 0;
}

.flash {
	margin: 10px 20px;
	padding: 3px;
	border: 1px solid #CCC;
	background: #eee;
}

.gallery {
	margin: 10px 20px;
}
.gallery img {
	margin: 2px 5px;
}
.gallery a img {
	border: 1px solid #000;
}
.gallery a:hover img {
	border: 1px solid #f00;
}

/* ADMIN */
#admin * {
	text-indent: 0;
}

#admin ul li h3 {
	display: inline;
}

#admin .pictureWrapper {
	margin: 10px 20px;
	text-align: center;
}

/* HELPERS */
span.multiline {
	display: inline-block;
	vertical-align: text-top;
}

.mtm { margin-top: 2em; }

.error { color: red; }
.notice { color: orange; }
.success { color: green; }

.ns, hr { display: none; }
.ni { text-indent: 0 !important; }
.cb { clear: both; }
.cl { clear: both; }
.cr { clear: both; }
.center { margin-left: auto; margin-right: auto; text-indent: 0 !important; text-align: center !important; }
.fl { float: left; }
.fr { float: right; }
.tar { text-align: right !important; }
.tal { text-align: left !important; }

