body {
	margin: 0;
	padding: 0;
}
body, td, input, textarea, select {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #3C2828;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
table td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

input, textarea {
	border: 1px solid #C04F50;
	padding-left: 2px;
	padding-right: 2px;
}

input.focus, textarea.focus {
	border-color: #FF8384;
}

input {
	background-image: url('/i/bg_input.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
textarea {
	background-attachment: fixed;
	background-image: url('/i/bg_textarea.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
input.btn {
	background-image: url('/i/bg_button.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
}

a {
	text-decoration: underline;
	color: #3C2828;
}
a:hover {
	text-decoration: underline;
	color: #DE0B11;
}

div.small {
	font-size: 9px;
}

div.middle {
	font-size: 11px;
}

form {
	padding: 0;
	margin: 0;
}
table.form td.required {
	text-align: right;
	vertical-align: top;
	padding: 0px;
	padding-top: 2px;
	padding-right: 3px;
	width: 1px;
}
table.form td.required div {
	color: #FF0000;
	visibility: visible;
}

div.content {
	padding: 0 35px;
}

/* images */
table.index_images img {
	border: 1px solid #000000;
}

table.left_image {
	float: left;
	margin: 0 9px 9px 0;
}
table.right_image {
	float: right;
	margin: 0 0 9px 9px;
}
table.left_image, table.right_image {
	width: 1px;
}
table.left_image img, table.right_image img {
	border: 1px solid #000000;
}
table.left_image td.comment, table.right_image td.comment {
	font-size: 11px;
	color: #828486;
	text-align: right;
}
/* end images */

/* input */
table.form_small td, table.form_small td.title, table.form_small td.input, table.form_small td.required {
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
}
table.form_small td.title {
	padding-right: 6px;
}
table.form_small input, textarea, select {
	font-size: 10px;
}
table.form_small td {
	font-size: 11px;
}
table.form_small input, select {
	width: 150px;
}
table.form_small textarea {
	width: 261px;
	height: 5em;
}
table.form_small input.btn {
	font-size: 11px;
	width: auto;
}
table.form_small td.required {
	text-align: right;
	vertical-align: top;
	padding: 0 3px 0 0;
	width: 1px;
	font-size: 9px;
}
table.form_small td.required div {
	color: #FF0000;
	visibility: visible;
}
table.form_small span.required {
	color: #FF0000;
	visibility: visible;
}
/* end input */

/* header */
td.background_top {
	background-image: url('/i/bg_top2.gif');
	background-repeat: repeat-x;
	background-position: top;
}
td.background_bottom {
	background-image: url('/i/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
table.content, table.content_alpha {
	position: absolute;
	right: 0;
	z-index: 1;
}
td.content {
	/*background-image: url('/i/bg_bird.png');*/
	background-image: url('/i/bg_bird3.gif');
	background-repeat: no-repeat;
	background-position: 100% 96px;
}
td.content_alpha {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bg_bird.png', sizingMethod='crop', enabled=false);
	background-image: url('/i/bg_bird3.gif');
	background-repeat: no-repeat;
	background-position: 100% 96px;
}

table.logo {
	margin-bottom: 50px;
}
table.logo td {
	text-align: center;
	vertical-align: middle;
}
table.logo td.image {
	padding: 10px;
}
/* end header */

/* footer */
table.bottom_info td {
	padding: 10px;
	text-align: right;
	font-size: 11px;
	color: #C04F50;
}
table.bottom_info a {
	text-decoration: underline;
	color: #C04F50;
}
table.bottom_info a:hover {
	text-decoration: underline;
	color: #823537;
}
/* end footer */


/* index */
table.index td {
	padding: 30px;
	vertical-align: top;
}
table.index div.title {
	padding-bottom: 7px;
	font-size: 18px;
}
table.index div.title a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
table.index div.title a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
table.index div.text {
	
}
table.index div.title ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
table.index div.title ul li {
	padding: 0 0 0 14px;
	background-image: url('/i/title_marker.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	list-style-type: none;
	color: inherit;
}
table.index div.title ul li.hover {
	background-image: url('/i/title_marker_hover.gif');
	color: #DE0B11;
}
table.index div.text ul {
	list-style-type: none;
	padding: 0 0 0 4px;
	margin: 0;
}
table.index div.text ul li {
	padding: 0 0 3px 10px;
	background-image: url('/i/index_list_marker.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	list-style-type: none;
}
table.index div.text ul li.hover {
	background-image: url('/i/index_list_marker_hover.gif');
}
table.index div.text ul.slice li {
	padding: 4px 0 3px 10px;
	background-image: url('/i/index_list_marker.gif');
	background-repeat: no-repeat;
	background-position: 0 23px;
	list-style-type: none;
}
table.index div.text ul.slice li.hover {
	background-image: url('/i/index_list_marker_hover.gif');
}
table.index div.indent {
	padding-left: 15px;
}
table.index div.small_text {
	font-size: 9px;
}
table.index_images {
	margin-top: 5px;
}
table.index_images td {
	padding: 0 30px 0 0;
}

table.search td {
	padding: 0 0 4px 0;
	margin: 0;
}
/* end index */

/* text list */
table.text_list_item {
	margin-bottom: 3em;
}
table.text_list_item td.title {
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 13px;
}
table.text_list_item td.title a, table.text_list_item td.description a {
	text-decoration: underline;
}
table.text_list_item td.title a:hover, table.text_list_item td.description a:hover {
	text-decoration: underline;
	color: #7D3030;
}
table.text_list_item td.description {
	text-align: justify;
}
table.text_list_item td.description img {
	float: left;
	margin: 0 7px 7px 0;
	border: 1px solid #000000;
}
table.text_list_item td.description div.link {
	text-align: right;
}
/* end text list */

/* short description */
table.short_navigation {
	margin-left: 12px;
	margin-bottom: 3em;
}
table.short_navigation td {
	background-image: url('/i/title_marker.gif');
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding: 0 17px 0 22px;
	font-size: 18px;
	color: #7D3030;
	text-transform: lowercase;
}
table.short_navigation td a {
	text-decoration: none;
	border-bottom: 1px dashed #3C2828;
}
table.short_navigation td a:hover {
	text-decoration: none;
	color: #7D3030;
	border-bottom: 1px solid #7D3030;
}
/* end short description */

/* events */
div.event_content_title {
	padding-bottom: 40px;
	font-size: 15px;
	font-weight: bold;
}
table.event_list_item {
	margin-bottom: 18px;
}
table.event_list_item td.title {
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
}
table.event_list_item td.title a {
	text-decoration: underline;
}
table.event_list_item td.title a:hover {
	text-decoration: underline;
	color: #7D3030;
}
table.event_list_item_text td.image {
	padding-right: 7px;
}
table.event_list_item_text td.image img {
	border: 1px solid #000000;
}
table.event_list_item_text td.text {
	font-size: 11px;
	color: #656161;
}

table.last_event_list_item {
	margin-bottom: 36px;
}
table.last_event_list_item td.title {
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #5D5757;
}
table.last_event_list_item td.title a {
	text-decoration: underline;
	color: #5D5757;
}
table.last_event_list_item td.title a:hover {
	text-decoration: underline;
	color: #3C2828;
}
table.last_event_list_item td.text {
	padding-bottom: 7px;
	font-size: 11px;
	color: #656161;
}
table.last_event_list_item td.images img {
	border: 1px solid #000000;
}
table.last_event_list_item td.images span {
	float: left;
	padding: 0 10px 10px 0;
}
table.last_event_list_item td.image_set {
	padding-top: 7px;
}
table.last_event_list_item td.image_set img {
	border: 1px solid #000000;
	padding-right: 0.5em;
}

table.image_set {
	margin-bottom: 30px;
}
table.image_set td {
	vertical-align: middle;
}
table.image_set td.first {
	padding-right: 15px;
}
table.image_set td.last {
	padding-left: 15px;
}
table.image_set td.first, table.image_set td.last {
	font-size: 11px;
}
table.image_set td.first a, table.image_set td.last a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
table.image_set td.first a:hover, table.image_set td.last a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
table.image_set td.prev {
	padding-right: 10px;
}
table.image_set td.next {
	padding-left: 10px;
}
table.image_set img.active {
	cursor: pointer;
	cursor: hand;
}

table.gallery_item td.title {
	text-align: left;
	font-size: 24px;
	padding-bottom: 4px;
}
table.gallery_item td.description {
	text-align: justify;
	padding-bottom: 7px;
}
table.gallery_item td.image_set {
	text-align: center;
}
table.gallery_item {
	text-align: center;
	vertical-align: middle;
}
table.gallery_item td.full_image img {
	border: 1px solid gray;
}

table.event_list_item td.notice, table.last_event_list_item td.notice {
	padding-top: 4px;
	font-size: 11px;
	text-align: justify;
}
/* end events */

/* event item */
table.event_item {
	margin-bottom: 2.5em;
}
table.event_item td.date {
	font-size: 24px;
}
table.event_item td.location {
	font-size: 13px;
	color: #746F6F;
}
table.event_item td.text {
	padding-top: 40px;
	text-align: justify;
}
table.event_item td.text img {
	border: 1px solid #000000;
}
table.event_item td.images {
	padding-top: 40px;
}
table.event_item_images td {
	padding-bottom: 20px;
	text-align: center;
}
table.event_item_images td.delimiter {
	width: 4%;
}
table.event_item_images img {
	border: 1px solid #000000;
}
table.event_item_images div.comment {
	font-size: 10px;
	color: #726A6A;
}
/* end event item */

/* related links */
table.related_links {
	margin-bottom: 2.5em;
}
table.related_links td.title {
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}
table.related_links td.links {
	padding-left: 2px;
}
table.related_links td.links a {
	text-decoration: underline;
}
table.related_links td.links a:hover {
	text-decoration: underline;
	color: #7D3030;
}
/* end related links */

/* responses */
table.response_list {
	margin-bottom: 2.5em;
}
table.response_list td.title {
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}
table.response_list td.title div {
	font-weight: normal;
	font-size: 10px;
	color: #848484;
	padding-bottom: 8px;
}
table.response_list td.item {
	padding-bottom: 1.5em;
}
table.response_item td.author {
	color: #3D78A6;
}
table.response_item td.author a {
	text-decoration: underline;
	color: #3D78A6;
}
table.response_item td.author a:hover {
	text-decoration: underline;
	color: #3D78A6;
}
table.response_item td.text {
	padding-left: 5px;
	font-size: 11px;
	color: #4F3F3F;
	line-height: 1.4em;
}
/* end responses */

/* articles */
table.article_list_item {
	margin-bottom: 3em;
}
table.article_list_item td.title {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}
table.article_list_item td.title a, table.article_list_item td.description a {
	text-decoration: underline;
}
table.article_list_item td.title a:hover, table.article_list_item td.description a:hover {
	text-decoration: underline;
	color: #7D3030;
}
table.article_list_item td.info {
	padding-bottom: 14px;
	font-size: 11px;
	color: #656161;
}
table.article_list_item td.info a {
	color: #656161;
}
table.article_list_item td.info a:hover {
	color: #3C2828;
}
table.article_list_item td.description {
	text-align: justify;
}
table.article_list_item td.description img {
	float: left;
	margin: 0 7px 7px 0;
	border: 1px solid #000000;
}
table.article_list_item td.description div.link {
	text-align: right;
}


table.article_item {
	margin-bottom: 2.5em;
}
table.article_item td.date {
	font-size: 24px;
}
table.article_item td.info {
	font-size: 13px;
	color: #746F6F;
}
table.article_item td.info a {
	color: #746F6F;
}
table.article_item td.info a:hover {
	color: #3C2828;
}
table.article_item td.text {
	padding-top: 40px;
	text-align: justify;
}
table.article_item td.text img {
	border: 1px solid #000000;
}
/* end articles */

/* colleagues */
table.colleague_list_item {
	margin-bottom: 2.5em;
}
table.colleague_list_item td.title {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}
table.colleague_list_item {
	text-align: justify;
}
table.colleague_list_item img {
	float: left;
	margin: 0 7px 7px 0;
	border: 1px solid #000000;
}
/* end colleagues */

/* news */
table.news_navigation {
	margin-bottom: 1em;
}
table.news_navigation td {
	font-size: 11px;
}
table.news_navigation td a {
	color: #7E7E7E;
	padding-right: 7px;
}
table.news_navigation td a:hover {
	color: #A67474;
}
table.news_navigation td.previous {
	text-align: right;
}
table.news_navigation td.next {
	text-align: left;
}
table.news_navigation td.current {
	padding-right: 7px;
	font-weight: bold;
	color: #7D3030;
}
table.news_navigation td.current a {
	font-weight: normal;
}

div.all_news {
	padding-bottom: 1em;
	white-space: nowrap;
	font-size: 11px;
}
div.all_news a {
	color: #7E7E7E;
}
div.all_news a:hover {
	color: #A67474;
}

table.news_list_item {
	margin-bottom: 3em;
}
table.news_list_item td.title {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}
table.news_list_item td.title a, table.news_list_item td.description a {
	text-decoration: underline;
}
table.news_list_item td.title a:hover, table.news_list_item td.description a:hover {
	text-decoration: underline;
	color: #7D3030;
}
table.table.news_list_item td.date {
	padding-bottom: 7px;
	font-size: 11px;
	color: #656161;
}
table.news_list_item td.notice {
	text-align: justify;
}
table.news_list_item td.notice img {
	float: left;
	margin: 0 7px 7px 0;
	border: 1px solid #000000;
}
table.news_list_item td.notice div.link {
	text-align: right;
}


table.news_item {
	margin-bottom: 2.5em;
}
table.news_item td.date {
	font-size: 24px;
}
table.news_item td.source {
	font-size: 13px;
	color: #746F6F;
}
table.news_item td.source a {
	color: #746F6F;
}
table.news_item td.source a:hover {
	color: #3C2828;
}
table.news_item td.text {
	padding-top: 40px;
	text-align: justify;
}
table.news_item td.text img {
	border: 1px solid #000000;
}
/* end news */

/* contacts */
table.contact_form {
	width: 400px;
}
table.contact_form td, table.contact_form td.title {
	font-size: 11px;
}
table.contact_form td {
	padding-bottom: 4px;
}
table.contact_form td.title {
	padding-right: 1.5em;
	width: 1%;
}
table.contact_form td.required {
	text-align: right;
	vertical-align: top;
	padding: 0 3px 0 0;
	width: 1px;
	font-size: 9px;
}
table.contact_form td.required div {
	color: #FF0000;
	visibility: visible;
}
table.contact_form td.input {
	width: 100%;
}
table.contact_form td.input input, table.contact_form td.input select {
	width: 100%;
}
table.contact_form span.required {
	color: #FF0000;
	visibility: visible;
}
table.contact_form textarea {
	width: 100%;
	height: 10em;
}
/* end contacts */

/* gallery */
table.gallery_list_item {
	margin-bottom: 3em;
}
table.gallery_list_item td.title {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}
table.gallery_list_item td.title a, table.gallery_list_item td.description a {
	text-decoration: underline;
}
table.gallery_list_item td.title a:hover, table.gallery_list_item td.description a:hover {
	text-decoration: underline;
	color: #7D3030;
}
table.gallery_list_item td.info {
	padding-bottom: 4px;
	font-size: 11px;
	color: #656161;
}
table.gallery_list_item td.images {
	padding-bottom: 7px;
}
table.gallery_list_item td.images span {
	float: left;
	margin: 0 14px 0 0;
}
table.gallery_list_item td.images img {
	border: 1px solid #000000;
}
table.gallery_list_item td.description {
	text-align: justify;
}

img.opague {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
img.over {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* end gallery */

/* search */
table.search_list_item {
	margin-bottom: 1.5em;
}
table.search_list_item td.position {
	padding-right: 10px;
}
table.search_list_item td.text {
	font-size: 11px;
}
table.search_list_item td.text a {
	font-size: 13px;
	font-weight: bold;
}
/* end search */

div.img_comment {
	font-size: 12px;
	color: #726A6A;
}

span.found_keyword {
	background-color: #F28181;
}

div.info {
	font-size: 11px;
	color: #656161;
	padding-bottom: 3px;
}

h1.404 {
	font-size: 24px;
}

div.text_content {
	text-align: justify;
}
div.text_content img {
	border: 1px solid #000000;
}