
/* Title in the illustration */
#illustration .overlay {
	position: absolute;
	right: 0;
	top: 0;
	width: 890px;
	height: 50px;
	opacity: 0.50;
	filter: Alpha("Style=0, Opacity=50"); 
}
#maincontent-body h1 {
	position: absolute;
	right: 35px;
	top: 0;
	left: 30px;
	line-height: 30px;
	font-size: 30px;
	padding-top: 10px;
	margin-top: 0;
}
#illustration .overlay { background-color: white; }
#maincontent-body h1 { color: black; }


/* Illustration and MoviePlayer */
#illustration {
	width: 890px;
	height: 330px;
	overflow: hidden;
}
#illustration img {
	border: none;
}
#illustration a.moviePlayButton {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("../_gfx/movie-play.png") no-repeat 50% 50%;
	width: 890px;
	height: 330px;
	cursor: pointer;	
}


/* Datahseet content */
.datasheet {
	background: transparent url("../_gfx/front/sidepane-bg.png") repeat-y top left;
	margin: 10px 0 0 0;
	padding: 1px 0; /* IE likes this... */
}
#text_and_images {
	float: right;
	margin: 0;
	width: 665px;
}


/* Text */
#text {
	margin-bottom: 10px;
	margin-left: 0;
}
#text .ProjektIngress {
	font-weight: bold;
}
.layout-4 .cell.row1 {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 120px;
}


/* Movie and Image list */
#images h2 {
	display: none;
}
#images ul.imagelist {
	margin: 0;
	padding: 0;
	list-style: none;
}
#images ul.imagelist li {
	height: 120px;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 215px;
}
#images ul.imagelist li img{
	border: none;
	margin: 0;
	padding: 0;
}
#images ul.imagelist li.utmost {
	margin-right: 0;
}
#images ul.imagelist li.bottom {
	margin-bottom: 0;
}


/* Sidepane */
#sidepane {
	float: left;
	margin-right: 10px;
	width: 195px;
	padding: 0 10px;
}
#sidepane h2,
#sidepane h3 {
	font-size: 10pt;
}


/* Sidepane, generic: Related */
#related {
}
#related h2 {
	display: none;
}
#related h3 {
	margin-bottom: 5pt;
	border-bottom: 0px solid #c0c3c7;
}
#related h3 a:link,
#related h3 a:visited {
	color: black;
}
#related ul {
	list-style: disc;
	list-style-position: outside;
	padding: 0;
}
#related ul li {
	font-size: 10pt;
	margin-left: 15px;
}
#related ul li a:link,
#related ul li a:visited,
#related ul li a:hover {
	color: black;
}


/* Sidepane, specifics: Project Info */ 
#info {
	margin: 10px 0;
}
#info h2 {
	display: none;
}
#info h3 {
	line-height: 1;
	font-weight: normal;
	margin: 0;
	width: 4em;
	float:  left;
	padding-top: 0.5em;
}
#info p {
	font-size: 10pt;
	font-weight: normal;
	padding-top: 0.5em;
	line-height: 1;
	margin: 0;
	margin-left: 4em;
}


/* Sidepane, specifics: Related projects */
#related_projects p.show_all a:link,
#related_projects p.show_all a:visited {
	color: black;
}


/* Sidepane, specifics: Technical details */
#sidepane .details {
	margin: 10px 0;
}
#sidepane .details dt {
	clear: left;
	float: left;
	width: 110px;
}
#sidepane .details dd {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 80px;
}


/* Sidepane, specifics: Resources */
#sidepane  #resources {
	clear: left;
	padding: 10px 0;
}
#sidepane ul.resourcelist  {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 25px;
}
#sidepane ul.resourcelist img {
	display: inline;
}


/* Sidepane, specifics: synonyms */
#sidepane .synonyms {
	margin: 10px 0;
}


.contacts h2 {
	display: none;
}

.businessCard {
	background-color: white;
	-moz-box-shadow: 0 0 10px 4px #ccc;
	-webkit-box-shadow: 0 0 10px 4px #ccc;
	box-shadow: 0 0 10px 4px #ccc;
	float: right;
	font-size: 80%;
	height: 76px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	width: 175px;
}
.businessCard img {
	float: left;
	height: 68px;
	margin: 4px 4px 0 4px;
	width: 60px;
}
#container .businessCard h3 {
	font-size: 10px;
	margin: 2px 16px 3px 2px;
	overflow: hidden;
	white-space: nowrap;
}
#maincontent .businessCard p {
	padding: 0;
	margin: 0;
}
#maincontent .businessCard p.title {
	margin: 1px 5px 5px 0;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}
#maincontent .businessCard p.title br{
	display: none;
}
#maincontent .businessCard p.title strong{
	display: none;
}
.businessCard p span.key {
	dispclay: block;
	font-weight: bold;
	
}
.businessCard p span.value {
	
}
.businessCard div.vcard span {
	display: none;
}
.businessCard div.vcard img {
	height: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

