 
* {margin:0; padding: 0}

body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	}


h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	margin-right: 20px;
	color: #466f01;
	float: left;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 125%;
	color: #999;
}

h3 {
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}


table, tr, td, th {vertical-align:top}

td, th {padding: .3em}

	
/* classes */	
.clear {
	clear: both;
}	

.flleft {
	float: left;
}
.flright {
	float: right;
}

img.flimg {
	margin: 10px;
	border: 1px solid #bbb;
}



/* layout */

#sky {
width: 100%;
height:100px;
background-image: url(img/bluesky.jpg);
margin:0 auto
}

#wrapper {
width: 100%;
background-image:url(img/prechod.png);
background-position:top;
background-repeat:repeat-x
}

#content {
width: 98%;
margin:0 auto

}

#content p {
	padding-bottom: 1ex;
	line-height:140%
}


#content ul {
	list-style-type: none;
}

#content, #footer {
	padding-top: 20px;
	font-size: small;
}
#content h2 {
	padding: 1ex;
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
}


#menu {
width:100%;

}

#menu h1 {
	margin: .5em
}



#menu h2 {
	float: left;
	font-style: italic;
	margin: .5em
}

#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	margin-right: 5px;
}
#menu a {
	display: block;
	text-decoration: none;
	background: url(img/list.jpg);
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, Verdana, sans-serif;
}
#menu a:hover {
	background: url(img/list2.jpg);
}


#left_bg {
width: 254px;
float:left;
margin-top:1em;
background-image:url(img/prechod6.png);
background-position:top;
background-repeat:repeat-x;
}



#left {
margin-top:5px;
background-image:url(img/prechod2.png);
background-position:top;
background-repeat:repeat-x;
font-family: "Trebuchet MS", Verdana, sans-serif;
border-bottom: 1px dotted #c0c0c0;
}

#left h2 {
	color: #8b4513;
}
#right h2 {
	color: #78842c;
}
#left ul li {
	background: url(img/dotlist.gif) center left no-repeat;
	padding-left: 3ex;
	
}



#right {
	margin-left: 282px;
	min-height: 300px;
}


#right ul li {
	padding-left: 3ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	background: url(img/dotlist.gif) center left no-repeat;
	border-bottom: 1px dotted #c0c0c0;
}


#right ol li {
margin-left:1.5em;
text-indent:1em

}



#footer {
	position: relative;
	text-align: center;
	border-top:1px dotted #666666;
	color:#666666
}
