body {
	background-color: black;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	color: white;
}

div#paticka {
	background-color: #000841;
	border-top: 1px solid white;
	color: white;
	text-align: center;
	font-size: 70%;
}

div#paticka a {
	color: white;
}

div#paticka a:hover {
	color: red;
}
a {
	color: red;
}

a:hover {
	color: white;
}

a img {
	border: 0px solid black;
}

div#zaklad {
	background-color: gray;
	background-image: url("./images/pozadi.jpg");
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
}


div#hlavicka {
	background-image: url("./images/hlavicka_pozadi.jpg");
	background-repeat: no-repeat;
/*	height: 111px;*/
}

#zahlavi {
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	background-position: 700px 20px;
	text-align: right;
	padding-top: 24px;
	padding-right: 120px;
	height: 100%;
}
table#headtable {
	height: 111px;
}

table#headtable tr td {
	vertical-align: middle;
}

table#headtable tr td#logo {
	padding-left: 20px;
	width: 100px;
}

table#headtable tr td#napis {
	text-align: right;
	width: 700px;
}

div#menu {
	text-align: right;

	background-color: #000841;
	border: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	font-size: 14px;
	
	padding: 2px;
	padding-right: 40px;	
}

a.odkaz,
a.odkaz:link {
	color: white;
	font-weight: bold;
	
	text-decoration: none;

	margin-right: 8px;
}

a.odkaz:hover {
	color: red;
}

div#clanek {
	margin-left: 20px;
	margin-right: 40px;
	color: white;
	text-align: justify;
}


h1 {
	font-size: 170%;
}

h2 {
	font-size: 140%;
}

table#ospolecnosti tr td {
	color: white;
	vertical-align: top;
	padding-right: 100px;
}

li {
	margin-bottom: 10px;
	text-align:left;
}

li dfn {
	font-weight: bold;
	color: red;
}

xxxli dfn:after {
	content: " - " ;
}

img.vlevo {
	float: left;
}

br.clear {
	clear: both;
}


#kontaktmapa {
	margin-right: 40px;
	float: left;
}

a #kontaktmapa {
	border: 2px solid black;
}
a:hover #kontaktmapa {
	border: 2px solid red;
}


#copyright {
	color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 2px;
	font-size: 80%;
	text-align: right;
}

dt {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 105%;
}

dd {
	display: list-item;
	list-style-type: disc;
}

.nastred {
	text-align: center;
}

div#paticka table {
	width: 100%;
}

div#paticka table td.prvni {
	width: 25%;
	text-align: left;
}

div#paticka table td.druhy {
	width: 50%;
	text-align: center;
}
div#paticka table td.treti {
	width: 25%;
	text-align: right;
	font-size: 85%;
	letter-spacing: 0.1em;
}

h1.kontakt { padding-bottom: 0px; margin-bottom: 0px}