@import 'reset.css';
@import 'useful.css';
@import 'content.css';
@import 'page.css';

/*--ESSENTIAL--------------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
    background: #fff url("../images/background/body.png") 0 0 repeat-x;
    padding: 211px 0 20px 0; /*111*/
    behavior: url(scripts/csshover.htc);
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 976px;
	margin: 0 auto 0 auto;
	padding: 170px 8px 0 8px;
	position: relative;
	text-align: left;
	background: url("../images/background/page.png") 0 0 repeat-y;
}

#rightPart {
	width: 655px;
	padding: 0 35px 15px 0;
	float: right;
}

#leftPart {
	width: 225px;
	padding: 0 0 15px 0;
	float: left;
}

/*--CONTENT---------------------------------------------------------------*/

#content {	
	width: 960px;
	padding: 40px 0 0 0;
	background: url("../images/background/content.png") 0 0 repeat-x;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	width: 976px;
	height: 170px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/background/header.png") 0 0 no-repeat;
}

#header #logo {
	position: absolute;
	left: 38px;
	top: 35px;
}

#header .root {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	position: absolute;
	right: 615px;
	top: 114px;
	color: #FFF100;
}

#header .headerLink {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 133px;
	padding-left: 40px;
	display: block;
	height: 32px;
	color: #000;
	text-decoration: none;
	line-height: 32px;
}

#header .headerLink:hover {
	text-decoration: underline;
}

#header .headerLink.yellow {
	left: 16px;
	width: 132px;
	background: url("../images/background/header_link_yellow.png") 0 0 no-repeat;
}

#header .headerLink.blue {
	left: 199px;
	width: 207px;
	background: url("../images/background/header_link_blue.png") 0 0 no-repeat;
}

#header .headerLink.green {
	left: 457px;
	width: 117px;
	background: url("../images/background/header_link_green.png") 0 0 no-repeat;
}

#header .loginBox {
	width: 330px;
	position: absolute;
	right: 30px;
	top: 15px;
}

#header .moved {
	right: 30px;
	width: 230px;
}

.userInfo {
	color: #fff;
	line-height: 26px;
}

.logoutButton {
	font-size: 14px !important;
}

.userInfo a {
	color: #FFF100;
	font-size: 0.85em;
}

#header .loginBox h2 {
	color: #fff;
	font-size: 1em;
	margin: 0 0 8px 0;
	font-weight: bold;
}

#header .loginBox table td {
	background: none;
	border: none;
	padding: 2px 4px 2px 2px;
	vertical-align: middle;
	font-size: 0.85em;
}

#header .loginBox table td label {
	color: #fff;
}

#header .loginBox table td a {
	color: #FFF300;
	text-decoration: none;
}

#header .loginBox table td a:hover {
	text-decoration: underline;
}

#header .loginBox table td input.text {
	background: #fff;
	border: 1px #D60000 solid;
	width: 144px;
	height: 16px;
	font-size: 13px;
}

#header .loginBox table td input.button {
	height: 21px;
	width: 81px;
	color: #000;
	border: none;
	position: relative;
	right: 11px;
	cursor: pointer;
	font-weight: bold;
	background: url("../images/background/button_yellow.gif") 0 0 no-repeat;
}

/*--MENU------------------------------------------------------------------*/

#menu {
    width: 215px;
	margin: 0;
	padding: 0;
	position: relative;
	left: -10px;
	margin-bottom: 30px;
}

#menu li {
	width: 215px;
	margin: 0 0 3px 0;
	padding: 0;
	background: none;
}

#menu li a {
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background: url("../images/menu/menu_item.png") 10px 0 no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.active a {
	height: 40px;
	background: url("../images/menu/menu_item_active.png") 0 0 no-repeat;
	color: #000;
}

#menu li.active ul {
	padding: 0 0 13px 0;
}


#menu li.active ul li {
	padding: 0 0 0 28px;
}

#menu li.active ul li a {
	width: 150px;
	height: auto;
	line-height: normal;
	padding: 0 0 3px 23px;
	font-size: 14px;
	font-weight: normal;
	background: url("../images/menu/menu_item2.png") 0 0 no-repeat;
	color: #000;
	border-bottom: 1px #DDDBAA solid;
}

#menu li.active ul li.active a {
	background: url("../images/menu/menu_item2_active.png") 0 0 no-repeat;
}

.magazine {
	text-align: center;
}

.magazine img {
	display: block;
	padding: 7px;
	border: 1px #DDDBAA solid;
	margin: 0 auto;
}

/*--FOOTER----------------------------------------------------------------*/

#footer {
	width: 900px;
	height: 36px;
	margin: 0;
	padding: 34px 38px 0 38px;
	position: relative;
	left: -8px;
	background: url("../images/background/footer.png") 0 0 no-repeat;
	color: #fff;
	font-size: 0.85em;
}

#footer a {
	color: #FFF100;
	text-decoration: none;
}

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

#footer .copy {
	float: left;
}

#footer .footerLinks {
	width: 630px;
	float: right;
	padding-top: 3px;
}

#footer .footerLinks li {
	float: left;
	padding: 0 5px;
	background: none;
}

#footer .footerLinks li a {
	_float: left;
	font-weight: bold;
}

/*--BANNERS-----------------------------------------------------------*/

