/* - - - - - - - - - - - - - - - - */
/* opti-mum.de                     */ 
/* 2008-04-23                      */
/* goersch@bytebetrieb.com         */
/*                                 */
/* Druck-Stylesheets               */
/* - - - - - - - - - - - - - - - - */



/* ALLGEMEIN
--------------------------------------------------------------------*/

html { height:100%; width:100%; }
body {
    height:				100%;
    width:				100%;
   	font:				11px/18px verdana, helvetica, arial, sans-serif;
	background:			none;
}

a			{ color:#000000; text-decoration:underline; }
a:link		{ color:#000000; text-decoration:underline; }
a:visited 	{ color:#6d6d6d; text-decoration:underline; }
a:hover		{ color:#6d6d6d; text-decoration:none; }
a:active 	{ color:#6d6d6d; text-decoration:none; }
a:focus 	{ color:#6d6d6d; text-decoration:none; }



/* ELEMENTE AUSBLENDEN
--------------------------------------------------------------------*/

#navigation,
#navigation-standort,
.zurueck,
.pdf,
#unterseite-randspalte .wrapper-box-wissensdatenbank,
#standort_2 .wrapper-box-wissensdatenbank,
#standort_3 .wrapper-box-wissensdatenbank,
#standort_4 .wrapper-box-wissensdatenbank,
#startseite .wrapper-box-wissensdatenbank,
#standortauswahl { display:none; }



h1 a,
h1 a:link,
h1 a:visited {
	text-decoration:	none;
	font-weight:		bold;
}
.linkespalte {
	padding-right:1em;
}
#kopf{
	clear:				both;
	border-bottom:		1px dotted #000;
	margin:				0 0 2em;
	padding:			0 0 1em;
}
#footer{
	clear:				both;
	border-top:			1px dotted #000;
	margin:				2em 0 0 0;
	padding:			1em 0 0 0;
}

