/* CSS style for DC czech homepage */
/* Vlastimil Krejcir */
/* UVT MU 2006 */

body {
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	/*
	background : url(pozadi-skyblue.gif) top left repeat-y;
	*/
	background : url(imgs/pozadi-dspacecznew.gif) top left repeat-y;
	/* color: #77973e; */
}

a {
	text-decoration: underline;
	color: #466016;
}

a:visited {
	color: #6c9623;
}

a:hover {
	font-weight: bold;
}

img {
	border-style: none;
	border-width: 0px;
}

div.hlavicka {
	border-style: none;
	margin: 0px 0px 0px 0px;
}

table.hlavicka {
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 0px;
	border-color: #77973e;
	width: 100%;
}

td.hlavicka_logo {
	text-align: center;
	vertical-align: middle;
	width: 160px;
}

img.hlavicka_logo {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

td.hlavicka_nadpis {
	/*text-align: center;*/
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 10px;
}

/* *** Menu *** */
div.menu {
	border-style: none;
	border-width: 1px;
	border-color: #191970;
	background-color: /*#DCDCDC;*/ white;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 110%;
	/*font-weight: bold;*/
	text-align: right;
	width: 145px;
	margin: 4px 4px 4px 4px;
}

div.menu_polozka {
	margin-top: 14px;
	margin-bottom: 14px;
}

div.menu_polozka a{
	text-decoration: none;
	/* color: #000080; */
	color: #77973e;

}

div.menu_polozka a:visited {
	color: #77973e;
}

div.menu_polozka a:hover {
	color: #485b25; /* SkyBlue */
}


/* *** zapati *** */
table.zapati {
	border-style: none;
	width: 100%;
}

td.webmaster {
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}

td.datum {
	font-weight: normal;
	font-size: 70%;
	text-align: left;
}


/* *** Obsah *** */
div.obsah {
	position: absolute;
	left: 200px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

h1 {
	color: #000000;
	text-align: left;
	font-size: 150%;
}

h2 {
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
	font-size: 120%;
	margin-top: 30px;
}

h3 {
	color: #000000;
	text-align: left;
	font-size: 105%;
	margin-bottom: -12px;
}

h4 {
	color: #696969;
	font-style: italic;
}

p {
	text-align: left;
}

div.cara {
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: #191970 1px solid;
	clear: right;
}

ul.news {
	list-style-type: square;
}

ul.news li {
	margin-bottom: 20px;
}

/* ### dokumenty ### */
.dokument {
	margin-top: 15px;
	margin-bottom: 15px;
}

.autor {
	font-style: italic;
}

.nazev {
	font-weight: bold;
}


/* ****** instalace v CR ******** */

.instalacedspace {
	margin-bottom: 30px;
}

.inst_nadpis {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 6px;
}

.label {
	font-weight: bold;
}

/* **** soubory ******* */
div.soubor {
	margin-bottom: 30px;
}

a.soubor {
	font-family: Courier, monotype;
	font-weight: bold;

}

/* ***** lokalizace **** */
ul.obsah {
	margin-top: 10px;
	list-style-type: none;
	margin-bottom: 20px;
}


/* **** ostatni ***** */
div.odkaz {
	margin-bottom: 10px;
}

div.odkaz a {
	font-weight: bold;
}

.empty {
	margin-top: 30px;
}

.otazka {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.odpoved {
	margin-bottom: 10px;
}

.rss {
	text-align: right;
	margin-top: 50px;
}

.kapitalky {
	font-variant: small-caps;
}

.loga {
	margin-top: 40px;
	margin-bottom: 40px;
}

.novinky {
	float: right;
	margin-top: 20px;
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #466016; 
	padding: 8px;
	margin-left: 10px;
	margin-bottom: 20px;
}

div.novinka {
	margin-bottom: 10px;
}

div .datum {
	font-style: italic;
}

.novinky-nadpis {
	font-size: 110%;
	font-weight: bold;

	margin: 5px 0px 10px 0px;
}

