/* Obecne */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bkg.png');
	background-position: 310px 252px;
	font-family: sans-serif;
	line-height: 1.2;
	color: #ffffc0;
}

p {
	max-width: 90ex;
	text-align: justify;
}

li {
	max-width: 85ex;
	text-align: justify;
}

ol li {
	margin: 1.5ex 0ex;
}

small {
	font-size: 80%;
}

hr {	
	border: none;
	border-top: dotted 1px #ffffc0;
}

img {
	border: none;
}

a:link, a:visited, a:hover { 
	color: #ffffc0;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}

dt {
	max-width: 90ex;
	font-style: italic;
}

dd {
	max-width: 85ex;
	margin: 1.5ex 5ex;
	text-align: justify;
}

.c {
	text-align: center;
}

.inv {
	visibility: hidden;
}

table.pretty {
	border-top: solid 2px #ffffc0;
	border-bottom: solid 2px #ffffc0;
}

table.pretty th, table.pretty td {
	padding: 0.5ex 3ex;
	text-align: left;
	border-top: dotted 1px #ffffc0;
}

table.pretty thead {
	font-weight: bold;
	border-bottom: solid 2px #ffffc0;
}

h2 + table.pretty {
	margin-top: 2ex;
}


/* Rozvrzeni stranky */

h1 {
	position: absolute;
	top: 0px;
	left: 14ex;
	height: 70px;
	margin: 0px;
	padding: 0px;
	line-height: 70px;
	letter-spacing: 0.2ex;
}

h2 {
	font-size: 140%;
	margin-bottom: 0.5ex;
}

div#menu {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 25ex;
	padding: 0px;
}

div#main {
	position: absolute;
	top: 70px;
	left: 25ex;
	right: 17px;
	padding: 30px 4ex;
	border-top: solid 1px #ffffc0;
}

img#corner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 310px;
	height: 252px;
}

img#logo {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 230px;
	height: 100px;
	z-index: 2;
}


/* Menu */

div.menu-item {
	width: 21ex;
	margin-left: 2ex;
	padding: 0.7ex 1ex;
	border: solid 1px #ffffc0;
	border-right: none;
}

div.menu-bsep {
	width: 25ex;
	height: 1.5ex;
	border-right: solid 1px #ffffc0;
}

div.menu-sep {
	width: 25ex;
	height: 1.5ex;
	border-right: solid 1px #ffffc0;
}

div.menu a {
	font-weight: bold;
}

div.menu a:link, div.menu a:visited {
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

div#kontakt {
	margin-right: -1px;
	height: 5ex;
	border-right: solid 1px #ffffc0;
	border-bottom: solid 1px #ffffc0;
	text-align: center;
}

img#env {
	position: relative;
	top: 2px;
}


/* Uvodni stranka */

body#uvod {
	background-image: none;
	background-color: black;
	letter-spacing: 0.1ex;
}

body#uvod a {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -132px;
}


/* Seznam tymu */

table#list {
	min-width: 80%;
}

table#list th {
	padding-right: 0ex;
}

table#list th a {
	position: relative;
	top: -0.3ex;
	text-decoration: none;
	font-size: 80%;
}

table#list th img {
	top: 1ex;
}


/* Reference */

p.povolani {
	font-style: italic;
	margin-top: -1ex;
	margin-bottom: -0.5ex;
}


/* Instruktori */

img.orgfoto {
	width: 80px;
	height: 100px;
	padding: 1px;
	border: solid 1px #ffffc0;
	margin: 1ex 2ex;
}

/* Forum */

img.captcha {
	margin: 0.5ex;
	border: solid 1px #ffffc0;
}

div.topbar span {
	color: #a3b8cc;
}

div.topbar a:link, div.topbar a:visited, div.topbar a:hover {
	text-decoration: none;
	color: #ffffc0;
}

img.arrow {
	position: relative;
	top: 1px;
}

p.error {
	font-weight: bold;
	color: #ffff80;
}


/* Formular */

input, textarea {
	margin: 0.5ex;
	padding: 0.2ex;
	border: solid 1px #ffffc0;
	background-color: #120602;
	color: #ffffc0;
	font-size: 90%;
}

input[type='file'] {
	color: white;
}

input[type='checkbox'] {
	position: relative;
	border: none;
	top: 0.3ex;
}

input[type='submit'], a.button {
	border: solid 1px #ffffc0;
	background-color: #402716;
	padding: 0.2ex 2ex;
	margin: 0.5ex 0.3ex;
	font-size: 100%;
	cursor: pointer;
}

@-moz-document url-prefix() {
	input[type='submit'] {
		padding: 0ex 2ex;
	}
}

a.button {
	text-decoration: none;
	padding: 0.2ex 2ex;
}

table.edit th {
	text-align: right;
	padding-right: 1ex;
}

table.edit th small {
	font-weight: 200;
	font-size: 70%;
}

table.edit td {
	padding: 0ex;
	padding-left: 1ex;
}

span.required {
	position: relative;
	top: 0.3ex;
	color: #ffff80;
	font-size: 140%;
}

span.no {
	visibility: hidden;
}

input.error {
	border-color: #ffd040;
}

img.icon {
	position: relative;
	top: 0.6ex;
}

span.error {
	color: #ffff80;
}

span.delete {
	margin-right: 2ex;
}


/* Vstupní test */

input.right {
	border-color: #408020;
}

input.wrong {
	border-color: #902020;
}

input.right + span {
	border: solid 1px #408020;
	background-color: #102008;
	padding: 0.2ex 1ex;
}

input.wrong + span {
	border: solid 1px #902020;
	background-color: #480808;
	padding: 0.2ex 1ex;
}


/* Vitezove */

table#vitez {
	width: 40ex;
	margin-left: 15ex;
}

