
/*****Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td 
{ 
	margin: 0px; 
	padding: 0px; 
}

/****Basic*****/
html
{
	height: 100%;
}

body 
{
	background: url( /template/images//background.png ) repeat-x;
	font-family: "Trebuchet MS", "Geneva CY", Verdana;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#twrap 
{
	width: 922px;
	min-height: 100%;
	margin: 0 auto -70px;

}
#push
{
	height: 70px; 
}

/****Header*****/
#header
{
	height: 180px;
	background: url( /template/images/header-back.png ) no-repeat;
	padding: 0px 3px 0px 3px;
}

#logo{
	float: left;
}

#header-banner{
	height: 90px;
	width: 728px;
	border: 1px solid #949494;
	float: left;
	margin-top: 6px;
}

#header-banner img{
	border: none;
}

#header-top
{
	height: 95px;
}

#header-menu
{
	height: 70px;
	background: url( /template/images/menu-back.png ) repeat-x;
	padding: 25px 30px 10px 30px;
}

#header-menu ul 
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#header-menu  li
{
	padding-bottom: 10px;
	margin: 0;
	float: left;
	display: block;
	height: 20px;
	min-width: 140px;
}



#header-menu  ul li a 
{
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	line-height: 20px;
	padding: 10px 20px 10px 20px;;
}

#header-menu ul li a:hover, #header-menu ul li a.link
{
	color: #fa7401;
}


/*****Main*****/
#main
{
	margin: 0px;
	height: auto !important;
	background: url( /template/images/main-back.png ) repeat-y;
}

#main .title
{
	text-transform: uppercase; 
	border-bottom: 1px solid #cccccc;
	font-size: 19px;
	width: 60%;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 20px 0px;
	color: #353535;
	font-weight: lighter;
}

#main .smalltitle
{

	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	color: #f0780a;
	font-weight: 600;
}

#content
{

	padding: 20px 30px 20px 30px;
	color: #5e5e60;
}

#inside
{
	
}

#inside a, #inside a:visited
{
	text-decoration: underline;
	color: #f0780a;
}



#inside a:hover
{
	text-decoration: none;
}


* html #main 
{
	height:100%;
}

#slovar
{
	text-align: center;
}

.pager
{
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.pager a
{
	background-color: #FFFFFF;
	border: 1px solid #72728C;
	color: #f0780a;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 1px 0px 1px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

.pager a:hover, .pager span
{
	background-color: #262b31;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 1px 0px 1px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
a.img, a.img:hover
{
	border: 0px;
	background-color: #ffffff;
	padding: 1px;
	margin: 0px;
	
}


a.slovar-crke 
{
	background-color: #FFFFFF;
	border: 1px solid #72728C;
	color: #f0780a;
	font-weight: bold;
	line-height: 25px;
	margin: 2px 1px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
}


a.slovar-crke-s, a.slovar-crke:hover, span.slovar-crke-s
{
	background-color: #262b31;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	margin: 2px 1px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
}

#gesla
{
	padding-top: 20px;
}

.geslo
{
	padding-bottom: 20px;
}

.geslo li, .inside li
{
	margin-left: 20px;
}



/****Footer****/

#footer
{
	height: 50px;
	background-color: #21262c;
	color: #ffffff;
	text-align: center;
	padding: 30px 0px 0px 0px;
	font-weight: lighter;
}


#footer a, #footer a:visited
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: lighter;
}


#footer a:hover
{
	text-decoration: none;
}


/****other****/
.clear
{
clear: both;
}