body {
    margin: 3px 3px 3px 3px;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
    font-size: 13px;
	background-repeat:no-repeat;
}
td {
    font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
    color: #000000;
    font-size: 12px;
}
a:link {
    color: #000000;
	/*text-decoration: underline;*/
}
a:visited {
    color: #000000;
	/*text-decoration: none;*/
}
a:hover {
    color: #000000;
	/*text-decoration: none;*/
}

input, select, textarea {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
    font-size: 13px;
}

hr {
	color: #CCCCCC;
	height: 1px;
	
}
table.rahmen { /* Rahmentabellen für Ränder */
border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}
table.rahmen1 { /* Rahmentabellen für Ränder */
border: #666666; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px
}
td.rahmen2 {
	/* Rahmentabellen für Ränder */
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding-left : 100%;
}

/* Navigation Links */
/* ----------------------------------------------------- */

.glnav, a.glnav, a.glnav:visited {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}
a.glnav:hover {
    text-decoration: underline;
}





