
/* standard elements -  zmena standartniho pisma (mjl, skladby)*/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
}





a:hover {
	color: #666666;
}
body {
	background: #FFFFFF ;
	color: #000000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
	text-align: justify;
	margin-right: 5px;

}


.pozadi{
	background-color: #FFFFFF;
	
} 

h1 {
	font: normal 1.1em "Lucida Sans Unicode",sans-serif; 
	font-size: 1.4em;
	margin-bottom: 4px;
	
}

h1 a {
  color: #000000;
	text-decoration: none;
}

h1 a:hover {
	color: #666666;
	text-decoration: underline;
}
	
h2 {

	color: #FF0000;
	font-size: 2.4em;
	padding-top: 40px;
	text-align: center;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
	text-align: justify;
	
}

h3 a {
  color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #666666;
	text-decoration: underline;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 4px;
	text-align: justify;
	
}

h5 {
	font-size: 1.4em;
	margin-bottom: 4px;
	
}

h5 a {
  color: #000000;
	text-decoration: none;
}

h5 a:hover {
	color: #666666;
	text-decoration: underline;
}

/* code */
code {
	background: #FFFFFF;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #654;
	display: inline;
	font: normal 1.6em "Lucida Sans Unicode", sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	text-align: left;
}



mode {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	
}


/* misc */
.clearer {
	clear: both;
}

/* structure  - obtekani kolem obrazku na pozadi a navigacni listy*/
.container {
	background: #FFFFFF repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header - obrazek na pozadi */
.header {
	background: url(img/zadovjaci_top.gif) repeat-x;
	height: 100px;
	margin: 0 auto;
	margin-top: 70px;
	width: 705px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #fff;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation - navigacni klavesy*/
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.2em verdana,sans-serif;
	height: 80px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #666666;
	text-decoration: none;
	padding: 4px 5px;
	margin-right: 20px;
	line-height: 80px;
}
.navigation a:hover {
	background: #666666;
	color: #FFFFFF;
}

/* main - stred stranky pod navigacnima klavesama*/
.main {
	clear: both;
	padding: 0 10px 18px 28px;
	margin-right: 70px;
	margin-left: 70px;
}


/* content  - obsah*/
.content {
	padding-top: 12px;
	float: left;
	width: 100%;
}



.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-right: 18px;
}

/* casts - obsazeni*/
.casts {

	color: #000000;
	font-size: 1.4em;
	text-align: justify;

}

/* footer - dolni zahlavi textu*/
.footer {
	background: #FFFFFF;
	color: #999999;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
	text-decoration: underline;
}

code2 {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #654;
	display: block;
	font: normal 1.6em "Lucida Sans Unicode", sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	text-align: left;
}

r{
	font-size: 2.1em;
	color: #938262;
	font-style: normal;
}
