/* Noumenia (C) 2006 - Software Development - www.noumenia.gr */

html {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	min-width: 1006px;
	background-image: url("images/background-gradient.png");
	background-position: 0 0;
	background-repeat: repeat;
	text-align: left;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img {
	border: 0;
	}

#line1 {
	height: 49px;
	margin-left: 56px;
	margin-right: 56px;
	background-color: #D6DED3;
	margin-bottom: 16px;
	}

#languageselection {
	float: right;
	margin-top: 25px;
	margin-right: 5px;
	}

#leftsidetop {
	float: left;
	width: 173px;
	height: 100px;
	margin-left: 56px;
	}

#logo {
	height: 100px;
	margin-left: 229px;
	background-color: #FFFFFF;
	text-align: center;
	}

#rightsidetop {
	float: right;
	width: 56px;
	height: 100px;
	background-color: #93B9AF;
	}

#leftsidemiddle {
	float: left;
	width: 173px;
	margin-left: 56px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #406679;
	font-size: 0.7em;
	}

#leftsidemiddle a {
	color: #FFFFFF;
	}

#mainmenulevel1 {
	margin-left: 1.5em;
	list-style-image: url(images/arrow-close.png);
	}

.mainmenulevel2 {
	display: block;
	margin-left: 10px;
	list-style-image: none;
	list-style: none;
	}

#rightsidemiddle {
	margin-left: 229px;
	margin-right: 56px;
	background-color: #D6DED3;
	}

#middlemenu {
	height: 57px;
	text-align: left;
	}

#middlemenu a {
	float: left;
	width: 100px;
	height: 40px;
	padding-left: 17px;
	padding-top: 17px;
	font-size: 0.6em;
	font-weight: bold;
	color: #93B9AF;
	text-decoration: none;
	}

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

#middlemenu a:hover {
	color: #406679;
	}

#rightsidebottom {
	margin-left: 229px;
	margin-right: 56px;
	padding: 10px;
	color: #000000;
	background-color: #F0F0F0;
	text-align: justify;
	}

#rightsidebottom a {
	text-decoration: none;
	color: #406679;
	}

#rightsidebottom a:hover {
	color: #2EA6A8;
	}

.smallletters {
	font-size: 0.8em;
	}

#noumenialogo {
	float: right;
	background-color: #f0f0f0;
	}

.cleardiv {
	clear: both;
	height: 1em;
	}
		
#footer {
	height: 50px;
	clear: both;
	margin-right: 56px;
	font-size: 0.7em;
	text-align: right;
	}

#footer img {
	vertical-align: middle;
	}

.capimage {
	clear: right;
	float: right;
	width: 150px;
	margin: 10px;
	text-align: center;
	}

.simpletable {
	width: 400px;
	font-size: 0.9em;
	}

.simpletable .leftcell {
	width: 80px;
	padding: 4px;
	text-align: right;
	font-weight: bold;
	background-color: #F9F9F9;
	}

.simpletable .rightcell {
	padding: 4px;
	text-align: left;
	background-color: #D6DED3;
	}

.simpletable .topcell {
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #F9F9F9;
	}

.maintopic {
	font-size: 1.1em;
	font-weight: bold;
	color: #2EA6A8;
	}

.topic1 {
	font-weight: bold;
	}

.subtopic1 {
	margin-left: 20px;
	font-weight: bold;
	}

.subtopic2 {
	margin-left: 40px;
	font-weight: bold;
	}

.centered {
	text-align: center;
	}

.simplelist {
	/* width: 400px; */
	margin-left: 20px;
	padding: 4px;
	padding-left: 20px;
	line-height: 1.5em;
	text-align: left;
	font-size: 0.9em;
	background-color: #D6DED3;
	}

.simplelist .sublist {
	margin-left: 20px;
	}

.simplelistlong {
	/* width: 700px; */
	}

.orderedlist {
	margin-left: 20px;
	padding: 4px;
	padding-left: 40px;
	line-height: 1.5em;
	text-align: left;
	font-size: 0.9em;
	background-color: #D6DED3;
	}

.complextable {
	width: 557px;
	margin-left: 20px;
	padding: 4px;
	line-height: 1.5em;
	text-align: left;
	font-size: 0.9em;
	}

.complextable td {
	background-color: #D6DED3;
	}

.complextable .tabletitle {
	font-weight: bold;
	text-align: center;
	}
