﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #2D3513;
}
#container {
	width: 1000px;
	height: 1024px;
	margin: 10px auto 30px auto;
	background-color: #FFFFFF;
	background-image: url(../images/background_anthanassa.jpg);
	background-position: center top;
	background-repeat: no-repeat; 
}
#navigation {
	margin: 200px 10px 0px 60px; 
	width: 500px;
	position: absolute;
}
#navigation_en {
	margin: 200px 10px 0px 60px; 
	width: 500px;
	position: absolute;
}
#language_sel {
	margin: 210px 10px 0px 525px; 
	width: 130px;
	position: absolute;
}
#column_l_head {
	width: 510px;
	height: 70px;
	margin: 230px 0 0 70px;
	clear: both;
}
#column_scrolled {
	width: 570px;
	height: 590px;
	margin: 290px 0 0 70px;
	padding: 0 0px 0px 0px;
	overflow: auto;
}
#footer {
	float: left;
	text-align: center;
	margin: 978px 10px 0px 30px;
	padding: 2px;
}
#copyright {
	float: right;
	text-align: center;
	margin: 978px 30px 0px 10px;
}
#infosphere {
	clear: both;
	float: right;
	text-align: center;
	margin: 0px 30px 0px 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0 0 0 0px;
	font-size: 13px;
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 4px;
	display: block;
}
#navigation a:hover {
	background-color: #C2E461;
}
#navigation_en ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_en li {
	margin: 0 0 0 13px;
	font-size: 14px;
	float: left;
}
#navigation_en a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation_en a:hover {
	background-color: #C2E461;
}
/* Styles for language selection */
#language_sel ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#language_sel li{
	margin: 0 0 0 2px;
	float: left;
	font-size: xx-small;
	text-decoration: underline;
}
#language_sel a {
	color: #000;
	text-decoration: underline;
	margin: 0 1px;
	padding: 2px;
	display: block;
}
#language_sel a:hover {
	color:#006600;
}
/* Styles for Content */
h1 {
	color: #658C00;
	font-size: 32px;
	font-weight: normal;
	font-family:"Book Antiqua";
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}
h2 {
	color: #658C00;
	font-size: 1.5em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Copyright */
#copyright p {
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 6px;
}
#infosphere p {
	color: #fff;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 6px;
}
#infosphere a {
	color: #fff;
	text-decoration:none;
}
#infosphere a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for services */
#services_li ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Styles for articles */
#articles_li ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for labels */
.style_label {
	font-weight: bold;
}
.style_font_red {
	color: red;
}
.style_align_center_news {
	margin-left: 145px;	
}
.style_align_center_picture {
	margin-left: 145px;	
}
.style_align_center_articles {
	margin-left: 145px;	
}
.style_float_right {
	float: right;
}
.style_float_left {
	float: left;
}
.style_float_left_margin_top_five {
	float: left;
	margin-top: 5px;
}
.style_fond_color_red {
	color:red;
}
.style_font_color_blue {
	color:blue;
}
.style_font_color_yellow {
	color:yellow;
}
.style_font_color_green {
	color:green;
}
.style_bold_align_center {
	font-weight: bold;
	text-align: center;
}
.style_align_center {
	text-align: center;
}
.style_smaller_italic {
	font-style: italic;
	font-size: x-small;
}
.style_smaller_regular {
	font-style: regular;
	font-size: x-small;
}
.style_table {
	text-align: center;
	border-top-style: solid;
	border-top-color: lime;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: lime;
	border-bottom-width: 1px;
	width: 140%;
}
.style_table_header {
	border-bottom-style: solid;
	border-bottom-color: lime;
	border-bottom-width: 1px;
}
.style_table_row_backcolor {
	background-color:#E4EDE4;
}
.style_bold_italics {
	font-weight: bold;
	font-style: italic;
}
.border_all_around {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
.text_align_center {
	text-align: center;
}
