body {
	margin: 0px;
        height: 100%;
        background-color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 11px;
}

.back{
        position: fixed;
        border: 0px;
        background-color: white;
        bottom: 0px;
        right: 0px;
        z-index: 1;
        width: 60px;
        height : 25px;
        padding: 5px;
}
.inhalt{
        position: static;
        padding: 20px;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, td {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


td {vertical-align:top; }


/* Content column */
TD#content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	vertical-align: top;
	text-align:left;
}

A {
color:#272530;
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
}

TD#language A {
color:#272530;
	text-decoration: none;
}
TD#language A:hover {
	text-decoration: underline;
}



