/* ====================================================================== */
/* Der Seitenkopf                                                         */
/* ====================================================================== */
body.kopf {
    background-color: #5f9766;
    background-image: url(/images/bg_oben_70.jpg);
    background-repeat: repeat-x;
    margin: 0px:
    padding: 0px;
    border-width: 0px;
}

/* ====================================================================== */
/* Eine Transparente (unsichtbare) Tabelle im Seitenkopf                              */
/* ====================================================================== */
table.kopf {
	background-color: transparent;
	background-image: none;
	border-style: none;
	border-width: 0px;
    width: 100%;
    margin: 0px;
	padding: 0px;
}
table.kopf th {
    background-color: transparent;
    background-image: none;
    border-style: none;
    border-width: 0px;
    margin: 0px;
    height: 30px;
    font-style: italic;
    font-weight:bolder;
    font-size:18px;
    color: white;
    text-align: center;
    text-decoration:none;

}
table.kopf td.GW {
    background-color: transparent;
    background-image: none;
    border-style: none;
    border-width: 0px;
    margin: 0px;
    height: 30px;
    font-style: italic;
    font-weight:bolder;
    font-size:18px;
    color: white;
    text-align: center;
    text-decoration:none;

}
table.kopf td {
	background-color: transparent;
	background-image: none;
	border-style: none;
	border-width: 0px;
	margin: 0px;
    font-style: normal;
    font-weight:normal;
    font-size:14px;
    color: black;
    text-align: center;
    text-decoration:none;
}
table.kopf h1 {
    font-style: italic;
    font-weight:bolder;
    font-size:18px;
    color: white;
    text-align: center;
    text-decoration:none;
}

