
*
{
	margin: 0;
	border: none;
	padding: 0;

	}


body
{
	text-align: center;
	/*background-color: ##dbc8a8;*/
	background: white repeat-x url("pozadi.png");
	font-family: sans-serif;
	font-size: 14px;
	padding-bottom: 2em;


	}


div#telo
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;

	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;

	background-color: #0075bd;
	border: 2px solid #0091eb;

	position: relative;

	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;

	}

strong {
	font-weight: normal;

}





h2
{
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: white;
	margin-left: 1em;
	margin-bottom: 0.7em;

	font-family: Verdana, 'Geneva CE', lucida, sans-serif


	}

p, address
{

	line-height: 1.9em;
	margin-left: 4em;
	margin-right: 6em;
	margin-bottom: 2em;
	color: white;
	text-align: left;
	font-size: 110%;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;

	}

/*address p {

	line-height: 1em;
	font-style: normal;
	margin-bottom: 1em;

	}*/





ul, ol
{
	color: white;
	line-height: 1.9em;
	text-align: left;
	font-size: 110%;
	margin-left: 6em;
	list-style-position: inside;
	margin-right: 6em;
	margin-bottom: 2em;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	}

li
{
	margin-bottom: 1em;

	}

a
{
	color: white;
	text-decoration: underline;
	}





h1
{
	display: none;


	}


#zahlavi
{
	background: transparent no-repeat url("logo3.jpg");
	background-position: top right;
	width: 800px;
	height: 200px;
	margin-bottom: 50px;




	}

#paticka
{

	background-color: #0091eb;
	text-align: center;
	margin: 0;
	margin-top: 2em;
	font-size: 90%;
	color: white;
	width: 800px;
	height: 20px;

	}



#email
{
	color: white;
	margin-left: 4em;


	}

#email strong
{
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;


	}

#email td
{
	color: white;
	}




/* navigace */

div#nav
{
width: 800px;
/*float: left;*/
/*background-color: #1270c8;*/
background-color: #0091eb;
margin-bottom: 2em;

position: absolute;
top: 200px;

}

#nav ul
{
padding: 0;
padding-top: 5px;
padding-bottom: 5px;

}

#nav ul li
{
display: inline;
}

#nav ul
{
margin: 0;
padding: 0 0 0 3%;

color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .8em;
letter-spacing: 1px;
font-weight: bold;
}

#nav ul li a
{
padding: 0.3em 8px;
/*background-color: #1270c8;*/
background-color: #0091eb;
color: #FFFFFF;
text-decoration: underline;
float: left;
border-right: 2px solid #128ac8;
}

#nav ul li a:hover
{
background-color: #3296f4;
color: #FFFFFF;
}

#nav li#active a
{
background-color: #45b4fa;
color: #FFFFFF;
font-weight: bold;
} 




#nav li#active span
{
	padding: 0.3em 8px;
	border-right: 2px solid #128ac8;
	background-color: #45b4fa;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
} 

div.dole
{
	display: block;
	margin: 0.5em;

	}

div.dole, div.dole a
{
	color: #c4c4c4;
	text-decoration: none;

	}

div.dole a:hover
{
	text-decoration: underline;
	}

input, textarea
{
	font-family: monospace;
	padding: 3px;
	margin: 5px;

	}


