@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: #94CEFC;
	text-align: center;
	margin: 0;
	
}

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

h1
{
	
	color: #D80623;
	font-size: 150%;
	margin-bottom: 20px;
	padding: 10px 20px 20px 50px;
	font-weight: normal;
	background: url(../images/layout/bcg-h1.jpg) no-repeat;
}

h2
{
	font-size: 120%;
	color: #D80623;
	margin-top: 15px;
	margin-bottom: 5px;
}


h4
{
	font-size: 110%;
	 color: #94CEFC;
	padding-left: 20px;
	margin-bottom: 3px;
	text-transform:uppercase;
	background: url(../images/layout/bcg-h4.gif) no-repeat 0 50%;
}

/* ... Links ... */
a
{
	color: #4B87CD;
}

a:hover
{
	color: #D80623;
}

.MoreInfo
{
	text-align: right;
	margin-top: 10px;
	padding: 5px;
	
	
}
.MoreInfo a
{
	padding-right: 20px;
	text-decoration: none;
	background: url(../images/layout/bcg-sipka-orange.gif) no-repeat 100% 50%;
	font-weight: bold;
	
}




/* ... Text ... */
#Content
{
	line-height: 1.6em;
}

#Content p
{
	margin-bottom: 10px;
}

.Perex
{
	color: #4D76B4;
	font-weight: bold;
	margin-bottom: 20px;
}

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

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

a img
{
	border: 0 none;
}

/* ... Help ... */
.NoScreen
{
  display: none;
}

hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}





