body
{
	font-family: "Trebuchet MS", Arial;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(body.gif) left 108px repeat-x;
}

.editor { background-color: #048450; padding: 5px; }

form {  margin: 0px; }

input.field,
input.text
{
	border: 0px;
	width: 200px;
	height: 16px;
	margin: 0px 0px 2px 0px;
	font-size: 12px;
}

input.field.sm { width: 100px; }
input.field.ssm { width: 50px; }
input.field.bg { width: 250px; }
input.field.bbg { width: 300px; }

input.file { height: 20px; }

select { font-size: 11px; }

textarea,
textarea.field
{
	border: none;
	width: 250px;
	height: 80px;
	margin: 0px 0px 2px 0px;
	font-family: arial;
	font-size: 12px;
}
textarea.field.sm { width: 200px; }
textarea.field.ssm { width: 150px; }
textarea.field.bg { width: 300px; }
textarea.field.bbg { width: 350px; }
textarea.field.full { width: 99%; }

input.submit
{
	border: 1px solid #ffffff;
	background-color: #048450;
	color: white;
	font-weight: bold;
	font-size: 12px;

	width: 100px;
	padding: 0px 3px;
	margin: 0px 0px 2px 0px;
	float: right;
}
input.submit.sm { width: 50px; }
input.submit.ssm { width: 25px; }
input.submit.bg { width: 125px; }
input.submit.bbg { width: 150px; }
input.submit.login { width: 25px; padding: 1px 3px 1px 3px; margin-bottom: 3px; }

label {  }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
{
	margin: 10px 0px 5px 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial;
}

h1, h1 a { font-size: 15px; text-transform: uppercase; }
h2, h2 a { font-size: 14px; }
h3, h3 a { font-size: 13px; }
h4, h5, h6, h4 a, h5 a, h6 a { font-size: 12px; }

p { margin: 0px 0px 8px 0px; }

a { color: #ffffff; }
a:hover
{
	color: #000000;
	text-decoration: none;
}

a img{ border: none; } /* , a:link img */

a.back { color: #ffffff; }

img.border{ border: 1px solid #333333; }

table {  }
table td
{
	padding: 4px;
	font-family: tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

ul, ol { margin: 5px 0px 10px 0px; padding: 0px; }
ul li { margin: 0px 0px 0px 18px; padding: 0px; list-style-type: square; }
ol li { margin: 0px 0px 0px 26px; padding: 0px; list-style-type: decimal; }

hr
{
	color: #ffffff;
	height: 1px;
	border: none;
	background-color: #ffffff;
}

.captcha-image
{
	border: 1px solid #ffffff;
	float: left;
	margin: 0px 5px 5px 0px;
}
.captcha-help
{
	font-size: 11px;
	line-height: 13px;
}
.captcha-number
{
	margin: 0px 0px 0px 0px;
	width: 90px;
	clear: left;
	font-weight: bold;
	color: #048450;
	font-size: 13px;
	text-align: center;
	border: 0px;
}

/* tabulky z editoru */
table.standard{
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

table.standard th{
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
	color: #000000;
	text-align: left;
}
table.standard td{
	border: 1px solid #bbbbbb;
	text-align: left;
}
table.colored{
	border: 1px solid #31f9a6;
	border-collapse: collapse;
}

table.colored th{
	background-color: #31f9a6;
	border: 1px solid #31f9a6;
	color: #000000;
	text-align: left;
}
table.colored td{
	border: 1px solid #31f9a6;
	text-align: left;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 2px 10px 2px 10px;
}

table.invisible,
table.invisible td,
table.invisible th
{
	border: none;
	text-align: left;
}

/* web */

div.body 
{ 
	width: 975px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	border: 10px solid #ffffff;
}

div.top
{ 
	height: 98px;
}

div.logo
{ 
	float: right;
	width: 165px;
	height: 90px;
}

.logo a
{  
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.logo span
{ 
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(logo.gif) left top no-repeat;
	cursor: pointer;
}

.content-home
{ 
	float: right;
	width: 199px;
	height: 390px;
	background: #048450;
	color: #ffffff;
	padding: 20px 23px 40px 23px;
}

.content
{ 
	float: right;
	width: 439px;
	_height: 384px;
	min-height: 384px;
	overflow: hidden;
	overflow-y: visible;
	background: #048450;
	color: #ffffff;
	padding: 26px 23px 40px 23px;	
}

.page-img
{ 
	width: 480px;
	height: 450px;
	background: url(page-bg.jpg) left top no-repeat;
	border-right: 10px solid #ffffff;
}

.homepage-box
{ 
	width: 355px;
	height: 220px;
	border-right: 10px solid #ffffff;
	float: left;
	overflow: hidden;
}

.homepage-box.bb
{ 
	border-bottom: 10px solid #ffffff;	
}

a.homebox-link 
{ 
	display: block;
	position: relative;
	width: 355px;
	height: 220px;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff !important;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

a.homebox-link img 
{ 
	border: 0px !important; 
	position: absolute;
	left: 0px;
	top: 0px;	
}

a.homebox-link span.hover 
{ 
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

a.homebox-link span.hover span.in
{ 
	display: block;
	width: 100%;
	height: 100%;
	padding: 165px 0px 0px 30px;
	background: none; 
	cursor: pointer;	
}

a.homebox-link:hover span.hover span.in { background: url(home-box-hover.png) left top no-repeat; }

a.homebox-link span.text 
{  
	position: absolute;
	left: 30px;
	bottom: 25px;

}

.main-menu 
{ 
	color: #5d5f5e;  
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 28px;
	float: left;
}

.main-menu a
{ 
	line-height: 28px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #5d5f5e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 6px;
	text-decoration: none;
}

.main-menu a:hover { color: #000000; }

.main-menu a.active
{ 
	background: #048450;
	color: #ffffff;
}

.submenu
{ 
	float: left;
	clear: left;
	background: #dfdfdf;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #5d5f5e;
	height: 28px;
	line-height: 28px;
	margin-top: 6px;
}

.submenu a
{ 
	display: block;
	float: left;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: #5d5f5e;
	height: 28px;
	line-height: 28px;
	margin: 0px 9px;
	text-decoration: none;
}

.submenu a.active
{ 
	color: #048450;
	text-decoration: underline;
}

.service-menu { 
	margin: 10px 0px;
	background: #dfdfdf;
	color: #5d5f5e;
	font-weight: bold;
	padding: 0px 10px;
	line-height: 250%;
}

.service-menu .left { 
	float: none;
	margin: 0px 3px;
}

.service-menu a { 
	color: #5d5f5e;
	line-height: 250%;
	text-decoration: none;
}

.service-menu a.active { 
	color: #048450;
}




/* Formulare */
.custom-form td.label
{
	vertical-align: top;
	font-weight: bold;
	width: 130px;
}

/* pager */

.pager
{ 
	text-align: center; 
	font-weight: 900;	
}

.pager a { font-weight: bold !important; }


/* galerie */


/* Hlasky */

.error
{
	font-weight: bold;
	color: #aa1616;
}

.info { font-weight: bold; }

div.messages 
{ 
	border: 1px solid #ffffff;
	padding: 3px;
	margin-bottom: 10px;
	background: #31f9a6;
}

div.messages p 
{ 
	line-height: 150%; 
	margin: 0px;	
}

div.messages p.title
{
	text-transform: uppercase;
	color: #aa1616;
	font-weight: bold;
}

/* Vyhledavani */
h4.name { 	margin: 10px 0px 0px 0px; 	}


.relevance 
{ 
	font-style: italic;
	color: #666;
	font-size: 11px;
	margin: 0px;
}

p.text 
{ 
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

/* katalog */

.catalog-list
{ 
	
}

.catalog-list .top
{ 
	height: 88px;
	width: 855px;
	overflow: hidden;
}

.model-go-left, .model-go-right
{ 
	width: 20px;
	height: 450px;
	margin: 0px 20px;
}

.model-go-left
{ 
	float: left;
	background: url(arrow-left.gif) center center no-repeat;
}

.model-go-right
{ 
	float: right;
	background: url(arrow-right.gif) center center no-repeat;
}

.model-list
{ 
	margin: 0px;
	float: left;
	width: 855px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.model-list .inner 
{ 
	width: 10000px;
	height: 300px;
	margin: 0px;
	position: relative;
}

.model-list .item
{ 
	width: 280px;
	height: 300px;
	margin: 0px 5px;
	float: left;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #058451;
}

.model-category-menu { 
	margin: 50px 5px 0px 5px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #058451;
}

.model-category-menu a { 
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #058451;
}

.model-category-menu a:hover { color: #000000; }

.model-detail 
{  
	width: 975px;
	overflow: hidden;
}

.model-detail .data-right
{ 
	width: 480px;
	float: right;
}

.model-detail .content 
{ 
	padding-top: 23px; 
	min-height: 10px;	
}

.model-detail .model-data h3 { color: #5d5f5e }




/* cleaner */
.cl
{
   clear: both;
   width: 100%;
   line-height: 0px;
   height: 0px;
   font-size: 0px;
   overflow: hidden;
   margin: 0px;
}

.left { float: left; }
.right { float: right; }

.h2 { height: 2px !important; }
.h3 { height: 3px !important; }
.h5 { height: 5px !important; }
.h10 { height: 10px !important; }
.h15 { height: 15px !important; }
.h17 { height: 17px !important; }
.h20 { height: 20px !important; }
.h25 { height: 25px !important; }
.h35 { height: 35px !important; }
.h50 { height: 50px !important; }
.h100 { height: 100px !important; }
.h200 { height: 200px !important; }

.m0 { margin: 0px; }
.mt0 { margin-top: 0px; }
.mr0 { margin-right: 0px; }

.mb0 { margin-bottom: 0px; }
.ml0 { margin-left: 0px; }

.m3 { margin: 3px; }
.mt3 { margin-top: 3px; }
.mr3 { margin-right: 3px; }
.mb3 { margin-bottom: 3px; }
.ml3 { margin-left: 3px; }

.m5 { margin: 5px; }
.mt5 { margin-top: 5px; }
.mr5 { margin-right: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }

.m10 { margin: 10px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px !important; }

.mr20 { margin-right: 20px; }
.mb20 { margin-bottom: 20px; }

.mt-15 { margin-top: -15px; }

.p0 { padding: 0px !important; }
.pt0 { padding-top: 0px; }
.pr0 { padding-right: 0px; }
.pb0 { padding-bottom: 0px; }
.pl0 { padding-left: 0px; }

.p3 { padding: 3px; }
.pt3 { padding-top: 3px; }
.pr3 { padding-right: 3px; }
.pb3 { padding-bottom: 3px; }
.pl3 { padding-left: 3px; }

.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }

.p8 { padding: 8px; }
.pt8 { padding-top: 8px; }
.pr8 { padding-right: 8px; }
.pb8 { padding-bottom: 8px; }
.pl8 { padding-left: 8px; }

.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }

.p15 { padding: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }
.pl30 { padding-left: 30px; }

.fs0 {font-size: 0px;}
.fs10 {font-size: 8px;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs25 {font-size: 26px;}

.up { text-transform: uppercase; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.tac { text-align: center !important; }
.tal { text-align: left !important; }
.tar { text-align: right !important; }
.taj { text-align: justify !important; }

.border {border: 1px solid #058451;}

.req { color: #dddddd; font-weight: bold; }

.w50p { width: 50%; }
.w99p { width: 99% !important; }
.w19p { width: 19% !important; }
.w76p { width: 76% !important; }

.lh130 { line-height: 130% !important; }
.lh150 { line-height: 150% !important; }
.lh200 { line-height: 200% !important; }

.hidden { display: none; }