* { margin: 0; padding: 0; }

html
{
	color: #999999;
	background-color: rgb(232,223,216);
	font: normal 100% "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
}

/* Links */

a { text-decoration: none; font-weight: bold; }

a:link { color: rgb(204,102,0); text-decoration: none; } 

a:visited { color: rgb(204,102,0); text-decoration: none; }

a:hover, a:active { color: #999999; text-decoration: underline;}

a.offsite { padding-right: 15px; background: transparent url(images/offsite.gif) right center no-repeat; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.2em; }

h1 { font-size: 110%;}

#about h1 { font-size: 180%; padding: 15px}

#about h2 { font-size: 125%;}

h2 { font-size: 105%; font-weight:bold;}

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; border-bottom-width: 0; }

/* Lists */

/*ul, ol
{
	margin: 1em 0;
	line-height: 1.8em;
}*/

#navigation ul li {
  list-style-image: none;
}

ul{ 
margin: 0 0 0 25px; 
}

ul.uvod li{ 
margin: 3px;
padding-left: 15px;
list-style-image: url("_gfx/odrazka_uvod.gif"); 
}

ul li{ 
margin: 3px;
padding-left: 15px;
list-style-image: url("_gfx/odrazka_big.gif"); 
}

ul li ul{ 
margin: 0 0 0 20px;
 }

ul ul li { 
margin: 3px;
list-style-image: url("_gfx/odrazka_small.gif");
 }


/* Images */

/*.drop-shadow
{
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(images/drop_shadow_ie.gif) bottom right no-repeat;
}
*/

.drop-shadow img
{
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

/* Other Html Elements */

blockquote
{
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	background-color: #eeeeee;
	border: 1px solid #a9a9a9;
}

code { font-family: Consolas, Monaco, Verdana, "Courier New"; font-size: .93em; }

abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

ins { font-weight: bold; text-decoration: none; }

hr { clear: both; height: 1px; visibility: hidden; }

/* Structure */

body { background-color: rgb(232,223,216); color: #2f2a3e; }

#header
{
	width: 100%; 
	background-color: rgb(162,142,128);
	/*border-top: 10px solid rgb(162,142,128);*/
}

#navigation
{
	margin: 0 auto;
  width: 100%; 
	background-color: rgb(162,142,128);
	border-top: 4px solid rgb(232,223,216);
	height: 40px;
}

#about
{
	color: #ffffff;
	background-color: #8B4513;
	/*padding: 10px;*/
	height: 245px;
}

.odsadit {
 margin: 25px 10px 10px 10px;
 font-size:110%;
}

.inner { 
  margin: 0 auto;
  width: 750px; 
  padding: 5px 0;
  border: 0px solid black;
}

#content
{
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 10px 0; 
	background-color: rgb(232,223,216);
	border: 0px solid black;
}

#content p
{
	margin: 5px 0 10px 0;
}

#footer { 
color: #ffffff; 
clear: both; 
background-color: #8B4513; 
padding: 10px 0; 
text-align: center; 
margin:0;
font-size: 90%;}

/* Header */

#header h1
{
	width: 750px; 
	height: 150px;
	margin: 0 auto;
	background: #000000 url(images/header1.png) top left no-repeat;
}

#header h1 a
{
	height: 150px;
	display: block;
	text-indent: -9999px;
}

/* Navigation */

#navigation ul { list-style-type: none; margin: 0 auto; padding: 0; width: 750px; }

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	color: #ffffff;
	padding: 5px 8px;
	margin-top: 10px;
	border-bottom-width: 0;
}

#navigation li.active a
{
	color: #ffffff;
	background-color: #8B4513;
}

#navigation a:hover, #navigation a:active { color: #eeeeee; background-color: #8B4513; text-decoration: none;}

/* About */

#about dl { margin: 0 auto; width: 750px; padding: 20px 0; }

#about dt { padding: 10px 0; }

#about dd { padding: 5px 0; margin-left: 25px; }

#about dt strong { color: #1c1927; }

#about dt em { padding: 0 2px; }

#about dd a { margin-left: 25px; }

#about a cite { border-bottom-width: 0; }

/* Content */

#content .drop-shadow p { bottom: 11px; }

/* Footer */

#footer p { margin: 0 auto; width: 750px; padding: 5px 0; }



/*----------------------*/

.foto-about {
  margin:10px 0 0 0;
  float:right
}
.foto {
  float: left;
  padding: 0 5px 0 0;
}

.big {
  font-size:150%;
  font-weight:bold;
  padding: 5px;
}