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: 1em;
	margin-bottom:0.2em;
}
h3 {
	text-align:left;
	font-size: 8pt;
	margin:0em;
	font-weight:normal;
}
ul {
	margin-left:0px;
	margin:0em;
	padding:0em;
}
li {
	text-align:left;
	margin:0em;
	margin-left:3em;
	padding:0em;
}
code {
	display:block;
	margin: 1em;
	padding:0.2em;
}
var, code {
	background-color:#FFFFD0;
	font-style:normal;
	font-size:8pt;
}
pre {
	margin:0px;
	padding:0px;
}
textarea {
	width:100%;
	min-width:24em;
	height:10em;
}
hr {
	height:1px;
	border:0px;
}
.linenum {
	margin-top:1em;
	margin-right:0em;
	background-color:#DDDDDD;
}
#container {
	position:relative;
	display:block;
	background:#DDDDDD;
	border-left:16em solid #AAAAAA;
	overflow:visible;
	min-width:36em;
	max-width:79em;
}
#left {
	float:left;
	position:relative;
	width:14em;
	margin-left:-15em;
	display:inline;
}

#right {
	margin-left:1.5em;
	margin-right:1.5em;
}
.headfoot {
	display:block;
	height:3em;
	min-width:52em;
	max-width:95em;
	text-align:center;
}
.foot {
	display:block;
	height:3em;
	max-width:95em;
	text-align:center;
}
.headfoot h1 {
	font-size: 8pt;
	font-weight: normal;
	margin:0px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#left h2 {
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
	margin: 2em 0 0 0;
}
a {
	color:#006060;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

.menu li {
	list-style:none;
	height:4em;
	margin-left:1.5em;
}
.menu .short {
	height:auto;
	padding-bottom:0.5em;
	margin-left:1em;
}

.menu, #left h2, .headfoot, hr{
	background:#006060;
}

.menu a, .headfoot a, .headfoot, #left h2 {
	color:#FFFFFF;
	font-weight:normal;
}

.sirkaA {
	width:10em;
	}

.sirkaB {
	width:20em;
	}
.bad {
	color: #FF0000;
}
.good {
}

.comment {
	margin: 0em 0em 2em 0em;
}

.none {
	width:0px;
	height:0px;
	display:none;
}
.center {
	text-align:center;
}
