html, body {
	margin:0px;
	padding:0px;
	background:#AAAAAA;
	font-family:verdana;
	font-size:8pt;
}
h1 {
	text-align:center;
	font-size: 18pt;
	margin:1em 0em;
}
h2 {
	text-align:left;
	font-size: 10pt;
	line-height:1em;
	margin-top: 1.5em;
	margin-bottom:0.2em;
}
h3 {
	text-align:left;
	font-size: 8pt;
	margin:0em;
	font-weight:normal;
}
ol,ul {
	margin-left:0px;
	margin:0em;
	padding:0em;
}
li {
	text-align:left;
	margin:0em;
	margin-left:3em;
	padding:0em;
}
div {
	margin: 0em;
}
table {
	border:0px solid #000000;
}
code {
	display:block;
	margin: 1em;
}
var, code {
	background-color:#FFFFD0;
	font-style:normal;
	padding:0.2em;
	font-size:8pt;
}
pre {
	margin:0px;
	padding:0px;
}
textarea {
	width:100%;
	min-width:24em;
	height:10em;
}
hr {
	height:1px;
	border:0px;
}

#container {
	position:relative;
	display:block;
	background:#E0E0E0;
	border-left:22em solid #AAAAAA;
	overflow:visible;
	width:73em;
}
#left {
	float:left;
	position:relative;
	width:20em;
	margin-left:-21em;
	display:inline;
	margin-top:2em;
}

#right {
	margin-left:5em;
	margin-right:5em;
}
.headfoot, .head {
	display:block;
	height:3em;
	width:95em;
	text-align:center;
	margin-top:1em;
}
.head {
	height:4em;
}
.foot {
	display:block;
	height:3em;
	width:95em;
	text-align:center;
}
.head h1 {
	font-size: 14pt;
	font-weight: normal;
	margin:0px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#left h2 {
	text-align:center;	
	padding-top:1em;
	padding-bottom:1em;
	margin: 0;
}
a {
	color:#006060;
	text-decoration:none;
	font-weight:bold; 	
}
a:hover {	
	text-decoration:underline;
}

.menu li {
	list-style:none;
	height:3em;
	margin-left:1.5em;
}
.menu .short {
	height:auto;
	padding-bottom:0.5em;
	margin-left:1em;
}

.headfoot{
	background:#999999;
}
.menu, #left h2{
	background:#AAAAAA;
}

.menu a, .headfoot a, .headfoot, #left h2 {
	color:#000000;
	font-weight:normal;
}
.menu a:hover {
	font-weight:bold;
	text-decoration:none;
}
.sirkaA {
	width:10em;
	}

.sirkaB {
	width:20em;
	}
.wrong {
	color: #FF0000;
}

.well {
	color: #00FF00;
}

.comment {
	margin: 0em 0em 2em 0em;
}

.none {
	width:0px;
	height:0px;
	display:none;
}
.center {
	text-align:center;
}
.odsazeni {
	margin-left:5em;
}
.centertable td {
	text-align:center;
	width:5em;
}