@CHARSET "UTF-8";
body {
	padding:0px;
	margin:0px;
	background-color:#ECFFEC;
	background-image:url(/resources/img/p.gif);
	background-repeat:repeat-x;
}

.top {
	margin-top:8px;
}

.top-left {
	height: 117px;
	background-image:url(/resources/img/zelene_pozadi_klada.gif);
	width:240px;
	float:left;
}

.top-left-img {
	height:117px;
	background-image:url(/resources/img/m-horni-misa.jpg);
	width:219px;
}

.top-right {
	background-image:url(/resources/img/zelene_pozadi_klada.gif);
	width:240px;
	height:117px;
	float:right;
}

.top-center {
	background-image:url(/resources/img/bile_pozadi_klada.gif);
	margin-left:240px;
	margin-right:240px;
	height:117px;
}

.top-center div {
	padding-top:20px;
	text-align:center;
}


.main {
	background-image:url(/resources/img/stojan.gif);
	background-repeat:repeat-y;
	border-bottom: 1px solid black;
}

.left-img {
	background-image:url(/resources/img/m-dolni-misa.jpg);
	height:94px;
	width:187px;
	position:absolute;
	z-index:10;
}

.left {
	width:187px;
	padding-top:70px;
	float:left;
	position:relative;
	z-index:11;
}

.right {
	width:174px;
	float:right;
	padding-top:3px;
}

.center {
	margin:0px 190px 5px 187px;
	padding:3px 5px 15px 5px;
	text-align:center;
}

.center .extensible {
	margin:0px auto;
	text-align:left;
}

.bottom {
	margin-left:187px;
	margin-right:190px;
	margin-top:4px;
	text-align:center;
	color:#407447;
	font-size:12px;
}

.bottom a {
	color:#407447;
}

/* MENU */
.menu-item {
	text-align:right;
	padding-right:46px;
}

.menu-oddelovac {
	background-image:url(/resources/img/klada.gif);
	height: 10px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* LEFT-BOX */
div.left-box {
	margin:10px 44px 0px 3px;
	font-size:12px;
	border:1px solid black;
}
.left-box div.head {
	background-color:#538D5B;
	color:white;
	padding:3px;
	text-align:center;
	font-weight:bold;
}
.left-box div {
	padding:3px;
}
.invalid {
	border:1px solid red;
}
