/*																			*/
/* DATEI: _brix_form1.css 													*/
/* STAND: 2018-08-14														*/
/*																			*/
/* <link rel="stylesheet" type="text/css" href="./_brix_form1.css">         */
/*																			*/

a
	{
	text-decoration: none;
	}
	
a:link
	{
	color: rgb(0,0,255);
/*	text-decoration: underline;*/
	}
	
a:visited
	{
	color: rgb(153,0,153);
	}

a:hover
	{
/*	text-decoration: underline overline;*/
	color: rgb(255,255,255);
	background-color: rgb(0,0,255);
	}

a:link .link-bild1
	{
	border-width: 3px;
	border-style: solid;
	border-color: rgb(255,255,255);
	background-color: rgb(255,255,255);
	text-decoration: none;
	}

a:hover .link-bild1
	{
	border-width: 3px;
	border-style: solid;
	border-color: rgb(255,0,0); 
	background-color: rgb(255,255,255);
	text-decoration: none;
	}


body
	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20%;
	min-width: 40em;
	width: 60%;
	max-width: 60em;
	margin-right: 20%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	}

/* margin-top    = Abstand zwischen Fensterrand und Inhalt oben				*/
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten 			*/
/* 10px = 10 Pixel              											*/
/* 18pt = 18 Punkt = 18 * 1/72" 											*/
/*																			*/
/* font-size:10pt; =?= font-size: 0.9em;									*/
/* line-height:12pt; =?= line-height:1.2em;									*/


/* globale Definition der Textelemente 										*/
/* redundant zur Angabe in BODY, daher bisher nicht notwendig 				*/
/* p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote	 					*/
/*     { font-family:Arial,Helvetica,sans-serif; } 							*/
     
/* normaler Text, maessige Schriftgroesse									*/
/* redundant zur Angabe in BODY, notwendig weil Browserfehler? 				*/


p,ul,ol,li,div,td,th,address
	{
	font-size: 0.95em;
	line-height:1.4em;
	}
	
table
	{
	empty-cells:show;
	}

th,td
	{
	vertical-align:top;
	}

em
	{
	font-style:italic;
	}
	
STRONG
	{
	font-weight: bold;
	}

PRE
	{
	font-family: Courier New,Courier,Pica,monospaced;
	font-size:1.0em;
	font-weight: normal;
	font-style: normal;
	}

/* Kategorie 1 - Ueberschriften */
H1
	{
	font-weight: bold;
	font-size:18pt;
	line-height:24pt;
	}
H1 EM
	{
	color:#C0C0C0;
	font-style:normal;
	}

/* Kategorie 2 - Ueberschriften */
H2
	{
	font-weight: bold;
	font-size:14pt;
	line-height:18pt;
	}
H2 EM
	{
	color:#C0C0C0;
	font-style:normal;
	}

/* Kategorie 3 - Ueberschriften */
H3
	{
	font-weight: bold;
	font-size:12pt;
	line-height:16pt;
	}
H3 EM
	{
	color:#C0C0C0;
	font-style:italic;
	}

/* Kategorie 4 - Ueberschriften */
H4
	{
	font-weight: bold;
	font-size: 0.9em;
	line-height:1.4em;
	}
H4 EM
	{
	color:#C0C0C0;
	font-style:normal;
	}


/* hr { padding-top:0.4cm; padding-bottom:0.6cm; } */

UL
    {
    list-style-type: disc;
    }
LI
	{
	padding-bottom: 0.3cm;
	}

/* Text in kleiner Schrift */
.klein
	{
	font-size:8pt;
	}

.tief
    {
    vertical-align:sub;
    font-size:smaller;
    }

.hoch
    {
    vertical-align:super;
    font-size:smaller;
    }

.halbbreit
	{
	width: 50%;
	}

#fux-color
	{
	color:#FF00FF;
	}

#mark-font1
	{
	font-size:16pt;
	font-style:italic;
	font-weight:bold;
	}
	
#fuss-font1
	{
	font-size:11pt;
	font-style:italic;
	}
	
#fuss-font2
	{
	font-size:11pt;
	}
	
	
