html{
	height: 100%;
}
body{
	position: relative;
	top:0px;
	padding-top:0px;
	z-index: 0;
	/* background: #000 url('images/bg_1.jpg') top center no-repeat; */
	background: #1a1a1a;
	color: #b5a77c;
	margin: 0;
	text-align: center;
	font-family: Helvetica, Verdana, Geneva, Arial, "Bitstream Vera Sans", sans-serif;
	min-height: 101%; /* verticale scroll in mozilla */
}
p{
	margin: 8px 0 8px 0;
	line-height: 1.2em;
}

a:link {
	color: #e5d49e;
}
a:visited {
	color: #e5d49e;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ff0000;
}
h1{
	font-size: 1.8em;
	font-style: normal;
	font-weight: lighter;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5a77c;
}
h2{
	font-size: 1.4em;
	font-style: normal;
	font-weight: lighter;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #645C44;
}

zul {
	margin-top: 0px;
	padding-top: 0px;
}
li {
	list-style-type: square;
	margin-top: 5px;
	padding-top: 0px;
}
dt {
	margin-top: 10px;
	text-align: left;
}
dd {
	margin-top: 6px;
	font-style:italic;
	font-size: 0.8em;
}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#page-wrapper{
	position:relative;
	top:0px;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
}

#header{
	position:relative;
	width: 770px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	background:transparent;
	clear:left;
	background: #b5a77c;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header {
	float:none;
	clear:none;
	}
/* End IE5-Mac hack */

/* contents */	
#contentsdiv{
	position: absolute;
	top: 40px;
	left:0px;
	}	
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#contentsdiv{
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0 0 25px 0;
	width: 770px;
	font-size: 0.9em;
	}
/* End IE5-Mac hack */
	
#main-column{
	position:relative;
	float:left;
	width:487px;
	min-height:200px;
	margin: 15px 0 25px 0;
	padding:0px;
	color: #b5a77c;
	background: #0d0d0d;
	border-bottom:#b5a77c solid 1px;
}
.side-column{
	position:relative;
	float:left;
	width:268px;
	min-height: 100px;
	margin: 15px 0 0 15px;
	padding:0px;
	color: #909d9b;
	background: #0d0d0d;
	border-bottom:#5c7371 solid 1px;
}
.pictures{
	border-top:#5c7371 solid 1px;
}

.team-item{
	border-top:#403c2f solid 1px;
	margin-top: 10px;
	padding: 5px 0 0 0;
	clear: both;
	width:100%;
}
.team-item img{
	float:left;
	margin:0 10px 5px 0;
}
.team-item h3{
	margin:0 0 5px 0;
}
.team-item-name{
	zzsfloat:left;
}
.team-item-text{
	text-align: left;
	display: block;
	clear: left;
	float: none;
}

.side-column a:link {
	color: #cde6e2;
}
.side-column a:hover {
	color: #ffffff;
}
.side-column a:visited {
	color: #cde6e2;
}

.column-content{
	margin:10px;
	text-decoration: none;
	text-align: justify;
	padding-bottom: 10px;
}

.side-menu .column-content{
	text-align: center;
	margin-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 0;
}
.pictures .column-content{
	margin:20px;
	text-align: center;
}
.references .column-content{
	font-size: 0.85em;
	margin-bottom: 0px;
}
.references .column-content p{
	margin: 8px 0 8px 0;
	text-align: left;
}

#footer{
	width:487px;
	text-align: center;
	padding-bottom:5px;
	margin:0;
	font-size: 0.8em;
}

.figure-center{
	text-align: center;
	margin-top: 18px;	
}
.caption{
	margin-top: 8px;
	font-size: .9em;
	font-style: normal;
	margin: 8px 0 8px 0;
}

.news-items{
}
.news-item{
	border-top:#5c7371 solid 1px;
	margin-top: 10px;
	padding-top: 4px;
}
.news-item-title{
	color: #adc6c2;
	text-align: left;
}
.news-item-date{
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
	padding-bottom:4px;
}
.news-item-text{
	font-size: 0.95em;
	text-align: left;
}

.news-item-more{
	border-top:#5c7371 solid 1px;
	margin-top: 10px;
	padding-top: 4px;
	text-align: right;
	font-style: normal;
}
.news-item-more a:link{
	text-decoration: none;
}

.reference-item{
	font-size: 0.95em;
	text-align: left;
	margin-top: 10px;
	padding-left: 16px;
	text-indent: -16px;
	line-height: 1.25em;
}

