@charset "utf-8";

body  {
	background-color: #E7BD31;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	width: 99%;
	font-family: "Arial";
	color: #800000;
	columns: 25%;
}

h1 {
font-size:12px;
}

.head_table {
	width:100%;
	background-color:#E7BD31;
}

.head_td_1 { /* Oberste Zelle der Head Tabelle */
	height:35px;
	text-align:center;
	vertical-align:middle;
	font-size:26px;
	font-weight:bold;
}

.head_td_2 { /* Mittlere Zelle der Head Tabelle  */
	height: auto;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
}
.head_td_3 { /* Unterste Zelle der Head Tabelle  */
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

.navi_table {
	margin: 0px auto;
	width:90%;
	background-color:#E7BD31;
}

.navi_td { /* Zelle der Table  */
	/*width="25%" height="30" align="center" valign="middle" */ 
	width: 20%;
	height: 20px;
	text-align: center;
	border-width: 1px;
	vertical-align: middle;
	border-color: #800000;
	border-style: solid;
	border: 1 solid #800000;
}

.content_table {
	width:100%;
	vertical-align:center;
	text-align:center;
}

.content_td { /* Zelle der Table  */
	/*width="25%" height="30" align="center" valign="middle" */ 
	width: 25%;
	text-align: center;
	vertical-align: top;
}



.content_irfan_zellen { /* Zelle der Table  */
	/*width="25%" height="30" align="center" valign="middle" */ 
	border-width: 1px;
	vertical-align: middle;
	border-color: #800000;
	border-style: solid;
	border: 1 solid #800000;
	font-size: 15px;
	font-weight: bold;
}
.content_irfan_zellen_klein { /* Zelle der Table  */
/*width="25%" height="30" align="center" valign="middle" */ 
	border-width:1px;
	vertical-align:middle;
	border-color:#800000; 
	border-style:solid;
	border: 1 solid #800000;
	font-size:13px;
	font-weight:normal;
}
.content_irfan_zellen_kleinst { /* Zelle der Table  */
/*width="25%" height="30" align="center" valign="middle" */ 
	border-width:1px;
	vertical-align:middle;
	border-color:#800000; 
	border-style:solid;
	border: 1 solid #800000;
	font-size:9px;
	font-weight:normal;
}

a:link { text-decoration:underline; font-weight:normal; color:#800000; }
a:visited { text-decoration:underline; font-weight:normal; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; color:#800000; }
a:active {
	text-decoration: none;
	font-weight: bold;
	background-color: #EBBE26;
}
.Zellenbeschreibung_unter_Bild {
	font-size: 10px;
	font-weight: normal;
}
.Schrift_15px_einfach  {

	font-size: 15px;
	font-weight: normal;
}	

.Schrift_12px_bold  {

	font-size: 12px;
	font-weight: bold;
}
.Schrift_15px_bold  {

	font-size: 15px;
	font-weight: bold;
}