body {
        padding: 2em 1em 2em 70px;
        margin: 0;
        font-family: sans-serif;
        color: black;

        background-image: url(Logo_blau.png);
	background-color: white; 
        background-position: top left;
        background-attachment: fixed;
        background-repeat: no-repeat;

	}

a:link { 
	color: #1F1CFF;
 	/*color: #1f00ff;*/ 
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited { 
	/*color: #8822dd;*/
 	color: #9900dd;
        background-color: transparent;
        
	text-decoration: underline;
 	}

a:hover { 
 	color: #6699FF; 
 	/*color: #9900dd;*/ 
	background-color: transparent;
	text-decoration: none;
 	}

.center {
	text-align: center;
	font-size: 12pt;
}

.italic { 
 	font-style: italic; 
	font-size: 12pt;
 	}

.bold {
        font-weight: bold;
	font-size: 12pt;
        }

.quote {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 12pt;
}

img {
	border: none 0;
}

/*td.side {
	color: #3366cc;
	background: #f2f2f9;
	border-color: #3366cc;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
	width: 150px;
	font-size: 12pt;
}*/

div.copyright {
	width: 430px;
	font-size: 8pt; 
	border: 2px solid #3366cc; 
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}

div.underline{
	text-decoration: underline;
}

div.menue{
	font-size: 14pt; 
	border: 4px solid #3366cc; 
	padding: 4px;
	width: 800px;
	/*width: 100%;*/
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}

/* If you wanted to replace td.side with CSS, here's one idea */
div.linkbar {
        float:right;
        display: table;
        color: #3366cc;
        background-color: #f2f2f9;
        width: 150px;
        margin-bottom: 100%;
	border-style: solid;
	border-width: thin;
	font-size: 12pt;
        padding: 0 0.5em;
	position: static;
}

body {
  background-image: url(TDA_background.png);
}

