﻿/*
Dieses Stylesheet beschreibt das Layout der Forschung-Seiten.
*/

body,#topbackground {
	background-image:		url(../../images/Forschung/background.gif);
}
@media handheld {
	body {
		background-image:	none;
	}
}

h1,h2,h3,h4,h5,h6,#footer { 
	color: 					#EFB500;
	column-span:			all;
}
#footer,table.mmt th {
	border-color:			#EFB500;
}

/* ### Projektliste Indexseite ### */
tr.project td {
	padding: 8px 8px 12px 8px;
	vertical-align: top;
	border-top: 1px solid #f3f3f3;
}

/* ## Projekt-Icons links ## */
tr.project  td.p_icon {
	width: 90px;
}
td.p_icon img {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

/* ## Projektbeschreibung ## */
div.projecttitle {
	margin-bottom: 5px;
}

/* ## Projekt-Mini-Icons rechts ## */
tr.project  td.links {
	width: 20px;
	text-align: center;
}
/** Randlinie links der  Mini-Icons **/
div.projectlinks {
	padding-left: 5px;
	border-left: 1px solid #f3f3f3;
}
/** vertikaler Platz zwischen den  Mini-Icons **/
div.space_for_ie6 {
	width: 100%;
	font-size: 8px;
	height: 8px;
}

/* ############## */

/** ------ Partner ----------- */
div#partners {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.partner {
	width: 200px;
	margin: 0.75em 0.25em;
	line-height: 150%;
	text-align: center;
	float: left;
	font-size: small;
}

/** ----- Projektseiten ------- */

/* Tabellen mit laufenden/abgeschlossenen Arbeiten */
table.theses td {
	padding: 0.1em 0.2em;
	border: 1px solid #cccccc;
}
/* Zellen mit Links zu PDF Pr㲥ntationen */
table.mmt td.thesis_slides {
	width: 40px;
	text-align: center;
}

table.news {
	padding: 0.1em 0.2em;
	border-collapse:	collapse;
}

table.news td {
	padding: 0.25em 0.4em;
	border-top:	1px #BBBBBB dotted;
}

table.news td.date {
	color: #EFB500;
	font-weight:bold;
	width: 50px;
}

table.news td.pic {
	text-align: center;
	width: 100px;
}

dl, dt , dd {
	font-size: inherit;
}

h3, dt {
	margin-top: 5px;
}

/* Liste der Publikationen */
ul.publications li {
	margin-top: 0.5em;
}

/* Demo-Bilder */
.demo_img {
	margin: 0 10px 10px 10px;
	width: 200px; 
	height: 125px; 
	float:left;
}
/* CRUISe-Style Menus */
.menu {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 10px; 
	background-color: #eee;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	border: 1px inset #eee; 
	width: 820px;
}

.submenu {
	width: 270px; 
	position:relative; 
	left: 180px; /* muss individuell überschrieben werden */
	top: -20px;
	padding: 5px;
	background-color: #eee;
	border: 1px groove #ccc;
	border-top-width: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-top-right-radius: 0; 
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	font-size: .9em;
	text-align: center;
}

.pcontent {
	max-width: 1100px;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	-moz-column-width:330px; /* Firefox */
	-webkit-column-width:330px; /* Safari and Chrome */
	column-width: 330px;
	padding: 5px 0 10px 0;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}

.pcontent > ul:first-child {
	margin-top: -.6ex;
}

.pcontent > p:first-child {
	margin-top: 2pt;
}

.pcontent li {
	margin-top: 5px;
}