body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	font-size: 100%;
	background: #CCC url(picts/bkgd_chemie_grau.gif) fixed;
}

div#mastlay { 
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 900px;
	max-width: 1200px;
}

div#header { 
	padding: 0; 
	background-color: #666;
	border-bottom: 1px #06F solid;
	margin-bottom: 50px;
	width: 100%;
}

div#header p { 
	margin: 0;
	padding: 5px 0 5px 20px;
}

div#footer {
	padding: 30px 30px 0 0;
	text-align: center;
	clear: both;
	margin-left: 180px;
}

div#maincontent {
	padding: 0.2em 1em;
	margin-left: 180px;
	margin-right: 300px;
	min-width: 400px;
	background-color: #FFF;
}

div#homecontent {
	padding: 0;
	margin-left: 180px;
	margin-right: 310px;
	min-width: 400px;
}

div#leftcolumn {
	position: absolute;
	top:  115px;
	left: 10px;
	text-align: center;
	width: 160px;
}

div#rightcolumn {
	position: absolute;
	top: 115px;
	right: 0px;
	width: 300px;
	text-align: left;
}

div#rightcolumn table tr td { text-align: left; }

/* general settings */
h1, h2 { font-family: 'Lucida Grande',LucidaGrande,Geneva,Helvetica,Arial,sans-serif; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

/* link definitions */
a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #06F;
	text-decoration: underline;
	background-color: white;
}

a:hover {
	color: #06F;
	text-decoration: underline;
	background-color: white;
}

/* fix for netscape/mozilla spacer "bug" */
tr.decoration img { display: block; }

/* my own classes */
.introtext {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

.fliesstext {
	color: #000;
	font-size: 0.8em;
}

.einzugtext {
	color: #000;
	font-size: 0.8em;
	padding-left: 2em;
	clear: left;
}

ul.jobs {
	color: #000;
	font-size: 0.8em;
}

ul.jobs li { margin-bottom: 0.7em; }

.navtextbig {
	font-size: 0.9em;
	font-weight: bold;
}

.navtextsmall {
	color: #000;
	font-size: 0.7em;
	vertical-align: middle;
}

.copyright {
	color: #000;
	font-size: 0.7em;
}

.aktiv {
	padding: 2px 0px;
	color: #FF6600;
	font-weight: bold;
}

.liste {
	color: #000;
	font-size: 0.8em;
	line-height: 1.2em;
}

img.pdf {
	float: left;
	margin-right: 7px;
	margin-bottom: 20px;
}