/*	Stylesheet for www.nwsib.nrw.de
 *	last edited: 2006-03-16
 *	by: jasch
 */

body {
	margin: 0px; padding: 0px; border: 0px;
	color: #003300; background-color: #eeffee;
	font-family: arial,geneva,helvetica,sans-serif;
}


/* ---- Glue for braindead browsers --------------------------- */

* html { font-size: 80%; } /* Hack for all IE */

td,th,div,p,ul,ol,li,dl,dt,dd,
address,blockquote,form,fieldset,object {
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #003300;
}
pre,tt,code,keyb,sample {
	font-family: monospace;
	color: #003300;
}


/* ---- General rules ----------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: normal;
	color: #004400;		/* glue */
	margin-bottom: 0;
}
h1 { font-size: 1.4em; margin-bottom: 0; }
h2 { font-size: 1.2em; margin-bottom: 0; }
h3 { font-size: 1.1em; margin-bottom: 0; }
h4 { font-size: 1em;   margin-bottom: 0; }
h5 { font-size: 0.9em; margin-bottom: 0; }
h6 { font-size: 0.9em; margin-bottom: 0; font-style:italic;}  /* redefined */

a:link,
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #cc0000;
	text-decoration: underline;
}

img,a img {
	border: none;
}

hr {	height: 1px; }

.inl-l {
	margin: 0 1em 0.3em 0;
	font-size: 90%;
	color: #666666;
}
.inl-r {
	margin: 0 0 0.3em 1em;
	font-size: 90%;
	color: #666666;
}

dt {
	margin: 1em 0 0 0;
	font-weight: bold;
}
dd {
	margin: 0 0 0 2em;
}
.kursiv { 

           font-style:italic;
}


/* ---- Layout tables ----------------------------------------- */

table.banner {
	background-color: #99CC99;
}
td.banner-c1 {
	padding: 0;
	background-color: #eeffee;
	line-height: 1.5em;
}
td.banner-c2 {
	background-color: #99CC99;
	background-image: url("img/banner.jpg");
	background-repeat: no-repeat;
}

td.main-c1 {
	padding: 1em 0 0 0;
	background-color: #99CC99;
}
td.main-c2 {
	width: 1em;
}
td.content {
	padding: 1.4em 0 0 0;
	max-width: 600px;
}
td.footer-c1 {
	background-color: #99CC99;
}


/* ---- Special dividers -------------------------------------- */

div.contextNav {
	margin: 0em;
}
div.contextNav em {
	color: #CC0000;
	font-style: normal;
}
div.maxwidth { max-width: 600px; }
div.fixwidth { width: 600px; }
div.meldungen { margin-left: 7em; text-indent: -7em; }


/* ---- Links ------------------------------------------------- */

div.toplinks {
	margin: 0;
	padding: 2px;
	background: #336633;
	color: #ffffff;
	letter-spacing: 0.1em;
}
div.toplinks a:link,
div.toplinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.toplinks a:hover,
div.toplinks a:active {
	color:#ffffff;
	text-decoration: underline;
}
div.toplinks em {
	color:#99cc99;
	font-style:normal;
}

div.sidelinks {
	color:#224422;
	margin: 0.4em 0em;
	line-height: 1.4em;
}
div.sidelinks tt {
	color:#CC0000;
}
div.sidelinks a:link,
div.sidelinks a:visited {
	color: #224422;
	text-decoration: none;
}
div.sidelinks a:hover,
div.sidelinks a:active {
	color: #224422;
	text-decoration: underline;
}
div.sidelinks a em {
	color:#CC0000;
	font-style: normal;
}


/* ---- Unterschrift ------------------------------------------------- */

div.unterschrift { font-size: x-small ; font-style:italic; }



/* ---- Print ------------------------------------------------- */
@media print {
	body {
		padding: 0 5%;
	}
	div.toplinks,
	div.contextNav,
	td.banner-c1,
	td.main-c1,
	td.main-c2,
	td.footer-c1,
	td.footer-c2,
	td.footer-c3 {
		display: none;
	}
	td.content,
	div.maxwidth,
	div.fixwidth {
		width: 90%;
	}
}

