/*  ===== green ========================================== */

#navigation, #menu {
	background-color: #d08500;
}

h1, h2, h3, a {
	color: #d08500;
}

.module li {
	background-color: #d08500;
}

#show .titulok {
	color: #d08500;
}

#show .limit_nav img {
	background-color: #d08500;
}

#login .submit {
	color: #d08500;
}

#editor .submit {
	color: #d08500;
}


/*  ===== layout - mecem title page ====================================== */

.mecem_box {
	width: 600px;
	min-height: 200px;
	margin: 0;
	padding: 0;
}

.mecem_title {
	width: 269px;
	min-height: 280px;
	margin: 0;
	padding: 20px;
	padding-top: 0px;
	padding-right: 10px;
	float: left;
}


.mecem_content {
	width: 249px;
	margin: 0px;
	padding: 10px;
	background-image: url("../images/mecem-title-content.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f8edd9;
}

.mecem_content ol li a {
	list-style-type: decimal;
	margin-left: -20px;
}

.mecem_content li a {
	display: list-item;
	list-style-type: square;
	color: black;
	line-height: 14px;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.mecem_content li a:hover {
	text-decoration: underline
}
