/* common
--------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	width: 1003px;
	/*height: 94% !important;
	height: 89%;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background: #fff;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

td {
	clear: both;
	vertical-align: top;
}

td.padding-left {
	clear: both;
	padding: 0 0 0 20px;
}

td.padding-right {
	clear: both;
	padding: 0 20px 0 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #CD3739;
}

a:hover {
	text-decoration: none;
	color: #CD3739;
}

a.text-link:link, a.text-link:visited, a.text-link:active {
	text-decoration: underline;
	color: #CD3739;
}

a.text-link:hover {
	text-decoration: none;
	color: #CD3739;
}

a.counter-link:link, a.counter-link:active, a.counter-link:hover {
	text-decoration: underline;
	color: #CD3739;
}

a.counter-link:visited {
	text-decoration: underline;
	color: #CD3739;
}

/* container
--------------------------------------------------*/
#container {
	clear: both;
	margin: 0;
	padding: 0;
	width: 985px;
	height: 100%;
	text-align: left;
}

#breadcrumbs {
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	font-size: 11px;
	color: #000;	
}

#breadcrumbs a {
	margin: 0;
	padding: 0;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #0f829d;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #0f829d;
	text-decoration: none;
}


* html #breadcrumbs a {
	width: 1%;
}

#folder {
	clear: both;
	margin-top: 30px;
	padding: 0;
}

#folder-title {
	margin: 0;
	padding: 0;
}

#folder-title a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#folder-title a h2 {
	margin: 0 0 16px;
	color: #CD3739;
}
#folder-title a:hover h2 {
	text-decoration: underline;
}

#folder-annotation {
	width: auto;
	vertical-align: top;
	text-align: left;
}

#content-text {
	padding-left: 0px;
	width: auto;
	vertical-align: top;
	text-align: left;
}

#anons-text h2 {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}

#anons-text a:link, #anons-text a:visited, #anons-text a:active {
	font-size: 12px;
	color: #0f829d;
	text-decoration: none;
}

#anons-text a:hover {
	font-size: 12px;
	color: #0f829d;
	text-decoration: underline;
}

/* common: block
----------------------------------------*/

#block {
	margin-bottom: 20px;
}

/* common: foto
----------------------------------------*/
#slide-outer {
	float: left;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 160px;
	border: 1px solid #ccc;
}

#slide-outer[id] {
	position: static;
	display: table;
}

#slide-middle {
	position: absolute;
	top: 50%;
	left: 50%;
}

#slide-middle[id] {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

#slide-inner {
	position: relative;
	top: -50%;
	left: -50%;
}

#slide-inner[id] {
	position: static;
	text-align: center;
}

#slide-inner img {
	margin-bottom: -2px;
}

#folder-annotation #slide-outer {
	margin: 0 15px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
}

#foto {
	clear: both;
	margin: 0;
	padding: 0;
}

#foto-left {
	clear: both;
	margin: 0;
	padding: 0;
}

table #foto-left {
	margin-right: 15px;
	padding-right: 15px;
}

#foto-left #slide-outer {
	float: left;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 220px;
	border: 1px solid #ccc;
}

#foto-right {
	margin-left: 15px;
}

#foto-right #slide-outer {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 220px;
	border: 1px solid #ccc;
}

/* header
----------------------------------------*/
#header {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	width: 985px;
	height: 110px;
}

#logo {
	margin: 20px 0 30px;
	width: 230px;
	height: 72px;
	text-align: center;
}

#navicons {
	margin: 15px 0;
}
#navicons a {
	margin-right: 15px;
}

#language {
	float: right;
	margin: 12px 0 0;
}

#language a:link, #language a:visited, #language a:active {
	margin-left: 10px;
	font-size: 11px;
	color:#cd3739;
	text-decoration: none;
}

#language a:hover {
	margin-left: 10px;
	font-size: 11px;
	color:#cd3739;
	text-decoration: underline;
}

#language span {
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #0f829d;
}

#search {
/*	clear: both;
	float: right;
	margin: 0;
	padding-right: 50px;*/
	margin-bottom: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

.input-field {
	margin-left: 10px;
	margin-right: 5px;
	width: 145px;
	font-size: 11px;
	color:#4b4b4b;
}

.input-button {
	vertical-align: top;
}

/* footer
----------------------------------------*/

body {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
html {
	height: 100%;
}
#footer {
	position: absolute;
    bottom: 0;

	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 985px;
	background-color: #cd3739;
	text-align: left;
	font-size: 11px;
	font-color: #f3cdc2;
	line-height: 2.0em;
}

#footer a {
	color: #fff;
}

#copy-designer {
	margin: 0;
	padding: 0 10px 0 20px;
	font-size: 11px;
	color: #fff;
}

#copy-designer {
	color: #fff;
}

#copy-owner {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	color: #fff;
}

#cont-tel {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	color: #fff;
}

#email {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	color: #fff;
}

.right-border {
	border-right: 1px solid #e48b6d;
	}

