/* CSS Document */
*
{
	font-family:"Arial CE","Helvetica CE",arial,helvetica,sans-serif;
}

@media handheld, projection, screen, tv {
/* HTML elementy */
body
{
	background-color:white;

	font-size:90%;

	text-align:center;
	width:100%;
}

a
{
	color:#006699;
}

address
{
	font-style:normal;
}

p
{
	clear:both;
	text-align:justify;
}

dt
{
	font-weight:bold;
}

/* formátovací prvky */

#pageContainer
{
	border:1px solid black;

	margin:auto;

	width:770px;
}

#pageHead
{
	background-color:#6699CC;

	width:770px;
	height:176px;
}

h1
{
	background-image:url("../images/index.jpg");
	background-repeat:no-repeat;
	
	border-bottom:1px solid white;
	
	margin:0px;
	padding:0px;
		
	width:770px;
	height:152px;
}

h1 span
{
	display:none;
}

#pageMenu
{
	margin:4px 0px 0px 0px;
}

#pageMenu li
{
	float:left;
	
	margin:0px 20px;
}

#pageMenu li a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#pageMenu li a:hover
{
	color:#000066;
}

#pageBody
{
	padding:10px;
	
	text-align:left;
}

#pageBody h3
{
	background-color:#f0f0f0;

	margin:5px;
	padding-right:10px;
	text-align:right;
}

#pageContent
{
	padding:10px;
}

#pageFoot
{
	font-size:85%;

	background-color:#6699CC;
	color:white;
	
	height:15px;
}

#pageFoot a
{
	color:white;
}

/* JEDNOTLIVÉ STRÁNKY */
#kontakty
{
	padding:0px 70px;
}

#adresa
{
	float:left;
}

#internet
{
	float:left;
	clear:left;
}

#telefony
{
	float:right;
}

#mapaMesta
{
	text-align:center;
}
}

@media print {
* {
	border: none;
}

body {
	font-size: 12pt;
	font-weight: normal;
}

#pageContainer {
	width: auto;
}

#pageMenu {
	display: none;
}

img {
	display: none;
}

#mapaMesta img {
	display: block;
}

#pagehead {
	display: none;
}
}