BODY {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	color : #6C6C6C;
	background-color: #0d0d0d;
	cursor: default;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.4;
}

TABLE {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	border-collapse: collapse;
	width: 395px;
}

OPTION, INPUT, TEXTAREA, SELECT {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	background-color: #ccc;
}

IMG {
	border: none;
}

P {
	margin: 0px 0px 10px;
}

/* heading */

h2 {
  font-size: 17px;
  margin: 0px 0px 5px;
  padding: 0px;
}

h5 {
  font-size: 11px;
  color: #A1B6B7;
  text-transform: lowercase;
  margin: 20px 0px 10px;
  padding: 0px;
}

HR {
	color: transparent;
	height: 1px;
	border: none;
	border-bottom: 1px solid #343534;
	margin: 20px 0px 10px;
}

/* linky */
A { color :#999; text-decoration: none;}
A:hover { color :aaa; text-decoration: underline; }

.header div.top-links A { color: #5B5B5B; }
div.submenu A { color: #CC0000; }


/* obecne */
.clnr {
	clear: both;
}

/*  MAIN and FOOTER ---------------------------------------------------- */

/* header */
.header {
	position: relative;
	width: 760px;
	margin: 0px auto 0px;
}

.header IMG.vn {
	position: absolute;
	top: 0px;
	left: -65px;
}

.header div.top-links {
	position: absolute;
	right: 45px;
	top: 16px;
	text-align: right;
	width: 300px;
} 

.header div.menu {
	position: absolute;
	right: 25px;
	top: 75px;
	text-align: right;
	width: 700px;
} 

/* content ----------------------- */
.content {
	background: transparent url(../images/bg.gif) repeat-y top center;
	margin: 0px auto 0px;	
	width: 760px;
	min-height: 340px;
	_height: 340px;
}

.content div.text {
	width: auto;
	text-align: left;
	margin: 0px 40px 0px;
	padding: 15px 40px 25px;
}


/* page footer */
.footer {
	position: relative;
	text-align: right;
	width: 760px;
	height: 100px;
	margin: 0px auto 0px;
	background: #000;
	color : #333;	
}
.footer SPAN {
	display: block;
	padding: 15px 40px 0px;

}







	