/* GENERAL --------------------------------------------- */

body {
	background-color: #e9e9e9;
  	padding: 0px;
  	margin: 0px;
  	text-align: center;
}

img{
	border: 0;
}

/* LAYOUT --------------------------------------------- */

#center { 	
	text-align: left;
 	vertical-align: middle;	
 	margin: 0px auto;
 	padding: 0px;
 	width: 900px;
}

#header_informations{
	float: right;
	color: #90908d;
}

#header_search{
	float: right;
	width: 150px;
	height: 20px;
	margin-top: -3px;
	text-align: right;
}

#content {
	width: 900px;
}

#content_2 {
	float:left;	
	width: 100%;
	background: url(/portals/0/background_navigation.gif) top right;
	background-repeat: repeat-y;
	background-color: white;
}

#content_padding {
	padding: 5px 20px 20px 20px;
}


#header_slogan {
	width: 220px;
	margin-top: 85px;
	margin-left: 20px;
	
}

div.comment_startpage {
	background: url(/portals/0/comment_startpage.jpg) bottom center;
	background-color: white;
	width: 514px;
	float: left;
}

div.text_comment_startpage {
	padding: 16px 25px 45px 20px;
	font-size: 22px;
	color: #3a81af;
	line-height: 30px;
}

ul.projects_entry{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.projects_entry li{
	line-height: 17px;
	width: 516px;
	list-style: none;
	float: left;
	display: block;
	border-bottom: 1px #adcbe1 solid;
}


ul.projects_entry li:first-child{
	line-height: 17px;
	width: 516px;
	list-style: none;
	float: left;
	display: block;
	border-bottom: 1px #adcbe1 solid;
	border-top: 1px #adcbe1 solid;

}

ul.projects_entry a {
	padding-top: 17px;
	padding-bottom: 16px;
	display:block; 
	text-decoration: none;
	color: black !important;
	background-color: none; 
  }

.clr{ clear:left; }


ul.projects_entry a:hover {
  color:#564b47;
  background-color: #e5eff7; 
  	background: url(/portals/0/background_navigation_hover.gif) top right;

  }
ul.projects_entry li li a {
  color:#564b47;
  background-color: #f5f5f5; 
  }


.projects_text{
	margin-left: 8px;
	width: 385px;
	float: left;
}
.projects_text h5{
	padding: 0;
	margin: 0;
}

ul.projects_entry li a{
	color: #EAEFF6;
}

img.project_image{
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}




span.date_title {
	font-size: 11px;
	color: #4a91c1;
	padding: 1px 2px 0px 2px;
	border: 1px #94c2e0 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 5px;
}




.link_site:link {
	background: url(/portals/0/arrow.gif) left;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 2px;
	color: #0068a6;
	text-decoration:none;
	

}
.link_site:visited {
	background: url(/portals/0/arrow.gif) left;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 2px;
	color: #0068a6;
	text-decoration:none;
	

}

.link_site:active {
	background: url(/portals/0/arrow.gif) left;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 2px;
	color: #0068a6;
	text-decoration:none;
	

}

.link_site:hover {
	background: url(/portals/0/arrow_hover.gif) left;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 2px;
	color: #004772;
	text-decoration: none;

}




/* NEWS ENTRY --------------------------------------------- */


ul.news_entry
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.news_entry li
{
	width: 363px !important;
	width: 100%;
	padding: 15px 0 15px 20px;
	list-style: none;
	float: left;
	display: block;
	border-top: 1px #adcbe1 solid;
	
}

* html .news_entry li { /*IE6 only*/
 ΚΚΚ width: 363px !important;
	padding: 15px 0 15px 20px;
	list-style: none;
	float: left;
	display: block;
	border-top: 1px #adcbe1 solid;
 Κ}



.news_entry_grey
{
	background: url(/portals/0/background_news.jpg) left top;
	background-repeat: repeat-y;
}

.news_details
{	
	line-height: 18px;
	float: right;
	width: 290px;
	margin-right: 8px;
}

.news_details h5
{
	padding: 0;
	margin: 0;
}

img.news_image {
	float: left;
	display: block;
}




/* INPUT --------------------------------------------- */

#search {
	position: relative;
	left: 28px;
	height: 21px;
	float: left;
	margin: 0px;
	background-color: #f4f4f4;
	border: #b2b2b1 1px solid;
	color: #90908d;
	padding: 3px 0px 0px 4px;
	width: 100px;
	z-index: 4;
	font-size: 11px;

	
}

#search:focus {
	background-color: white;
	border: #b2b2b1 1px solid;
	outline: 0 none;
	color: #6d6d69;
}

#search_button{
	z-index: 10;
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;	
	float: right;
	}

/* TITLE --------------------------------------------- */






