/* W Solutions (c) 2008 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {
	width: 100%;
	height: 100%;
	background-image:url(./images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: top center;
	font-family: Tahoma;
	font-size: 13px; 
	color: #4b493e;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #d45d33;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #d45d33;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

fieldset {
	width: 500px;
	border: none;
	text-align: center;
}

fieldset dl {
	padding: 0;
	min-height:10px;
}

fieldset dt {
	float: left;	
	width: 30%;
	text-align: left;
	display: block;
	font-weight: bold;
}

fieldset dd {
	margin-left: 31%;
	vertical-align: top;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
}

fieldset#login {
	width: 330px;
	float: right;
	margin-right: 40px;
	margin-top: 30px;
	clear: both;
}

fieldset#login dl {
	color: #FFFFFF;
	height: 30px;
}

fieldset#login dt {
	float: left;	
	width: 140px;
	text-align: right;
	display: block;
	font-weight: normal;
	height: 30px;
}

fieldset#login dd {
	margin-left: 150px;
	vertical-align: top;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
	height: 30px;
}

fieldset#login dt a:link, fieldset#login dt a:visited, fieldset#login dt a:active, fieldset#login dd a:link, fieldset#login dd a:visited, fieldset#login dd a:active {
	color: #ffe6a9;
	font-weight: bold;
	font-size: 12px;
}

fieldset#login dt a:hover {
	color: #ffe6a9;
	font-weight: bold;
	font-size: 12px;
}

fieldset.index-search {
	width: 400px;
	margin: 0 auto 0;
	background-image: url('./images/predel_orange.png');
	background-repeat: no-repeat;
	background-position: 100px;
}

fieldset.index-search dt {
	float: left;	
	width: 140px;
	text-align: left;
	display: block;
	font-weight: normal;
	padding-top: 3px;
}

fieldset.index-search dl.links {
	margin-top: 8px;
	margin-bottom: 8px;
}

fieldset.index-search dl.links dt {
	text-align: right;
	width: 180px;
}

fieldset.index-search dl.links dd {
	margin-left: 190px;
	font-weight: normal;
	text-align: left;
	padding-top: 3px;
}

fieldset.index-search dd {
	margin-left: 150px;
	vertical-align: top;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
}

input, textarea, select {
	width: 220px;
	height: 24px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url('./images/input_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #dedac0;
}

textarea {
	padding-top: 5px;
}

input.radio {
	width: 20px;
}

input.checkbox {
	width: 30px;
}

select {
	padding-right: 0;
}

input.login {
	width: 157px;
	height: 22px;
	padding-left: 6px;
	padding-top: 3px;
	color: #e39564;
	background-image: url('./images/input_login.png');
	border: none;
}

input.password {
	width: 157px;
	height: 22px;
	margin-top: 2px;
	padding-left: 6px;
	padding-top: 3px;
	color: #e39564;
	background-image: url('./images/input_password.png');
	border: none;
}

input.login_button {
	width: 61px;
	height: 55px;
	float: right;
	margin-right: -367px;
	margin-top: 30px;
	background-image: url('./images/input_login_button.png');
	cursor: pointer;
	text-indent: -50000px;
	border: none;
}

input.submit {
	height: 28px;
	background-image: url('./images/input_post_bg.png');
	background-repeat: repeat-x;
	font-weight: bold;
	cursor:pointer;
}

input.submit:hover {
	border: 1px solid #FFFFFF;
}

#header {
	width: 950px;
	height: 213px;
	margin: 0 auto 0;
	background-image: url('./images/header_bg.png');
}

#header p.meniny {
	float: right;
	padding-top: 5px;
	color: #ffffff;
}

div#logo a {
	float: left;
	width: 400px;
	height: 90px;
	margin-top: 10px;
	text-indent: -50000px;
}

#page {
	width: 950px;
	margin: 0 auto 0;
	margin-top: 30px;
}

#page-left {
	width: 230px;
	float: left;
}

#page-right {
	width: 700px;
	float: right;
	margin-left: 20px;
	text-align: left;
}

.box-top {
	width: 203px;
	height: 27px;
	padding-top: 10px;
	padding-left: 27px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	background-image: url('./images/box_top.png');
}
.box-content {
	width: 170px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	background-image: url('./images/box_bg.png');
}
.box-content p {
	text-align: left;
}
.box-bottom {
	width: 230px;
	height: 20px;
	margin-bottom: 20px;
	background-image: url('./images/box_bottom.png');
}
.box-content a:link, .box-content a:visited, .box-content a:active {
	color: #4b493e;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.box-content a:hover {
	color: #dd5e21;
	text-decoration: none;
}
.box-content ul {
	list-style: none;
}
.box-content ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
	background-image: url('./images/bog_li_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.box-content ul li.odrazka {
	padding-left: 15px;
}
.box-content ul li.end {
	background: none;
}
.box-content ul li.left {
	text-align: left;
}
.box-content ul li span {
	float: left;
}
.content {
	background-color: #fbf2da;
	border: 1px solid #f7e2ad;
	padding: 10px;
	margin-bottom: 20px;
}

#topmenu {
	text-align: left;
	clear: both;
	padding-top: 39px;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	padding-right: 40px;
	padding-bottom: 15px;
}

#topmenu a:hover {
	color: #ffffff;
	text-decoration: underline;
	padding-bottom: 15px;
}

#submenu {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	margin-right: 40px;
}

#submenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.banner {
	text-align: center;
	height: 60px;
}
ul.tri {
	list-style: none;
}
ul.tri li {
	width: 233px;
	height: 250px;
	float: left;
	background-image: url('./images/content_predel.png');
	background-repeat: no-repeat;
	padding-top: 30px;
}
.trimg {
	margin-left: 25px;
	float: left;
}
ul.tri li h3 {
	font-size: 13px;
	float: left;
	margin-left: 12px;
	margin-top: 7px;
}
ul.tri li p {
	clear: both;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.tip {
	text-align: left;
	margin-left: 30px;
}
.tip span {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
}
#klienti {
	border: 2px solid #ffc47c;
	clear: both;
	text-align: left;
}
#klienti ul {
		list-style-type: none;
		width: 100%;
		padding-top: 5px;
}
#klienti ul li {
		float: left;
		text-align: center;
}
.clear {
		clear: both;
}
#footer {
	clear: both;
	margin-top: 28px;
	background-color: #dedac0;
	padding: 10px;
}
.sprava_error {
	padding: 10px;
	border: 1px solid #d14719;
	background-color: #e77b2d;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.sprava_error a {
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.red {
	color: #FF0000;
}
a.awhitem {
	color: #FFFFFF;
}
.torange {
	background-color: #d14719;
	color: #FFFFFF;
}
.tblue {
	background-color: #4a72cc;
	color: #FFFFFF;
}