/* Obecne */

body {
	margin: 0px;
	padding: 0px;
	background-color: #13324e;
	background-image: url('../images/bkg.png');
	background-repeat: no-repeat;
	font-family: sans-serif;
	line-height: 1.2;
	color: #ebfaff;
}

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

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

ol li {
	margin: 1.5ex 0ex;
}

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

img {
	border: none;
}

a:link, a:visited, a:hover { 
	color: white;
}

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 white;
	border-bottom: solid 2px white;
}

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

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

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


/* Rozvrzeni stranky */

h1 {
	position: absolute;
	top: 26px;
	left: 15ex;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2ex;
}

h2 {
	margin-bottom: 0.5ex;
}

div#datum-wrap {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 29px;
	border-right: solid 1px white;
}

div#datum {
	position: relative;
	left: 1px;
	max-height: 22px;
	background-color: #101b2e;
	border: solid 1px white;
	border-right: none;
	margin-top: 5px;
	padding: 0.2ex 1.5ex;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.5ex;
}

img#logo {
	position: absolute;
	top: 29px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 64px;
	overflow: hidden;
	/* y-souřadnice dolní lajny: 55px */
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

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

div#main {
	margin: 83px 0px 0px 25ex;
	padding: 2.5ex 4ex;
	border-top: solid 1px white;
}


/* Menu */

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

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

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

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: 200px;
	background-image: url('../images/border.png');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
}

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

span#sponzor {
	font-size: 70%;
}


/* Uvodni stranka */

body#uvod {
	background-image: none;
	text-align: center;
}

body#uvod h2 {
	margin-top: 5%;
}

body#uvod p {
	max-width: 100%;
	text-align: center;
	margin: 2ex 0ex;
}

h1#exp {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 2ex;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0px;
}


/* 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;
}


/* Krizovy stab */

table.org td {
	vertical-align: middle;
	padding: 2ex 1ex;
}

table.org img {
	margin-left: 4ex;
	padding: 2px;
}


/* Forum */

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

div.topbar span {
	color: #a3b8cc;
}

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

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

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

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


/* News */

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

p#podpis {
	padding-right: 6ex;
	text-align: right;
	font-style: italic;
}


/* Sifry a aktivity */

table.sa th {
	width: 20ex;
	padding: 0.3ex 0ex;
}

table.sa td {
	width: 12ex;
	padding: 0.3ex 0.5ex;
}

div#sa-menu {
	width: 60ex;
	float: left;
}

td.sa-autor {
	width: 30ex;
	float: right;
}


/* Vitezove */

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