/*************************************
***    vytvořilo AgiPro s.r.o.     ***
***    http://www.agipro.cz        ***
***    copyright c AgiPro s.r.o.   ***
*************************************/

/*************************************************************************************
*********************************   XHTML elements   *********************************/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
html, body{
	font-size: 1em;
	overflow: auto;
	width: 95%;
	height: 100%;
}
body{
	font-size: 1em;
	text-align: center;
}
p{
	text-indent: 15px;
	padding: 5px 10px;
}
form p{
	margin: 0;
	padding: 0;
}
form div{
	clear: left;
}
form,form p,input{
	float: left;
}
a{
	color: #454545;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0px;
}
h6{
	color: #0953C4;
}
textarea{
	overflow: auto;
}

/*************************************************************************************
********************************   CLASSES elements   *******************************/

.red{
	color: #C10000;
}
.blue{
	color: #0953C4;
}
.gray{
	color: #616161;
}
.RedGray{
	color: #653F40;
}

.small{
	font-size: 0.65em;
}
.bold{
	font-weight: bold;
}
.fontVerdana{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.HideItem{
	display: none;
}

.center{
	text-align: center;
}

.floatRight{
	float: right;
}
.LMargin60{
	margin-left: 60px;
}

/*************************************************************************************
*******************************   LAYOUT definition   *******************************/

#boxScreen{
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

/******************
****   VRŠEK   ****
******************/

#boxTop h1{
	margin: 15px 0 0 10px;
}

/******************
****   OBSAH   ****
******************/

#boxContent{
	padding: 5px 5px 0 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#boxContent h3{
	letter-spacing: 0.05em;
	margin: 20px 0 0 100px;
	color: #5C5C5C;
}
#boxContent h6{
	font-size: 60%;
	margin: 0 0 20px 150px;
}
#boxContent input,#boxContent select{
	border: 1px solid #999;
	margin: 1px;
	padding: 1px 3px;
}
#boxContent p span{
	font-weight: bold;
	color: #C10000;
}
#boxContent textarea{
	border: 1px solid #999;
	overflow: auto;
	color: #C10000;
	width: 300px;
	height: 80px;
	margin: 1px 1px 1px 23px;
	padding: 1px;
}

/***********************
****   PRAVÁ ČÁST   ****
***********************/

#boxTopRight{
	display: none
}

/*****************
****   MENU   ****
******************/

#boxMenu{
	display: none
}

/********************
****   PODMENU   ****
********************/

#boxSubMenu{
	display: none
}

