@import url("layout.css");
@import url("img.css");
@import url("tables.css");
/* ---------------------------------------------------------------
Main Style Sheet
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

/* ... Body ... */
body
{
	font-family: "verdana", "arial ce", "helvetica ce", verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #333333; 
	background:#124C20;
	text-align: center;
	margin: 0;
	
}
table
{
	width: 98%;
}

table, th, td
{
	font-size: 100%;
}

td
{
	vertical-align: top;
}

h1
{
	
	font-size: 120%;
	color:  #009C68;
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 30px;
	height: 30px;
	background: url(../images/layout/bcg-h1.gif) no-repeat 0 50%;
	text-transform:uppercase;
}

#IndexMain h1
{
	color: #639FAE;
	background: url(../images/layout/bcg-h1-index.gif) no-repeat 0 50%;
	color: #008850;
}

h2
{
	font-size: 120%;
	color: #E10915;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

h2 a
{
	text-decoration: none;
	
}
h2 a:hover
{
	text-decoration: underline;
}
h4
{
	font-size: 110%;
	color: #008EB7;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/layout/bcg-h4.gif) no-repeat 0 50%;
}

h4
{
	font-size: 110%;
	color: #5D5D5D;
	padding-left: 30px;
	margin-left: 10px;
	margin-bottom: 15px;
	line-height: 20px;
	height: 20px;
	background: url(../images/layout/bcg-h-green.gif) no-repeat 0 50%;
}
#Bar #leftH4_3
{
	background: url(../images/layout/bcg-h4-form.gif) no-repeat 0 50% !important;
}
#IndexCatalog h4
{
	background: url(../images/layout/bcg-h-blue.gif) no-repeat 0 50% !important;
}
.HGreen
{
	background: url(../images/layout/bcg-h-green.gif) no-repeat 0 50% !important;
}


/* ... Links ... */
a
{
	color:  #124C20;
}

a:hover
{
	color: #008850;
}


	

a.MoreInfo
{
	margin-left: 10px;
	padding-left: 7px;
	text-decoration: none;
	color: #94AE08;
	font-weight: bold;
	background: url(../images/layout/bcg-more-info.gif) no-repeat 0 50%;
	
}
a.MoreInfo:hover
{
	text-decoration: underline;
}

#ArticleTable a.MoreInfo
{
	color: 008A58;
	padding-right: 10px;
	background: url(../images/layout/bcg-more-info.gif) no-repeat 100% 50%;
	
}

a.DetailInfo
{
	margin-left: 10px;
	padding-left: 7px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/layout/bcg-detail-info.gif) no-repeat 0 50%;
	
}
#IndexCatalog ul
{
	list-style: none;
	
}

#IndexCatalog a
{
	display: block;
	margin-left: 10px;
	padding-left: 7px;
	background: url(../images/layout/bcg-detail-info.gif) no-repeat 0 7px;
	line-height: 1.6em;
	color: #3E92CD;
}
#IndexCatalog a:hover;
{
	color: #94AE08 !important;
}




/* ... Text ... */
#ContentIn p
{
	line-height: 1.6em;
	margin-bottom: 10px;
}

.Perex
{
	color: #124C20;
	font-weight: bold;
	margin-bottom: 20px;
}

.CenterText
{
	text-align: center;
}

/* ... List ... */
#DetailBenefits ul li
{
	margin-left: 15px;
}

/* ... Help ... */
.NoScreen
{
  display: none;
}

hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
#Counter
{
	display: none;
	text-align: center;
}

/* ... Images ... */
a img
{
	border: 0 none;
}

.left-img
{
	float: left;
	margin-right: 15px;
}

.right-img
{
	float: right;
	margin-left: 15px;
}

/* ... Messages ... */

.ErrorList
{
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	border: solid 2px red;
	background-color: #FFE1E1;
}

.ErrorList h2
{
	font-size: 120%;
	color: #FFF;
	background: red;
	padding: 5px;
	margin-bottom: 5px;
}

.ErrorMessage
{
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	border: solid 2px red;
	background-color: #FFE1E1;
	text-align: center;
}


.DeleteForm
{
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	border: solid 2px red;
	background-color: #FFE1E1;
	text-align: center;
}

.WarMessage
{
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #FF9900;
	background-color: #FFEACA;
	text-align: center;
}

.OkMessage
{
	margin: 20px 0;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #009966;
	background-color: #D7FFD7;
	text-align: center;
}
/* ... Images ... */

a img
{
	border: 0 none;
}
.img-left
{
	float: left;
	margin-right: 15px;
}
.img-right
{
	float: right;
	margin-left: 15px;
}

/* ... Help ... */
.NoScreen
{
  display: none;
}

hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}