.left-right-border {
	border-left: 1px solid #e48b6d;
	border-right: 1px solid #e48b6d;
	}

/* Home page
--------------------------------------------------*/
#spacer {
	width: 15px;
}

#content {
	width: 740px;
	padding-bottom: 90px;
	vertical-align: top;
}

/* content: main menu
--------------------------------------------------*/
#menu {
	clear: both;
	width: 230px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	
	/*background-image: url(/images/cross.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	list-style: none;
}

#menu ul li a {
	display: block;
	padding: 3px 0 3px 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #999;
}

#menu ul li a:hover {
	color: #000;
	background-color: #eef6fe;
}

#menu ul li.current-item a {
	color: #000;
	background-color: #d8e5ee;
}

#menu ul li.first a {
	border-top-color: #fff;
}





/*
* html #menu a {
	width: 1%;
}
*/

/* hp welcome block
--------------------------------------------------*/
#welcome {
	clear: both;
	margin: 15px 0 30px 0;
	padding: 0;
}

#welcome-text {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 0 24px;
	width: auto;
	text-align: left;
}

#welcome-text h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 18px;
	color: #cd3739;
}

#welcome-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 15px;
}

/* hp news and subscription to news
----------------------------------------*/
#news {
	clear: both;
	margin: 0 0 20px 0;
	padding-right : 0px;
}

#news h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 18px;
	color: #666;
}

#news a {
	font-size: 12px;
	color: #0f829d;
}

#news span.date {
	padding-left: 0px;
	padding-bottom: 3px;
	font-size: 12px;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news ul li {
	list-style: none;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#subscription {
	margin: 0;
	padding: 0;
}

#subscription input {
	margin: 0 0 0 0;
	padding: 0 1px 0 0;
	font-size: 14px;
}

#unsubscription {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

/* content
--------------------------------------------------*/
#issue {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
}

#issue-title h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #CD3739;
}

#issue-annotation {
	padding: 0;
	font-size: 11px;
}

#issue-text {
	margin-bottom: 50px;
	padding-top: 15px;
	font-size: 12px;
}

#issue-text table {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}

#issue-text table td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
}

#issue-text table.left, #issue-text table.left td, #issue-text table.right, #issue-text table.right td {
	border: none;
}

#issue-text p {
	margin: 0 0 10px;
	font-size: 12px;
}

#issue-text a:link, #issue-text a:visited, #issue-text a:active {
	color: #CD3739;
	text-decoration: underline;
}

#issue-text a:hover {
	color: #CD3739;
	text-decoration: none;
}

/*#issue-text table {
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #999;
}
#issue-text table td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #666;
}*/

#issue-list {
	margin-top: 40px;
	padding: 5px 0;
	font-size: 12px;
	background: #e9e9e9;
}

#issue-list ul li {
	margin: 0;
/*	padding: 0;*/
	padding: 0 5px 0 0;
	list-style: url(/images/file.gif);
	color: #888;
}

#issue-list ul li a {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	/*color: #0f829d;*/
	color: #000;
	text-decoration: none;
}
#issue-list ul li a:hover {
	text-decoration: underline;
}

#message-sending {
	margin-top: 20px;
	padding: 0;
}

#folder {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
}

#folder a:link, #folder a:visited, #folder a:active {
	color: #0f829d;
	text-decoration: none;
}

#folder a:hover {
	color: #0f829d;
	text-decoration: underline;
}

#page-counter {
	clear: both;
	margin-top: 30px;
	padding: 20px 0 0 0;
	border-top: 2px solid #cd3739;
}

/* login form
--------------------------------------------------*/
#login-form {
	float: right;
	padding: 20px;
	border: 1px solid #e5e5e5;
}

/* content: files
----------------------------------------*/
#content-issue-files {
	clear: both;
	margin-top: 30px;
	margin-bottom: 50px;
	width: auto;
	vertical-align: top;
	border-top: 2px solid #cd3739;
}

#content-issue-files img {
	margin: 0;
	padding: 0;
	border: 0;
}

#content-issue-files span {
	padding-left: 10px;
}

#content-issue-files ul {
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
	line-height: 2.0em;
}

#content-issue-files ul li {
	margin: 0;
	padding: 0;
}

#content-issue-files ul li a {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f829d;
	text-decoration: underline;
}

#table_for_pairs {
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#table_for_pairs tr.header td {
	padding: 5px;
	background-color: #cc0000;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#table_for_pairs td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#table_for_pairs td a:link, #table_for_pairs td a:active, #table_for_pairs td a:visited {
	color: #0f829d;
	text-decoration: underline;
}

#table_for_pairs td a:hover {
	color: #0f829d;
	text-decoration: none;
}

/* -------------------------------------*/

#sitemap ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

#sitemap ul li {
	margin-bottom: 3px;
}

#sitemap a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
/*	color: #057;*/
}

#sitemap a:hover {
	text-decoration: underline;
}
