
/* Stylopis na formátování deníčku Dušana Janovského*/


/* Pozadí, barva pozadí */

body		{background-image: url('pozadi.gif'); background-color: #fffffc}/*#ffffe2 uz me ta zluta nebavi*/
body		{background-repeat: y-repeat;}


/* Barvy */
H2		{ color: navy }
H1		{ color: navy }
hr		{ }
A:link		{ color: maroon}
A:visited	{ color: #996666}
A:hover		{ color: red} 
A:active	{ color: #cc6633}
.zalozka a:visited {color: #maroon}  
.zalozka a:hover {color: red}
acronym		{ color: #333333}


/* specifické styly pro denik */
.small        { font-size: 80%; }
.datum       { text-align: right; font-weight: bold; font-style: italic; margin-top: 1.5em;}
.permonik {font-size: 80%; float: right; width: 80px;}
.mimochodem { width: 30%; position: relative; left: 5%; margin-right: -5%; float: right; margin-left: 1em; padding-left: 1em; border-left: 1px solid green; border-bottom: 1px solid green; padding-bottom: 1em;}
.male		{ font-size: 80%; text-align: right; border-top: 1px solid green; margin-top: 4em; }
.hemzy {}
	.hemzy img {height: 13px;}

/* Velikosti písem, řádkování */
p, li, dl, menu, td, th, ul, ol { line-height: 140%}
p, menu, dl	{ font-size: 100%;}
td, th, li	{ font-size: 100%;}
H1		{ font-size: 30px; }
H2		{ font-size: 24px;}
H3		{ font-size: 110%; }
H4		{ font-size: 100%; }
code, code p	{ font-size: 85%;}
.zalozka  	{ font-size: 80%;}

.patka		{ font-size: 80%;}
.velke		{ } 			/* jako p */

/* Typ písma */
H1, H2		{ font-family: Book Antiqua CE, serif}

/* Řez písma */
.velke A   	{ font-weight: bold}
.zalozka  	{ font-style: italic; font-weight: bold}
.podtitul	{ font-weight: bold ; text-decoration: overline}
dt		{ font-weight: bold}

/* Podtrhávání odkazů */
/* A		{ text-decoration: none}
A:hover		{ text-decoration: underline ! important} */
@media print	{ a {text-decoration: underline} }

/* Okraje těla a odstavců */ 
body		{ margin-right: 15%; margin-left:  15%;}
body 		{ max-width: 800px; min-width: 480px}
p		{ margin-top: .9em   ; margin-bottom: 0px} 
H1		{ margin-top: "2px" ; margin-bottom: 12px}
H2		{ margin-top: 0em ; margin-bottom: 0px; margin-left: -40px;
		  	  padding: 8px 0px 2px 40px ;}
H3		{ margin-top: "4px" ; margin-bottom: 0px}
H4		{ margin-top: "4px" ; margin-bottom: 0px}
.velke		{ margin-top: "2px" ; margin-bottom: "2px"}
.zalozka  	{ margin-top: "2px" ; margin-bottom: 6px}
hr		{ margin-top: "3px" ; margin-bottom: "3px"}
ul, ol, dl	{ margin-top: 2px   ; margin-bottom: 2px} 
/* Uvozovky jsou tam kvůli různé podpoře prohlížečů */

/* Odsazení první řádky odstavců */
p		{ text-indent: 0px}
.velke		{ text-indent: 0px !important}
.zalozka  	{ text-indent: 0px }
td p 		{ text-indent: 0px ! important} 




/* Zarovnání odstavců */
H1		{ text-align: center}
.podtitul	{ text-align: center }

		
/* Odrážky */
ul li, td ul li	{ list-style-image: url('../images/listecek.gif')}

/* Pozadí odstavců */

h2		{background-image:  url('../images/kvet.gif');
		 background-repeat: no-repeat} 



/* Definice písma (hlavně kvůli Opeře) */
body, p, li, td 	{font-family: Times New Roman CE, serif}


/*Lišta */

.lista		{background-color: #006600; color: #ffffcc; font-weight: bold; border: none}
.lista a:link, .lista a:visited	{color: white }
.lista a:hover	{color: yellow }
p.lista		{margin: 6px}

/*Důležité*/
.dulezite	{font-size: 120%; color: red; font-weight: bold; text-indent: 0px}


/* Formuláře */
input, textarea	{
background-color: #ffffcc; color: navy; border: 1px solid green; padding: 4px; font-weight: bold; letter-spacing: 1px; font-family: Times New Roman CE ;  neNetscape4 }
input.button, td input.button	{background-color: #004000; color: #ffffcc; font-style: italic; cursor: hand;  filter: alpha(style=2) }
textarea		{width: 99% ; neNN4} 
textarea.komentar { width: 400px }
