body {
        font-family: "Times New Roman", Times, serif;
        background-color: #CFCFCF;
        margin: 10px 0px 10px 0px;
}

table {
        font-size: 16px;
        width: 760px;
        padding: 0px;
        background-color: White;
        margin-bottom:23px;
}

table.mitte{
	border-right: 1px solid #696969;
	border-bottom: 2px solid #696969;
}

table.kopf{
	text-align: center;
}

table.datum {
        font-size: 13px;
		border-top: 1px black solid;
        border-bottom: 1px black solid;
        margin-bottom: 0px;
}


td {
        text-align: justify;
        vertical-align: bottom;
}

td.kopf{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

td.datum {
    width: 253px;
}

td.uc {
    width: 85px;
}

td.forum {
   width: 84px;
	text-align: center;
}

td.impres {
	width: 85px;
	text-align: right;
}

td.woche {
	text-align: right;
}

table.inhalt{
        margin-top: 40px;

}

td.inhalt{
        padding: 0px 70px 0px 70px;
        text-align: justify;
}

td.zurueck{
        text-align: center;
        font-weight: bold;
        padding-top: 30px;
}

a {
        font-size: 16px;
         font-weight: bold;
}

a:link {
        text-decoration:none;
        color: Black;
}
a:visited {
        text-decoration:none;
        color: Black;
}
a:hover {
        text-decoration: none;
        color: #CC0000;
}
a:active {
        text-decoration:underline;
        color: Black;
}

a:link.datum, a:visited.datum, a:hover.datum,  a:active.datum {
 font-size: 13px;
 font-weight: normal;
}

a:link.text {
	text-decoration: underline;
	color: Black;
 	font-weight: normal;
}
a:visited.text {
	text-decoration: underline;
	color: Black;
 	font-weight: normal;
	}
a:hover.text {
	text-decoration: underline;
	color: #CC0000;
	font-weight: normal;
}
a:active.text {
        text-decoration:underline;
        color: Black;
		font-weight: normal;
}

h1 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #CC0000;
        text-align: center;
}

h2 {
 font-size: 13px;
 font-style: italic;
 font-weight: normal;
 margin-top: 14px;
 text-align: center;
}

IMG.left {
        float: left;
        margin: 5px 10px 5px 0px;
}

IMG.right {
        float: right;
        margin: 5px 0px 5px 10px;
}