/*
Diese Datei enthaelt zentrale Definitionen des Seitenlayouts.
Aenderungen in dieser Datei werden sich auf alle Unterseiten
auswirken.
*/

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; 
}
p {
	text-align: justify;
}

font {
	text-align: center;
	color: gray;
}

body {
	background-color: #e6e6e6; /* Der Hintergrund ist grau*/
}

body#index a#indexnavi,
body#nanotech a#nanotechnavi,
body#ziele a#zielenavi,
body#nanoanalytik a#nanoanalytiknavi,
body#nanodienste a#nanodienstenavi,
body#weiterbildung a#weiterbildungnavi,
body#schuelerpraktikum a#schuelerpraktikumnavi,
body#aktuelles a#aktuellesnavi,
body#links a#linksnavi,
body#feedback a#feedbacknavi,
body#glossar a#glossarnavi,
body#experimente a#experimentenavi,
body#lehrerfortbildung a#lehrerfortbildungnavi,
body#impressum a#impressumnavi {
	background-color: gray;
	color: black;	
}

a.navigation {
	font-family:Arial,sans-serif;
	font-size: 12px; 
	background: white;
    	color: gray;
   	text-decoration: none;
}

a.navigation:hover {
	background: gray;
    	color: white;
    	text-decoration: none;
}

.oberebox {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	height: 100px;
	padding:10px;
	background-color:#ffffff;
	border: 1px solid #d2baae;
}

.hauptbox {
	position: absolute;
	top: 140px;
	left:190px;
	right:10px;
	background-color: #ffffff;
	border: 1px solid #d2baae;
	z-index:10;
	padding:10px;
}

.linkebox {
	position:absolute;
	left:10px;
	top:140px;
	width:170px;
	background-color: #ffffff;
	border: 1px solid #d2baae;
	text-align: left;
}

.boxtitel {
	text-decoration: bold;
	font-size: 14px;
	background: #d2baae;
}

