HTML
{
	height: 100%;
		line-height: 150%;
}

body {
	text-align: center;
	height: 100%;	
	background: url(img/poz.png) center repeat-y;
	color: #000000;
	line-height: 150%;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}

TABLE, TD, TR {
	color: #000000;
	font-size: 1em;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

LI
{
	margin-bottom: 0.4em;
}
UL
{
	margin-left: 0em;
	padding-left: 2em;
}
H1, H2, H3
{
	line-height: 150%;
	font-size: 1.2em;
	margin: 1em 1em 1em 0;
	padding: 0em;
	color: Maroon;
}


H3
{
font-size: 1em;
}

.aa
{
	width: 400px;
}
.center
{
	text-align: center;
}
P
{
/*	margin: 0em 0em 0em 0em;*/
}

.big
{
	display: block;
	padding: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: gray;
}

p.lookat
{
	border: 2px solid #F4E8D3;
	padding: 0.6em;
	margin: 0.6em 0;
	font-size: 1em;
	font-weight: bold;
	display: block;
	}

.small
{
	font-size: 0.8em;
}

/* hlavni stranka -------------------------------------------------------*/


#pageout {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
}

#page {
clear: both;
/*border: 1px solid green;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;

}
.pagein {
	clear: both;
}

.head
{
background: url(img/head.jpg) no-repeat bottom center;
padding-bottom: 290px;

}
.head .right
{
float: right;
font-size: 1.3em;
font-weight: bold;
padding: 10px 10px 10px 10px;
color: gray;
margin-right: 10px;
}

.line1
{
	height: 5px;
	font-size: 5px;
}
.line2
{
	background: url(img/line2.gif) repeat-x;
	height: 5px;
	font-size: 5px;
}
.menu
{
}
.menu DIV
{
font-size: 13px;
background: url(img/menu-a.jpg) no-repeat top left;
padding: 20px 10px 20px 30px;
margin-bottom: 4px;
}

/* odkazy -------------------------------------------------- */

.menu a
{

}

.menu a:link {
	/*background: url(img/menu-a.jpg) no-repeat top right;*/
	font-weight: bold;
	text-decoration: underline;
}
.menu a:visited {
	font-weight: bold;
}
.menu a:hover {
	/*background: url(img/menu-b.jpg) no-repeat top right;*/
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	font-weight: bold;
	text-decoration: none;
}
.main
{
	float: left;
	width: 490px;
	margin-top: -40px;
	z-index: 100;
}

.maintext
{
	font-size: 1.1em;
	padding: 0 0.5em 1em 1em;
}

.side
{
	float: right;
	width: 250px;
}
.side-in
{
	padding: 3px 10px 15px 10px;
}

.bottom
{
	border-top: 1px solid #dcdcdc;
	padding: 5px;
	margin-top: 1em;
	text-align: left;
/*	position: relative;*/
}


.clear
{
	clear: both;
	font-size: 0.1em;
}



.nadb
{
	background: url(img/nadb.gif);
	font-weight: bold;
	padding: 5px 0px 5px 15px;
}

/* odkazy -------------------------------------------------- */
a:link {
	color: #EB5C16;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #EB5C16;
}
a:hover {
	background-color: transparent;
	color: #EB5C16;
	text-decoration: none;
}
a:active {
	background-color: transparent;
	color: #EB5C16;
	text-decoration: none;
}

/* ----------------------- */
.img-l
{
	float: left;
	padding: 2px;
	background-color: White;
	margin-right: 1em;
	margin-bottom: 0.4em;
	border: 1px solid #EDEDED;	
}

.img-l P
{
	font-size: 0.8em;
}

.img-r
{
	float: right;
	padding: 2px;
	background-color: White;	
	margin-left: 1em;
	margin-bottom: 0.4em;
	border: 1px solid #EDEDED;		
}

.img-c
{
	text-align: center;
	padding: 2px;
	background-color: White;	
	margin-bottom: 0.4em;
	border: 1px solid #EDEDED;		
}

/* --- FORMULAR -------------------- */
#dotaz, #mail, #jmeno, #tel, .textform, .textformbig
{
	width: 200px;
	border: 1px solid #C5C5C5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 6px;
	
}

#mail
{
	width: 200px;
}

#jmeno
{
	width: 200px;
}

.butt
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

label
{
	display: block;
}
form
{
	margin: 0px;
}

/*   styl pro formulare         */

.textform
 {
	width: 250px;
}

.textformbig
 {
	width: 300px;
}

INPUT.textform, TEXTAREA.textformbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 1em;
}


.textformtext
 {
	font-size: 0.8em;
	width: 70px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textformred
{
	font-size: 0.8em;
	width: 70px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
}


.ll
{display:none;}

.title
{

}
.title span
{
	display: none;
}

.logo
{
	display: block;
	float: left;
	font-size: 1.4em;
	color: Maroon;
	z-index: 104;
	background: url(img/logo.jpg) no-repeat top left;	
	padding: 16px 0 19px 70px;	
	margin-left: 10px;
	}

.logo H1
{
padding: 0;
	margin: 0;
	font-size: 1.2em;
}	
	
H3.both
{
	margin: 0em;
	padding: 0em;
display: inline;
}