a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:#000000; text-decoration:underline; }
textarea { font-family:"Andale Mono",Arial,sans-serif; }
body { color:#000000 ; background-attachment:fixed ; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px}

.sidebar {
		position:absolute;
		height:20px;
 		width:800px;
 		margin:0px 0px 0px -400px;
 		bottom: 0%;
 		left:50%;
 		background-color: transparent;
 		border: 0px dotted #000000;
 		text-align:center;
 		font-size:11px;
 		color:#c2c2c2;
}

.logo {
		position:absolute;
 		height:200px;
 		width:500px;
 		margin:0px 0px 0px -250px;
 		top: 10px;
 		left: 50%;
 		background-color: transparent;
 		border: 0px dotted #000000;
 		text-align: center;
 		font-size: 30px;
 		font-weight: bold;
		color:#506ff1;
}

.inhalt {
		position:absolute;
 		height:400px;
 		width:800px;
 		margin:0px 0px 0px -400px;
 		top: 250px;
 		left: 50%;
 		background-color: transparent;
 		border: 0px dotted #000000;
 		text-align: left;
 		font-size: 20px;
}