/* @group base */

/* Colors: 
	green:#008A7D
	gray:#9a9a9a
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

sup {
	line-height:0;
	font-size: .8em;
}

body {
	font-size: 100.01%; 
	line-height: 1.3em;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.green{
	color:#008A7D;
}

.imgnavact{
	color:black !important;
	font-weight:bold;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

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

/* @end */

/* @group layout */

#wrap {
	margin:  0 auto;
	width: 852px;
	text-align: left;
}

#header {
	border-bottom: 5px solid black;
	background-image: url('../media/headerBg.gif');
	background-position:0 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#refGallery {
	width: 679px;
	min-height:265px;
}


/* @end */

/* @group header */
#logo{
	float: left;
}

#header td{
	padding-left: 10px;
}

#header .lang1 td{
	padding-left: 10px;
	padding-right:20px;
}

#header #nav {
	padding-top: 15px;
}

#nav table {
	border: none;
	float:right;
}


/* @end */

/* @group subheader */

#subheader{
	height:22px;
	overflow:hidden;
}

#subheader li {
	display: inline;
}

#subheader, #subheader a{
/*	color: #9a9a9a;*/
	color: #000000;
}

#subheader a.cur{
	color: #008A7D;
}

#breadcrumb {
	font-size: 11px;
	float: left;
	margin-left: 173px;
}

#metanav{
	font-size: 9px;
	float: right;
}

#metanav li{
	margin-left: 7px;
}

/* @end */

/* @group contents */
#content{
	min-height: 405px;
}

#content h1{
	text-transform:uppercase;
}

#content p, #content h1,#content ul, #content td {
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#content ul{
	margin-left:.7em;
	padding-left:.7em;
}

#content .tx-imagecycle-pi1 ul{
	margin-left:0;
	padding-left:0;
}

#content li{
	margin-bottom:.3em;
}

#content p.projlabel{
	float:left;
	width:120px;
}

#content p.projvalue{
	margin-left:120px;
}

#content p.projlabel,#content p.projvalue{
	margin-bottom:0;
}

#content p.nextproj{
	margin-top:2em;
}

#content p.nextproj a{
	color:#9a9a9a;
}

#content p.nextproj a:hover{
	color:#008A7D;
}

#content table.contenttable {
	width:679px;
}

#content table.contenttable td{
	vertical-align:top;
	padding-right:10px;
}

/* @end */

/* @group leftcol */
#leftcol{
	float: left;
	width: 160px;
	/*padding-top: 1em;*/
}

#leftcol h1{
	font-size: 11px;
}


#leftcol ul{
	line-height:1em;
}

#leftcol ul a{
	color:#008A7D;
	font-size:11px;
	line-height:1em;
}

#leftcol ul a.act{
	font-weight:bold;
}

#leftcol .nav {
	margin-top:1.5em;
}

/* @end */

/* @group rightcol */
#rightcol{
	width: 679px;
	margin-left: 173px;
}

#imgnav {
	margin: 10px 0;
}

#imgnav a,#imgnav p, #imgnav ul {
	font-size: 11px;
	margin-bottom: 0;
	line-height: 1em;
}

#imgnav p{
	float: left;
}

#imgnav ul{
	float: right;
}

#imgnav li {
	display: inline;
	margin-left: 5px;
}

#content #imgnav a{
	color: #9a9a9a;
}

#imgnav a.cur{
	color: black;
	text-decoration: underline;
}

#bodytext{
	float: left;
	width: 506px;
}


#content a {
	color:#008A7D;
}


#content #bordercol p{
	font-size:10px;
}



#content #bordercol {
	width: 160px;
	margin-left: 519px;
}
/* @end */

/* @group footer */
#footer{
	/*margin-top: .5em;*/
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	clear: left;
}

#footer p#claim{
	font-size: 12px;
	float: left;
}

#footer p#lastupdate{
	color: #9a9a9a;
	font-size: 11px;
	float: right;
}

/* @end */
