/*********************************************************************/
/*  Layout allgemein                                                 */
/*********************************************************************/

* {
	font-family: Verdana, Arial, sans-serif;
	color: yellow;
}


BODY {
	background-image: url("../back/blau.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
	border: 2px;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 80px;
}

/*********************************************************************/
/*  Absätze                                                          */
/*********************************************************************/

P {
	font-size: 14pt;
	line-height: 120%;
	font-weight: normal;
	text-align: justify;
}

/*********************************************************************/
/*  Überschriften                                                    */
/*********************************************************************/

H1 {
	font-family: Verdana, Arial;
	text-align: left;
}

/*********************************************************************/
/*  Verlinkungen                                                     */
/*********************************************************************/

A {
	color: orange;
	text-decoration: none;
}

/*********************************************************************/
/*  Tabellen                                                         */
/*********************************************************************/

TABLE
{
	border-collapse: collapse;
}

TH
{
	border-style: outset;
	border-width: 1px;
	color: #000000;
	background-image: url("../gif/tex01.gif");
	font-size: 12pt;
	line-height: 100%;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

TD
{
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	font-size: 11pt;
	line-height: 120%;
	font-weight: normal;
	padding: 5px;
	text-align: justify;
}