@CHARSET "UTF-8";

/********* HTML ENTITIES *********/
BODY {
	font-family: Verdana;
	font-size: small;
	background-color: #f7f9fc;
	background-color: #ecf2f8;
	text-align: center;
}

P {
}

A {
	color: #013397;
}

H1 {
	font-size: large;
}

H2 {
	margin-top: 25px;
	font-size: medium;
}

.ajax-link {
	text-decoration: none;
}

.ajax-link img{
	border: none;
}

.ranni-neaktivni {
	background-color: #cccccc;
}

.ja-jsem-prihlasen {
	background-color: #ccffaa;
	border: solid 1px #ccffaa;
}

.nekdo-jiny-prihlasen {
	border: dashed 1px black;
}

.dvaavice-prihlasenych {
	background-image: url("images/ico_yes.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.nikdo-neprihlasen{
	border: solid 1px #fbfdfe;
}
/********* OUTER CONTAINER WHICH DEFINES WIDTH *********/
#container {
	width: 740px;
	margin: 0 auto;
	background: url("images/opakovac.png") repeat-y center #ecf2f8;
}

#vrsek {
	text-align: center; /*ie*/
	background: url("images/vrsek.png") no-repeat top center #ecf2f8;
	min-height: 775px;
	_height: 775px;
	margin: 0;
	padding: 0;
}

#spodek {
	text-align: left;
	background: url("images/spodek.png") no-repeat bottom center #ecf2f8;
	min-height: 34px;
	_height: 34px;
}

#vrch {
	height: 164px;
	background: url("images/vrch.png") no-repeat center transparent;
}

#menu-spacer {
	height: 120px;
	_height: 130px; /*ie*/
}

#menu {
	font-weight: bold;
	text-align: center;
	font-size: medium;
}

#menu a{
	color: #013397;
}

#menu ul {
	margin: 0;
	padding: 0;
	/* height: 30px;
*/
	list-style: none;
	clear: both;
}

#menu ul li { /*border: 1px solid black;
*/
	font-size: x-small;
	margin: 0;
	padding: 0 5px 0 5px;
	display: inline;
	/*float: left;
	padding-top: 5px;
*/
}

#obsah .matrjoska {
	padding: 0 25px 0 25px;
}

#obsah-opakovac {
	text-align: left; /*ie*/
	background: url("images/opakovac.png") repeat-y center #ecf2f8;
	width: 670px;
	margin: 0 auto;
}

#obsah {
	background: url("images/obsah-pozadi.png") no-repeat top center
		transparent;
	width: 670px;
	margin: 0 auto;
}

#zen-asociace {
	background: #ecf2f8;
	width: 670px;
	padding-right: 25px;
	margin: 0 auto;
	text-align: right;
	font-size: xx-small;
}