/***********************************************/
/* Marina Varouta (Ina Mar)                     */
/* www.inamarr.com                               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Tahoma, Arial Unicode MS, Arial, Helvetica, sans-serif !important;
	color: #666666;
	line-height: 1.7;	
	margin: 0px;
	padding: 0px;
}
tr, td {  vertical-align:top; }
img a { border:none; }
img { border:none; }
a:link, a:visited, a:hover {
	color: #040770;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h2, h3 {
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Tahoma, Arial Unicode MS, Arial, Helvetica, sans-serif !important;
	margin: 0px;
	padding: 0px;
    color: #040770;
}

h1{
/* font-size: 120%; */
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
clip: rect(1px, 1px, 1px, 1px);
}
h2{
 font-size: 114%;
}
h3{
 font-size: 100%;
}

ul{
 list-style-image: url(grafik/note.jpg);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: 334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logo{
	background-image:url(grafik/ermis-theodorakis.jpg);
	background-position:left;
	background-repeat:no-repeat;}
#lang {
	position: absolute;
	top: 10px;
	right: 10px;
}
#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
}
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #ffffff;
}

#content{
	margin: 0;
	padding: 0 13% 0 0;
	text-align:justify;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .text styles ***************/

.text{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.text h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.text img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 5px 5px 5px 15px ;
}
/* adjust margins to change separation between the image and text flowing around it */


/************** .supplementary_text styles *****************/

.supplementary_text{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.text p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	height: 20px;
	border: 0px ;
	font-size: 85%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	background-image:url(grafik/shadow-up.gif);
	position: relative;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#siteInfo .ermis { float:left; margin-left: 10px; }
#siteInfo .marina { float: right; margin-right: 10px; }
#siteInfo a:link, #siteInfo a:active, #siteInfo a:visited {
	color: #cccccc;
	text-decoration: none; }
#siteInfo a:hover {   color: #040770; }

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	font-size: 90%;
	border:none;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
	border:none;
}

#sectionLinks a:link{
	padding: 0px 0px 0px 0px;
	border-top: none;
	width: 100%;
	width: auto;
	border:none;
}

#sectionLinks a:visited{
	border-top: none;
	padding: 0px 0px 0px 0px;
	border:none;
}

#sectionLinks a:hover {
	border-top: none;
	background-color: #dddddd;
	padding: 0px 0px 0px 5px;
	border:none;
}


/************** #headlines styles **************/

#relatedLinks{
	margin: 0px;
	font-size: 80%;
	padding: 15px 5px 20px 5px;
}