/* SEITE */

 html,body {
	width:			100%; 
	height:			100%;
	margin:			0;
	padding:		0;
	border:			0;
	background-color:	#ffffff;
	text-align:		center;
	}
 html,body,table,tr,td,p,li,ul {
	font-family:		Verdana,Arial,Helvetica;
	font-size: 		8pt;
	font-weight:		normal;
	text-decoration:	none;
	vertical-align:		top;
	}

/* allg. TEXTANGABEN */
p.title {
	text-decoration:	none;
	font-weight:		bold;
	font-size:		10pt;
	}
p.text {
	text-decoration:	none;
	font-weight:		normal;
	}
/* allg. TEXTANGABEN */

a:link, a:visited {
	font-family:		Verdana,Arial,Helvetica;
	font-size: 		8pt;
	text-decoration:	none;
	color:			black;
	}
a:hover, a:focus {
	color:			black;
	}
a:active {
	color:			black;
	}

/* SEITE */

/* TABELLE SEITE */
 table.seite { 
	width:			100%; 
	height:			100%;
	}
 td.seite_oben {
	width:			100%;
	height:			189px;
	text-align:		center;
	vertical-align:		top;
	}
 td.seite_mitte {
	width:			100%;
	text-align:		center;
	vertical-align:		top;
	}
 td.seite_unten	{
	width:			100%;
	height:			100%;
	text-align:		center;
	vertical-align:		top;
	}
/* TABELLE SEITE */

/* KOPF */
 table.kopf {
	width:			927px;
	border:			0px;
	margin-top:		20px;
	} 

 td.kopf_ecke_ol {
	width:			20px;
	height:			20px;
	} 
 td.kopf_oben {
	width:			887px;
	height:			20px;
	background:		url(bilder/seite_kopf_oben.gif);
	} 
 td.kopf_ecke_or {
	width:			20px;
	height:			20px;
	} 

 td.kopf_seite_l {
	width:			20px;
	height:			110px;
	} 
 td.kopf_mitte {
	width:			887px;
	height:			110px;
	background: 		url(bilder/kopf_hg.jpg);
	} 
 td.kopf_seite_r {
	width:			20px;
	height:			110px;
	} 

 td.kopf_ug_links {
	width:			20px;
	height:			39px;
	} 
 td.kopf_ug_mitte {
	width:			887px;
	height:			39px;
	background: 		url(bilder/seite_ug_hg.gif);
	} 
 td.kopf_ug_rechts {
	width:			20px;
	height:			39px;
	}
/* KOPF */

/* MITTE */
 table.seite_mitte {
	width:			927px;
	height:			100%;
	vertical-align:		top;
	background:		url(bilder/seite_hg.gif);
	background-repeat:	repeat-y;
	} 
 tr.seite_mitte {
	width:			927px;
	vertical-align:		top;
	}
 td.seite_mitte_verlauf {
	height:			25px;
	line-height:		25px; 
	background:		url(bilder/seite_hg_oben.gif) no-repeat;
	background-position:	center;
	}
td.seite_mitte_space {
	vertical-align:		top;
	padding:		0px;
	margin:			0px;
	} 
td.seite_mitte_content {
	vertical-align:		top;
	} 
/* MITTE */


/* FUSS */
 table.seite_fuss_oberteil
	{ width:927px; height:15px; border:0; background:url(bilder/seite_oberteil_fuss.gif) no-repeat; }

 table.seite_fuss
	{ width:927px; height:30px; border:0; } 

 td.seite_f_left
	{ width: 20px; height: 69px;  background:url(bilder/seite_f_left.gif) repeat-x;  }
 td.seite_f_center
	{ width: 887px; height: 69px; background:url(bilder/seite_f_hg.gif) repeat-x; }
 td.seite_f_right
	{ width: 20px; height: 69px;  background:url(bilder/seite_f_right.gif) repeat-x;  }
/* FUSS */

