/* stylesheet na dusan.pc-slany.cz */

/* Okraje těla  */ 
body		{ margin-left: 60px; margin-right: 30px; max-width: 800px;}
.cteni {max-width: 600px; margin-left: 40px; overflow: visible;}


/* Pozadí, barva pozadí */

body		{background-image: url('images/pozadi.gif'); background-color: white; background-repeat: repeat-y;}

/* Pozadí odstavců */

H2		{background-image:  url('images/kvet.gif');
		 background-repeat: no-repeat} 
h2		{ text-indent: 40px ; margin-left: -40px;} 
td H2	{ text-indent: 0px; margin-left: 0px; background-image: none;}

body.rebus h2	{background-image:  url('images/rebus2.gif');
		 background-repeat: no-repeat;} 
		 

/* mobilní rozlozeni */
@media (max-width: 500px){
	body {max-width: 100%; margin-left: 8px; margin-right: 8px;
		background-image: none;}
	h2	{background-image: none; text-indent: 0px; margin-left: 0px;}	
}



/* Barvy */
H2		{ color: navy;}
H1		{ color: navy; }
hr		{ color: white; }
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;}


/* Velikosti písem, řádkování */
p, li, dl, menu, td, th, ul, ol { line-height: 1.5;}
body, td	{ font-size: 20px;}
h1		{ font-size: 34px; }
h2		{ font-size: 27px;}
h3		{ font-size: 23px; }
h4		{ font-size: 20px; }

.zalozka  	{ font-size: 90%;}
.male		{ font-size: 16px;}
.patka		{ font-size: 13px;}
.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ů */
span.about 	{border-bottom: 1px dotted #dddddd;}





/* okraje odstavců */
H1		{ margin-top: 2px ; margin-bottom: 1em}
H2		{ 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} 


/* 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')}




/*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;}



/* 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;}
input.button, td input.button	{background-color: #004000; color: #ffffcc; font-style: italic; cursor: hand;  filter: alpha(style=2) }
textarea		{width: 99% ;} 
textarea.komentar { width: 400px; }