/*

grid: 250 x 3 + 2 x 20
or: 385 x 2 + 1 x 20

*/


@font-face {
    font-family: 'Interface';
    src: url('interfacerg-webfont.eot');
    src: url('interfacerg-webfont.eot?#iefix') format('embedded-opentype'),
         url('interfacerg-webfont.woff') format('woff'),
         url('interfacerg-webfont.ttf') format('truetype'),
         url('interfacerg-webfont.svg#InterFaceDaMaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interface';
    src: url('intrfcbd-webfont.eot');
    src: url('intrfcbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('intrfcbd-webfont.woff') format('woff'),
         url('intrfcbd-webfont.ttf') format('truetype'),
         url('intrfcbd-webfont.svg#InterFaceDaMaBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	border:none;	
}

body {
	font-family: Interface, arial, sans-serif;
	color:#4b4b4b;
	font-size:12px;
	padding:0px 20px 20px 20px;
}

ul {
	list-style-type:none;
}

h1, h2, h3, h4 {
	font-family: Interface, arial, sans-serif;
	font-weight:normal;
	color:#0da379;
	padding:0;
}

a {
	color:#4b4b4b;	
}

a:hover {
	color:#000;
	text-decoration:none;
}

/******
* projectselector
*******/

table.index {
	border-collapse:collapse;
}

table.index tr td:first-child img {
	margin-right:20px;
}

table.index td {
	vertical-align:top;
}

table.index img {
	width:385px;
}

p.projectdata {
	margin:6px 0px 30px 0px;
	text-transform:uppercase;
	font-family: Interface, arial, sans-serif;
}


p.projectdata span.title a {
	font-weight:bold;
	color:#0da379;	
	text-decoration:none;
}

p.projectdata span.title a:hover {
	text-decoration:underline;
}

/******
* project
*******/

div.project {
	
}

div.project p.data {
	margin-bottom:10px;
}

div.projecttext {
	text-align:justify;
}

div.projecttext span.label {
/*	text-decoration:underline;*/
	border-bottom:1px solid #4b4b4b;
}

div.projectinfo {
	width: 250px;
	float:left;
	margin-right:20px;
}


h1.header {
	font-size:20px;
/*	padding:4px 6px;
	background-color:#000;*/
	height:30px;
}

div.projectdata {
	width: 520px;
	float:left;
}

div.projectdata img {
	margin-bottom:10px;
	width:520px;
}

div.projectdata div.flashcontent {
	margin-bottom:10px;
	height:390px;
	overflow:hidden;
	position:relative;
}

div.projectdata div.flashcontent.wide {
	margin-bottom:10px;
	height:293px;
	overflow:hidden;
	position:relative;
}

div.projectdata div.flashcontent div {
	vertical-align:center;
	position:relative;
}

div.projectdata div.flashcontent  img {
	display:block;
}

div.projectdata div.flashcontent a.arrow {
	width:25px;
	height:25px;	
	display:block;
	margin:0px;
	position:absolute;
	top:340px;
	left:25px;
}

div.projectdata div.flashcontent.wide a.arrow {
	width:25px;
	height:25px;	
	display:block;
	margin:0px;
	position:absolute;
	top:243px;
	left:25px;
}

div.projectdata a.arrow img {
	width:25px;
	height:25px;	
	margin:0px;
}

div.projectdata a.resourcelink{
	text-transform:uppercase;
	padding:2px 4px;
	color:#FFF;
	text-decoration:none;
	margin-right:5px;
	background-color:#000;	
}

div.projectdata a.resourcelink:hover {
	background-color:#BBB;
	color: #000;
}

p.resource {
}

/*****
* info+contact
******/

div.infotext {

}

/******
* grid
*******/


div#content {
	margin:0px auto 50px;
	width: 790px;
}

div#bottom {
	width: 790px;
	height:50px;
}



/******
* menu
*******/

ul.menu {
	font-family: Interface, arial, sans-serif;	
	margin-top:6px;
	margin-bottom:80px;
	padding:0px;
}

ul.menu li {
	display:inline;
	margin-right:0px;	
}

ul.menu a {
	font-size:14px;
	padding:6px 6px;
	background-color:#d0d0d0;
	color:#000;
	text-decoration:none;
	line-height:14px;
}

ul.menu a:hover {
	background-color:#BBB;
	color:#000;
}

/* utility */

.clear {
	clear:both;
}



