/* NULOVANI OKRAJU */
* { margin: 0px; padding: 0px; }
img { border: none; }

/* HLAVNI DEFINICE */
body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 12px;
	color: #5f5e5f;
	line-height: 1.4em;
	background: #ffffff url('../images/back-body.gif') center top no-repeat;
	text-align: center;
}

/* NADPISY */
h1 { font-size: 12px; }
h2 { font-size: 170%; line-height: 160%; }
h3 { font-size: 140%; line-height: 140%; }
h4 { font-size: 120%; line-height: 120%; }

/* TEXT */
.bold { font-weight: bold; }
.normal, h1 { font-weight: normal; }
.italic  { font-style: italic; }
.nounderline, a { text-decoration: none; }
.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase; }

/* LINKY, OKRAJE */
.nolineheight { line-height: 0px; }
.noborder { border: none !important; }

/* ZAROVNANI */
.center { text-align: center; }
.left, #main { text-align: left; }
.right, .ref-big { text-align: right; }
.justify { text-align: justify; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* POZICOVANI */
.absolute, #main.index { position: absolute; }
.relative, #flash-intro, .container { position: relative; }		
.floatleft, #menu, #content, .ref-tn { float: left; }
.floatright { float: right; }
.cls, #copyright { clear: both; }
.break { line-height: 0px; font-size: 0px; height: 0px; margin: 0px; }

/* BLOKY */
.block { display: block; }
.ablock { width: 100%; height: 100%; display: block; }

/* ZOBRAZENI */
.no, hr { display: none; }
.hidden { overflow: hidden; }
.nopoint, #menu ul { list-style: none; }
.noformat { display: inline !important; float: none !important; text-align: left !important; width: auto !important; }

/* BARVY */
.white { color: #ffffff; }
.whiteg { background-color: #ffffff; }
.black, a:hover { color: #000000; }
.blackg { background-color: #000000; }
.gray, a { color: #5f5e5f; }
.violet { color: #7f1f72; }
.green { color: #b4ca03; }

/* HLAVNI CAST STRANKY */
#main { width: 1000px; margin: 0px auto 0px auto; }

/* UVODNI STRANKA */
#main.index {
	width: 1000px;
	z-index: 200;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	min-height: 750px;
}
.container { min-width: 900px; }
body.index { background: #ffffff; }
html, body, #flash-intro, .container { width: 100%; height: 100%; }

/* HLAVICKA */
#top {
	border-top: 1px solid #d3d2d3;
	border-bottom: 1px solid #d3d2d3;
	margin: 28px 0px 30px 0px;
	padding: 3px 0px 3px 0px;
}

/* MENU */
#menu {
	width: 234px;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	background: url('../images/verart-logo.gif') left top no-repeat;
	padding: 84px 0px 0px 106px;
}
#menu li { padding: 0px 0px 31px 0px; }

/* OBSAH */
#content {
	width: 659px;
	min-height: 550px;
	background: url('../images/back-content.gif') left bottom no-repeat;
	margin: 0px 0px 30px 0px;
}
#content.higher { margin: 0px 0px 100px 0px; }
#content p { padding: 0px 0px 0px 0px; }
#content ul { padding: 0px 0px 0px 20px; }
#content ol { padding: 0px 0px 0px 30px; }
#content li { padding: 0px 0px 0px 0px; }
#intro { width: 1000px; height: 640px; }

/* REFERENCE */
#content p.ref-tn {
	font-size: 11px;
	width: 200px;
	padding: 0px 0px 30px 19px;
}
#content p.ref-big { padding: 0px 0px 0px 0px; }
#content .ref-tn img, #content .ref-big img {
	border: 1px solid #d3d2d3;
	background-color: white;
	padding: 5px;
}
#content .ref-tn img:hover { background-color: #f2f2f2; }

/* PATICKA */
#copyright { font-size: 11px; border-top: 1px solid #d3d2d3; }
#copyright p { padding: 4px 0px 20px 0px; }