/*
css reset
*/
html {
	color:#fff;
	
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}

/* body */
body {
	background:#000000 url(../images/background.jpg);
	background-position:0% -15%;
	//-moz-user-select:none;
}

h1
{	
	font:normal 18px Tahoma;
	color:#fff;
}

h2
{
	font:bold 14px Tahoma;
	color:#fff;
}

h3
{
	font:bold 12px Tahoma;
	color:#fff;
}

.header {
	width:100%;
	height:115px;
	background-color:#1d1d1d;
	border-bottom:2px solid #c61800;
}
.header-main {
	margin:0px auto;
	width:1024px;
	height:115px;
	border:0px solid red;
	background-image:url(../images/header-bk.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.logo
{
	float:left;
}
.meniu {
	width:705px;
	height:31px;
	float:left;
	border:0px solid red;
	margin-top:5px;
}

.meniu img
{
	float:left;
	margin-right:2px;
	margin-top:2px;
}

.search
{
	width:300px;
	height:31px;
	float:right;
	border:0px solid red;
}
.search table
{
	border-collapse:collapse;
	margin-top:6px;
	float:right;
}
.input-search
{
	width:150px;
	border:1px solid #c61800;
	padding:4px 0px 4px 26px;
	background-repeat:no-repeat;
	background-position:left;
	font:normal 12px Tahoma;
	color:#000;
	float:right;
}

.main   
{
	margin:0px auto;
	width:1024px;
	border:0px solid red;
	margin-top:10px;
	height:auto;
}
.main-left
{
	float:left;
	width:760px;
	_width:755px;
	border:0px solid red;
	margin-right:11px;
	background:url(../images/main-top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.main-left-content
{
	background:#3b3b3b;
	margin-top:10px;
	padding-left:10px;
	border:0px solid red;
}
.main-right
{
	float:left;
	width:250px;
	background:url(../images/right-top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.main-right-content
{
	background:#3b3b3b;
	min-height:100px;
	margin-top:7px;
	_border:1px solid #dadada;
}

.content-video
{
	border:0px solid red;
	width:730px;
	_width:730px;
	float:left;
}
.video
{
	width:540px;
	float:left;
}
.video p
{	
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	margin-top:8px;
}
.video a
{
	font:bold 11px Tahoma;
	color:#fff;
	text-decoration:none;
	padding-left:4px;
}
.video-related
{
	width:205px;
	float:left;
	text-align:right;
}
.video-related table a
{
	font:bold 11px Tahoma;
	color:#fff;
	text-decoration:none;
	padding-left:4px;
	
}
.video-related p a{
	font:bold 11px Tahoma;
	color:#fff;
	text-decoration:none;
	padding-left:4px;
	
}
.video-related p a:hover{
	color:#c61800;
}

.report a {
	float:right;
	color:#c61800;
	text-decoration:none;
	font:bold 12px Tahoma;
	margin-bottom:10px;
}


/* accordition test */
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:100%;
  margin-top:5px;
  padding-left:2px;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:left;
  background-repeat:repeat-x;
  display:table-cell;
  background-color:#fff;
  width:243px;
  color:#3b3b3b;
  border:1px solid #3b3b3b;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
}

.AccordionContent p
{
	width:240px;
	background-color:#474646;
}
.AccordionContent p:hover
{
	width:240px;
	background-color:#666;
}
.AccordionContent p a
{
	font:bold 11px Tahoma;
	color:#fff;
	text-decoration:none;
}
.AccordionContent p span
{
	margin-left: 10px;
	font:bold 10px Tahoma;
	color:#fff;
	text-decoration:none;
}

.AccordionContainer
{
  border: 0px solid #000;
}

.main-right-content h2 {
	margin-left:10px;
	font:bold 12px Tahoma;
	margin-bottom:2px;
}
.main-right-content h3 {
	margin-left:20px;
	font:bold 10px Tahoma;
}
.main-right-content h3 a {
	font:bold 11px Tahoma;
	color:#FFFFFF;
	text-decoration:none;
}
.main-right-content h3 a:hover {
	text-decoration: underline;
}

/* footer */
.footer {
	width:100%;
	height:115px;
	background-color:#1d1d1d;
	margin-top:10px;
}
.footer-main {
	margin:0px auto;
	width:1024px;
	height:115px;
	border:0px solid red;
	background-image:url(../images/footer-bk.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.povesti p 
{
	font:normal 12px Tahoma;
	color:#fff;
	text-decoration:none;
}
.footer-meniu
{
	width:900px;
	height:20px;
	float:left;
	border:0px solid red;
	background:#000;
	margin-top:30px;
	margin-left:20px;
}
.menu-items-footer
{
	font:normal 12px Tahoma;
	color:#fff;
	float:left;
	margin-right:40px;
}
.menu-items-footer a
{
	color:#fff;
	text-decoration:none;
}
.comment-input {
	width:200px;
	margin-bottom:5px;
	font:bold 11px Trebuchet MS;
	margin-left:15px;
	padding: 1px 0px 1px 2px;
}

