@CHARSET "UTF-8";

.red {
	color: #ff0000;
}

.content_text {
	border: 1px solid #c4b592;
	height: 580px;
}

.menu_text {
	float: left;
	height: 580px;
	width: 250px;
	background-color: #fffcf4;
	color: #000000;
	overflow-y: scroll;
}

.menu_text .inside {
	padding: 25px 20px 10px 10px;
}

.menu_text .inside .title {
	clear: both;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
}

.menu_text .inside ul {
	list-style: square;
	padding: 10px 0px 0px 20px;
}

.menu_text .inside li.sub_title {
	clear: both;
	padding: 5px 0px;
	font-size: 12px;
	color: #000000;
}

.menu_text .inside li.sub_title a:hover {
	color: #78201c;
}

.menu_text .inside li.sub_title a.active {
	color: #78201c;
	font-weight: bold;
}

.left_text {
	float: left;
	width: 698px;
	height: 580px;
}

.left_text .inside {
	clear: both;
	margin: 15px;
	height: 550px;
	background-color: #fffcf4;
}

.left_text .inside .title {
	clear: both;
	padding: 10px 0px 0px 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.left_text .inside .sub_title {
	clear: both;
	padding: 0px 0px 0px 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.left_text .text {
	position: relative;
	top: -505px;
	left: 10px;
	margin: 15px;
	width: 648px;
	height: 480px;
	background-color: #ffffff;
	color: #000000;
}

.left_text .text .in { 
	margin: 10px;
	height: 460px;
	overflow-y: auto;  
}

.left_text .text .in .link {
	clear: both;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.left_text_one {
	float: left;
	width: 698px;
	height: 580px;
}

.left_text_one .inside {
	clear: both;
	margin: 15px;
	height: 550px;
	background-color: #fffcf4;
}

.left_text_one .inside .title {
	clear: both;
	padding: 10px 0px 0px 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.left_text_one .text {
	position: relative;
	top: -520px;
	left: 10px;
	margin: 15px;
	width: 648px;
	height: 495px;
	background-color: #ffffff;
	color: #000000;
}

.left_text_one .text .in { 
	margin: 10px;
	height: 445px;
	overflow-y: auto;  
}

.left_text_full {
	float: left;
	width: 950px;
	height: 580px;
}

.left_text_full .inside {
	clear: both;
	margin: 15px;
	height: 550px;
	background-color: #fffcf4;
}

.left_text_full .inside .title {
	clear: both;
	padding: 10px 0px 0px 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.left_text_full .text {
	position: relative;
	top: -520px;
	left: 10px;
	margin: 15px;
	width: 900px;
	height: 495px;
	background-color: #ffffff;
	color: #000000;
}

.left_text_full .text .in { 
	margin: 10px;
	height: 445px;
	padding: 5px 15px 5px 5px;
	overflow-y: auto;
}

/* team */
.team {
	clear: both;
	margin-bottom: 40px;
}

.team .team_photo {
	float: left;
	padding: 0px 15px 0px 5px;
}

.team .team_photo img {
	border: 1px solid #762723;
}

.team .team_info {
	padding-right: 15px;
}

/* news */
.news {
	clear: both;
	margin-bottom: 40px;
}

.news .news_title {
	clear: both;
	margin-bottom: 5px;
	text-align: center;
}

.news .news_content {
	clear: both;
	margin-right: 10px;
}

/* calendar */
.payment {
	clear: both;
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}

.calendarium {
	clear: both;
	margin: 15px 0px;
}

.calendarium table {
	border: 1px solid #000000;
}

.calendarium table th {
	padding: 5px 10px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

.calendarium table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #000000;
}

.calendarium_info {
	clear: both;
	padding: 10px;
	border: 1px solid #000000;
}

.calendarium_info .calendarium_title {
	clear: both;
	padding: 2px 0px;
	font-weight: bold;
}

.calendarium_info .calendarium_text {
	clear: both;
	padding: 15px 0px 5px 0px;
}

.calendarium_form {
	clear: both;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000000;
}

.calendarium_form table td {
	padding: 10px;
}

/* publications */
ul.publications {
	padding: 5px 0px 5px 10px;
	list-style: circle;
	list-style-position: outside;
}

ul.publications li.publication {
	clear: both;
	padding: 3px 0px;
	font-size: 14px;
}

ul.publications li.publication .title {
	clear: both;
	margin-bottom: 4px;
}

ul.publications li.publication .options {
	clear: both;
	margin-bottom: 10px;
	font-size: 11px;
}
