@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	font-size: 12px;
	background-image: url(../../graphics/gui/bg_body.gif);
	background-repeat: repeat;
	background-position: center top;
}

/* Typo styles and format */

p {
	margin-bottom: 10px;
}
h1 {
}
h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 20px;
}
h4 {
	font-weight: bold;
	text-align: right;
}
h5 {
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
}
h6 {
}

/* General Classes */
.bold {
	font-weight: bold;
	color: #069;	
}
.bold a{
	color: #069;
	text-decoration: none;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.normalUl {
	padding: 10px;
}
.normalUl li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
}
.normalUlno {
	padding: 10px;
}
.normalp {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
/* Major Containers */

.wrapper {
	width: 100%;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 150px;
	background-image: url(../../graphics/gui/bg_top.gif);
	background-repeat: repeat;
	background-position: center top;
}
#bar {
	height: 180px;
	background-image: url(../../graphics/gui/bg_center.gif);
	background-repeat: repeat;
	background-position: center top;
	text-indent: -9999px;
}
#main {
	background-image: url(../../graphics/gui/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
}

/* Header */


/* Navigation */



/* Detail Content */
#langen a {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	background-image: url(../../graphics/flags/english.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;	
}
#langgr a {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	background-image: url(../../graphics/flags/greek.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;	
}

#sponsors {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#sponsors ul {
}
#sponsors li {
	display: inline;
}
#sponsors a {
	display: block;
	float: left;
	width: 110px;
	height: 70px;
}

#sponsors2 {
	margin-bottom: 20px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#sponsors2 ul {
}
#sponsors2 li {
	display: inline;
}
#sponsors2 a {
	display: block;
	float: left;
	width: 85px;
	height: 55px;
}
#sponsors3 {
	margin-bottom: 20px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
#video {
	text-align: center;
	margin-bottom: 20px;
}


/* Footer */

#siteInfo  {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	padding-top: 20px;
}

#siteInfo p {
	text-align: center;
	color: #000;
	font-size: 10px;
	margin-bottom: 5px;
}
#siteInfo a {
	color: #000;
}
