/* Basics */

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: center;
}
input, textarea {
	color: #000;
}
a, a:visited, a:active {
	color: #6aa362;
	text-decoration: underline;
}
a:hover {
	color: #84909b;
	text-decoration: underline;
}
form {
	display: inline;
}


/* Config */

* {
	padding: 0;
	margin: 0;
	font-size: small;
}
p {
	padding-bottom: 1ex;
	text-align: left;
}
ul, ol {
	margin-left: 3ex;
	margin-bottom: 1ex;
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
img {
	border: 0;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #a0a0a0;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
hr.f {
	margin-top: 5ex;
}


/* Layout DIVs */

#page {
	width: 60em;
	margin: 0 auto;
	text-align: left;
}


/* Other */

h1 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 200%;
	font-variant: small-caps;
	color: #95c1e8;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 150%;
	margin-left: 7em;
	margin-bottom: 2ex;
	
}
.lvlimg {
	position: relative;
	margin-left: 6.5em;
}
.lvlimg img {
	border: 1px solid #c0c0c0;
}
a.none, a.none:visited, a.none:active, a.none:hover {
	text-decoration: none;
}
fieldset.frm {
	margin-top: 3ex;
	border: 1px solid #c0c0c0;
	width: 25em;
}
input {
	width: 10em;
	border: 1px solid #000;
}
textarea {
	width: 20em;
	height: 10em;
}
fieldset .center {
	text-align: center;
}
fieldset li {
	padding-bottom: 1ex;
	list-style-type: none;
}
.chyba {
	font-weight: bold;
	color: #f00;
}
a.key, a.key:visited a.key:active {
	display: block;
	width: 48px;
	height: 48px;
	text-decoration: none;
}
a.matrix, a.matrix:visited a.matrix:active {
	display: block;
	width: 96px;
	height: 96px;
	text-decoration: none;
}
a.k:hover {
	background: url("key.gif");
	text-decoration: none;
}
a.neo:hover {
	background: url("./m/neo.jpg");
	text-decoration: none;
}
a.mor:hover {
	background: url("./m/mor.jpg");
	text-decoration: none;
}
a.tri:hover {
	background: url("./m/tri.jpg");
	text-decoration: none;
}
a.msm:hover {
	background: url("./m/msm.jpg");
	text-decoration: none;
}