body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5 {
	font-family: Arial;
	text-align: left;
}

h4 { margin: 30px 2px 0px 2px; }

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:link img, a:visited img {
	border-style:none;
}

p {
	text-align: justify;
}


hr {
	margin: 10px 10px 0px 10px;
	text-align: center;
}

.container {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 780px;
}

#header {
	width: 100%;
	float: left;
}

#footer {
	position:relative;
	width: 100%;
	float: left;
	text-align: center;
}

#footer p {
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	text-align: center;
}

#footer hr {
	width: 98%;
	padding: 10px 5px -10px 5px;
	text-align: center;
}

#left {
	position: relative;
	float: left;
	width: 20%;
	height: 69%;
	min-height: 450px;
	min-width: 120px;
}

#top-links {
	padding-bottom: 18px;
	padding-right: 0px; 
	width: 100%;
	text-align: right;
}
#top-links-js-warning {
	color:#cc0000;
	padding-left: 5px;
	padding-right: 5px;
}

#top-links a {
	/*font-family: Arial;*/
}

#top-links-container {
	border-collapse: collapse;
	float:right;
	margin-right: 1px;
}

#top-links-container td {
	padding: 3px 8px 5px 8px;
}

a#top-links-kontrastas  {
	padding: 3px;
	background-color: #000000 !important;
	color: yellow !important;
}

a#top-links-normalus  {
	padding: 3px;
	background-color: #ffffff !important;
	color: #06457a !important;
}

#edean-logo {
    width:20%;
    height:85px;
    float:left;
    margin: 5px;
}


#viti-logo {
	position: absolute;
	right:0;
	float:left;
	height: 85px;
	width: 200px;
	padding: 0px;
}

#logo-title {
	float:left;
}

#logo-title p {
	font-family: Arial;
	font-weight: bold;
}

#navbar {
    position: relative;
    width: 80%;
    left: 20%;
    text-align: center;
    padding:0;
    float:left;
}

#navbar-left {
	float:left;
	height: 35px;
	width: 70px;
}

#navbar-right {
	float: right;
	height: 35px;
	width: 70px;
}

ul#navbar-list {
	left:70px;
	right:70px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 8px;
}

ul#navbar-list li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:21px;
	padding-right:24px;
	position:relative;
}

ul#navbar-list li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

ul#navbar-list li.last {
	border-right: none;
	padding-right:0px;
}

#menu-header {
    height:25px;
    width: 100%;
}

#menu-header-right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	width: 70px;
}

#menu-footer {
    position: absolute;
    bottom: 0px;
    height:35px;
    width: 100%;
}

#menu-footer-right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px;
	width: 70px;
}

ul#menu {
	padding:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	margin-bottom: 20px;
}

ul#menu li {
	clear: both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	padding: 12px 0px 12px 0px;
}

ul#menu li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-style: italic;
}

#content {
	float: left;
	width: 74%;
	min-height: 450px;
	min-width: 20px;
}

#content-text {
	margin: 15px;
}


table.projects {
	border-collapse: collapse;
	border-width: 0px;
}

td.name_column {
	width: 100px;
}

table.projects td {
	vertical-align: top;
	padding-top: 15px;
}

table.projects p {
	margin: 0px;
	padding: 0px;
}


 