@CHARSET "UTF-8";

*{
	margin: 0;
	padding: 0;
}

body, html{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	color: #666;
	background: #fff;
}

html{
	height: 100%;
	border-bottom: 1px solid #fff;
}


#pagewrapper{
	margin: 0 auto;	
	width: 100%;
}


/* @group header */

#headerstuff{
	height: 162px;
	overflow: hidden;
	text-align: right;
}

#logosummaery{
	float:  left;
	background: url(../img/summaery.png) no-repeat left bottom;
	height: 112px;
	width: 365px;
}

#logosummaery a{
	display: block;
	height: 112px;
	width: 365px;
	color:  #666;
	text-decoration: none;
}

#logosummaery h1{
	text-transform: lowercase;
	text-align: left;
	padding: 30px 0 0;
}

#logosummaery h1{
	text-transform: lowercase;
	text-align: left;
	padding: 30px 0 0;
}

a img{
	border: none;
}

/* @end */


#navi_top,
#navi_main,
#banner,
#breadcrumbs,
.gallery{
	display: none;
}



/* @group project.css */


/* to work with js deactiveded */


#back{
	height: 44px;
}

#backlink{
	padding: 0 0 0 25px;
	font-size: 0.9em;
	font-style: italic;
	background: url(../img/back.png) no-repeat left center;
	text-decoration: underline;
}

/* @group project */

div.project{
	/*margin-left: 232px;*/
	font-size: 0.9em;
}

.project h3{
	margin: 0 0 8px;
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
}

.project_department{
	color:  #999;
	margin: 0 0 13px;
}

.project_description{
	color:  #333;
	margin: 0 0 10px;
	line-height: 1.4em;
}

.project_details{
	color: #999;	
	font-style: italic;
}

.project_details .label{
	float:  left;
	width: 150px;
}

.project_details .content{
	margin: 0 0 0 150px;
}

.add_favorites,
.rm_favorites{
	display:  none;
}

#projects a.rm_favorites { display:none; }#favorites a.add_favorites { display:none; }

/* @group event */

.project_events{
	margin: 20px 0 10px;
}

.project_events .time{
	padding: 5px 0;
}

.project_events .description{
	margin: 0 0 0 35px;
}

/* @end */

/* @end */

/* @end */








