/*===================================================================*/
/*** COMMON ***/
* {margin: 0; padding: 0; border: 0;}
.textVersion {display:none;}
.nofloat {clear: both;}

body {
  font-family: "Verdana CE", Verdana, "Arial CE",  Arial, lucida, sans-serif;
	font-size: 0.9em;
}

a {padding-bottom: 1px; }
a:hover {border-bottom: 1px solid #C33000; }
#logo a:hover, h3 a:hover, h4 a:hover, a.aimg:hover {border-bottom: 0;}

/* uvozovky */
* {quotes: "„" "“" "‚" "‘" "»" "«" "›" "‹";}
/* 
blockquote > p:before {content: open-quote;}
blockquote > p:after {content: close-quote;}
*/
q {font-style: italic;}
q {quotes: '"' '"' "'" "'";}
q:before { content: open-quote; }
q:after  { content: close-quote; }
/*-------------------------------------------------------------------*/
/*** COLORS ***/

/* main bgcolor */
body, td {background-color: #FBFBFB;}
tr.top td {background-color: #999000;}

/* A */
a, #secondMenu {color: #C33000;}
h3 a, h4 a {color: #000000;}
a img {border: 1px solid #C33000;}

/*===================================================================*/
/*** TITLE ***/
#logo {
	position: absolute; left: 0; top: 0;
	width: 228px; height: 195px;
	background: url("../images/logo-vt2004-bg.jpg") no-repeat top left;
}

#logo span {
	position: absolute; left: 201px; top: 0;
	width: 26px; height: 72px;
	background: url("../images/logo-vt2004-bg2.jpg") no-repeat top left;
}

#logo a {position: absolute; left: 21px; top: 11px;}

h1 {
	position: absolute; left: 238px; top: 8px;
	height: 62px; width: 509px; 
	background: url("../images/title.gif") top left no-repeat;
}
h1 a {display: none;}

/*===================================================================*/
/*** MAIN MENU ***/
#menu {
	position: absolute; left: 14px; top: 177px;
	height: 240px; width: 176px;
	z-index: 1;
	background: url("../images/menu-bg-middle.jpg") repeat-y top left;
}

#menu .top {
	position: absolute; left: 0; top: 0;
	height: 100%; width: 177px; z-index: 1;
	background: url("../images/menu-bg-top.jpg") no-repeat top left;
}

#mainMenu {
	position: absolute; left: 0; top: 0;
	width: 176px;
	padding: 20px 10px 25px 8px;
	z-index: 1;
	list-style: none;
	font-size: 13px;
	background: url("../images/menu-bg-bottom.jpg") no-repeat bottom left
}

#secondMenu {
	margin-left: 12px;
	list-style: none;
	font-style: italic;
}

#menu li {margin-top: 4px;}
#menu li a, #menu li a:hover {text-decoration: none;}
#menu li a:hover {
	text-decoration: underline;
	border-bottom: 0;
}


/*-------------------------------------------------------------------*/
/*** DROBECKY ***/
#driblet {
	position: absolute; left: 226px; top: 77px;
	font-size: 10px;
	color: #999000;
}

/*-------------------------------------------------------------------*/
/*** FOOTER ***/
#footer {
	height: 25px;
	padding-top: 6px;
	background: url("../images/footer-bg.gif") top left repeat-x;
	border-top: 1px solid #999000;
	text-align: center;
}

/*===================================================================*/
/*** CONTENT ***/
#content {
	border-top: 1px solid #999; border-left: 1px solid #999;
	margin: 72px 50px 0 201px;
	padding: 40px 15px 20px;
	min-height: 500px; _height: 500px;
	line-height: 1.5em;	
}

h3 {
	margin: 0 0 0.5em 7px;
	font-size: 1.4em;
}

h4 {margin-top: 1em;}
h5 {font-size: 0.9em;}

#content p {text-indent: 1.5em;}
#content .firstp {text-indent: 0;}

#content ol, #content ul {margin: 0.3em 0 0.3em 35px;}

table {
	background-color: #000000;
	margin: 10px 0 10px 20px;
	text-align: center;
}

td {padding: 0 3px;}
tr.top td {font-weight: bold}

/*===================================================================*/
/*** OTHER ***/
.actual {
	font-weight: bold;
	color: #000000;
}

.act {
	font-weight: bold;
	color: #CC0000;
}

.dotazy h4 {
	font-style: italic;
}

#content .centerp {
	text-indent: 0;
	margin: 10px 40px;
	font-weight: bold;
	text-align: center;
}

.signature {margin: 10px 0 10px 40px;}
#content .signature p {text-indent: -30px;}
.notice {
	font-size: 0.8em;
	font-style: italic;
}

#content .contact {
	text-indent: 0;
	margin: 5px 70px;
}
