body {
	font-family: "Arial CE", "Helvetica CE", Helvetica, Arial, sans-serif;
	font-size: 1em;
	/* color: #006699; */
	color: #003366;
	text-align: center;
	/* background:  url("/images/bg-cela-stranka.png") 50% 0 repeat-y;  */
}

a {
	color: #006699;
}
p {
	text-align: justify;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2ex;
	margin-bottom: 1.2ex;
	margin-top: 1.4ex;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2ex;
	margin-bottom: 1.4ex;
	margin-top: 1.7ex;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2ex;
	margin-bottom: 1ex;
	margin-top: 1.2ex;
}

img {
	border: 0px none;
}
code {
	whitespace: pre;
	border: 0px none;
}
/*
#main {
position: relative;
top: 16px;
width: 770px;
margin: 0 auto;
	text-align: left;
background: transparent url("/images/bg-stred4.png") repeat-y 0 0;
}
*/

ul.menu-left {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 20px 1px 0px 2px;
	padding-top: 1px solid #90a0ba;
}
ul.menu-left a {
	margin: 0px;
	padding: 1px 1px 1px 1px;
}
ul.menu-left li {
	display: block;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #90a0ba; */
	background: #f9fbfd none;
	/*border-top: solid 1px #90a0ba;*/
	border: 1px solid #90a0ba;
}
ul.menu-left li a {
	display: block;
	padding: 6px 0px 6px 15px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #f9fbfd;
	color: #003366;
}
ul.menu-left li a:hover {
	background: #d2dbea none;
	border-right: none;
	/* color: #082e48; */
	color: black;
}
ul.menu-left li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.picture {
	margin-left: 2px;
	padding: 0;
	border-top: 1px solid #90a0ba;
}

#priceinfo {
	border-collapse: collapse;
}
#priceinfo td, #priceinfo th {
	border: 1px solid #90a0ba;
	padding: 5px;
}

.center {
	text-align: center;
}

#box {
	text-align: left;
	width: 85%;
	margin: auto;
/*	border: 1px solid #1a8200; */
	color: inherit;
/*	background-color: #afd3a5; */
}
#header {
	color: inherit;
	/* background-color: #73a565; */
}
#headerleft {
	color: inherit;
	float: left;
	width: 50%;
}
#headerright {
	color: inherit;
	float: right;
	width: 40%;
/*	border: 1px solid red; */
}
#tutinfo {
	margin-top: 30px;
	padding: 5px;
	border: 1px solid #90a0ba;
	text-align: center;
}
#tut {
	font-size: 1.8em;
	font-weight: bold;
}
#tutdate {
	font-size: 1.7em;
}
#menu {
	float: left;
	clear: both;
	width: 20%; 
	min-width: 100px;
	/* position: fixed;*/ /* nejede v IE 5 :( */
}
#content {
	clear: right;
	float: right;
	width: 80%;
	position: relative;
}
#content2 {
	margin-left: 10px;
	margin-top: 20px;
	padding: 3px 15px;
	border: 1px solid #90a0ba;
}
#footer {
	clear: both;
	text-align: center;
/*	color: gray; */
	background-color: inherit;
}

#program li {
	list-style: none;
}

#program .program1 {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-weight: bold;
}
