@import url("tables.css");
@import url("layout.css");
@import url("img.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: #FFF;
	text-align: center;
	background: url(../images/layout/bcg-body.jpg) repeat-x;
	
}

table
{
	width: 97%;
}

table, th, td
{
	font-size: 100%;
}

td, th
{
	vertical-align: top;
}

h1
{
	
	color: #895F30;
	font-size: 150%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 25px;
	font-weight: normal;
	background: url(../images/layout/bcg-h1.gif) no-repeat 0 50%;
}

h2
{
	font-size: 120%;
	color: #895F30;
	margin-top: 10px;
  text-decoration:  none !important;
}

.GreenH2
{
	color: #9DB112;
	/*border-top: solid 1px #EAE0AD;*/
}

h3
{
	font-size: 105%;
	margin-top: 10px;
}
 h4 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}
#PageHome #Content h4
{
	margin: 20px 0 10px 0;
	border-bottom: dotted 1px #899B0D;
}
h5
{
	font-size: 110%;
	margin-bottom: 10px;
	font-weight: normal;
	
}

/* ... Links ... */
a
{
	color: brown;
}

a:hover
{
	color: green;
}

.MoreInfo
{
	text-align: right;
	margin-top: 10px;
	padding: 5px;
	
	
}
.MoreInfo a
{
	padding-right: 10px;
	text-decoration: none;
	
}




/* ... Text ... */
#ContentIn p
{
	line-height: 1.6em;
	margin-top: 10px;
}

.Perex
{
	font-weight: bold;
	margin-bottom: 20px;
}

.BoldText
{
	font-weight: bold;
	color: #005725;
}

.CenterText
{
	text-align: center;
}

/* ... List ... */
#MainContent 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;
}
a img
{
	border: 0 none;
}

/* ... 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;
}