#bannerTop {
	width: 750px;
	height: 200px; /*100*/
	overflow: hidden;
	position: absolute;
	left: 8px;
	top: -206px; /*106*/
}

#bannerRight {
	width: 120px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	right: -110px;
	top: 145px;
}

/*--THEMES------------------------------------------------------------*/

.themes {
	padding: 10px 0 0 0;
}

.themes .theme h3 {
	background: url("../images/menu/menu_item2.png") 0 2px no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 8px 0;
}

.themes .theme p {
	font-size: 0.85em;
	margin-bottom: 15px;
}

/*--PHORUM------------------------------------------------------------*/

.imageButton {
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

#textHolder label {
	font-size: 1em;
	display: block;
	margin-bottom: 4px;
}

.hledej input.textinput {
	background: #FFFEE8 url("../images/background/input_brown.png") 0 0 repeat-x;
	border: 1px #74632D solid;
	width: 300px;
	height: 20px;
	vertical-align: middle;
	font-size: 16px;
}

select.textinput {
	font-size: 13px !important;
}

.form textarea {
	background: #FFFEE8 url("../images/background/input_brown.png") 0 bottom repeat-x;
	border: 1px #74632D solid;
	vertical-align: middle;
	font-size: 16px;
	width: 631px;
}

.form {
	margin-bottom: 8px;
}

.jmeno {
	padding-top: 12px;
}

form .form {
	background: #E7DDBE;
	padding: 12px;
}

form.yellow .form {
	background: #FCF27A;
}

form.blue .form {
	background: #AAF0FF;
}

form.green .form {
	background: #ADFFC6;
}

.mand input, .mandatoryField input, .mandField, .mandatoryField textarea {
    border: 2px solid #FE9900 !important;
}

.tiw210 input {
	width: 210px !important;
}

.mand label {
	padding-left: 10px;
	background: url("../images/textfileld_image.gif") 0 50% no-repeat;
}

.vypis-1, .vypis-2 {
	background: #CCCCCC !important;
}

.pridej-1, .pridej-2 {
	font-size: 16px !important;
}

.lPad {
	padding-left: 10px;
}

.form .wide {
	width: 631px;
}

.form .half {
	width: 300px;
}

.form .small {
	width: 90px;
}

small {
	font-size: 0.75em;
}

#captcha {
	vertical-align: middle;
}

.smaller {
	font-size: 0.85em;
}

form .form-0 {
	border-bottom: 1px #59C0D1 solid; 
}

.inline {
	display: inline !important;
}

.forum_back_1 {
	background: #F3F1DA;
	padding: 5px;
	margin: 0;
	border-bottom: 2px #FFFEE8 solid;
	font-size: 14px;
}

.forum_back_2 {
	background: #F3F1DA;
	padding: 2px;
	margin: 0;
	border-bottom: 5px #FFFEE8 solid;
	font-size: 14px;
}

.forum_back_1 a, .forum_back_2 a {
	color: #E00000;
}

.forum_back_1 a:hover, .forum_back_2 a:hover {
	text-decoration: underline;
}

.forum_back_0 {
	background: #BDE0E8;
	padding: 2px;
	margin: 0;
	border-bottom: 5px #FFFEE8 solid;
	font-size: 14px;
}

.forum_content .note {
	color: #74622D;
	font-size: 0.75em;
}

.forum_content {
	line-height: 1.5em;
} 

form .form-1 {
	
}

form .form-2 {
	background: #FFFFFF;
	padding: 10px;
	/*border-top: 1px #59C0D1 solid;*/
	border-bottom: 1px #59C0D1 solid; 
}

form .form-3 {
	background: #FFFFFF;
	padding: 10px;
	/*border-top: 1px #59C0D1 solid;*/
	border-top: 1px #59C0D1 solid; 
}

.form input {
	background: #FFFEE8 url("../images/background/input_brown.png") 0 0 repeat-x;
	border: 1px #74632D solid;
	height: 20px;
	vertical-align: middle;
	font-size: 14px;
}

#textHolder form {
	margin-bottom: 12px;
}

input.radio {
	border: 0px;
}

.minTextarea textarea {
	width: 612px;
}

input.radio {
	width: auto;
	font-size: 1em;
}

.vaTop td {
	vertical-align: top;
}

.submit {
	font-weight: bold;
	font-size: 1.1em;
	background: #E00000;
	color: #fff;
	border: none;
	padding: 2px;
	margin-bottom: 10px;
	cursor: pointer;
}

.w300 {
	width: 300px;
}

.paging {
	margin: 0;
}

.paging td {
	border: none;
}

.paging .numbers {
	text-align: center;
}

.paging .numbers img {
	vertical-align: middle;
}

/*--FORMS-----------------------------------------------------------*/

span.clear {
	clear: both;
	display: block;
}

.radioTitle {
	display: block;
	padding-bottom: 6px;
}

.maxWidth {
	width: 615px;
}

.maxWidth2 {
	width: 627px;
}

.radios {
	margin-bottom: 0;
}

.radios td {
	padding: 2px;
	vertical-align: middle;
}

.radios td.radioWidth {
	width: 15px;
}

.mandInner textarea {
	width: 623px;
    border: 2px solid #FE9900 !important;
}

#logoutButton {
	color: #FFF100 !important;
	font-weight: bold;
}

#rectangle {
	position: relative;
	top: 5px;
	left: 33px;
}
