/* Style-Sheet-Definitionen fuer die Inhaltsseiten */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* (c) 02/2002 by Buerkle Services, Gerd Buerkle */
/* http://www.buerkle-services.com */
/* Autor: Goetz Buerkle [goetz.buerkle@buerkle-services.com] */
/* Fragen und Anregungen an wbmb@buerkle-services.com */


/* =================== Beginn der Definitionen =================== */

/* ~~~~~~~~~~ Allgemeine Definitionen ~~~~~~~~~~  */

body 
	{
	font-size : 12pt;
	font-family : arial,helvetica,sans-serif;
	color : #000000;
	text-align : left;
	}
	
p
	{
	font-size : 12pt;
	font-family : arial,helvetica,sans-serif;
	color : #000000;
	text-align : left;
	}

.wbmb
	{
	font-size : 14pt;
	font-family : arial,helvetica,sans-serif;
	color : #000000;
	text-align : left;
	}
	
.contact
	{
	font-size : 12pt;
	font-family : arial,helvetica,sans-serif;
	color : #333333;
	text-align : left;
	}
	
/* ~~~~~~~~~~ Definitionen fuer die Ueberschriften ~~~~~~~~~~  */

h1
	{
	font-size : 30pt;
	font-family : arial,helvetica,sans-serif;
	font-weight : 600;
	color : #000099;
	text-align : left;
	line-height : 30pt;
	}

h2
	{
	font-size : 14pt;
	font-family : arial,helvetica,sans-serif;
	font-weight : 600;
	color : #000099;
	text-align : left;
	line-height: 14pt;
	}
	
h3
	{
	font-size : 12pt;
	font-family : arial,helvetica,sans-serif;
	font-weight : 600;
	color : #000099;
	text-align : left;
	}

/* ~~~~~~~~~~ Dokumentenweite Definitionen fuer Links ~~~~~~~~~~  */
	
	/* ~~~ allgemeine Links ~~~  */
	
A:Link
	{
	color : #0000FF;
	text-decoration : underline;
	}

A:Visited
	{
	color : #000080;
	}

A:Active
	{
	color : #CC0000;
	}

A:Hover
	{
	color : #FF0000;
	text-decoration: overline;
	background-color: #999999;
	}
