/* Allgemeines */
body {
	color: #000000;
	background: #000000;
	background-image:url(img/back.png);
	background-repeat:no-repeat;
	font-family: Arial,Tahoma;
	/*background-attachment:scroll;*/
}

div.content {
  position : absolute;
  width : 545px;
  height : 440px;
  padding: 5px;
  overflow: auto;
  background-image : url(img/layer.png);
  left : 20px;
  top : 70px;
  font-family : arial;
  font-size : small;
  color : black;
}
div.white {
  position : absolute;
  width : 545px;
  height : 440px;
  padding: 5px;
  overflow: auto;
  left : 20px;
  top : 70px;
  font-family : arial;
  font-size : small;
	background: #FFFFFF;
}
div.bgwhite {
  padding: 5px;
  font-family : arial;
  font-size : small;
  background: #FFFFFF;
}

div.menue {
  position : absolute;
  width : 100px;
  height : 500px;
  left : 600px;
  top : 70px;
}

div.tw {
  position : absolute;
  width : 600px;
  height : 15px;
  left : 300px;
  top : 20px;
}

div.logo {
  position : absolute;
  left : 5px;
  top : 5px;
}

div.me {
  position : absolute;
  left : 580px;
  top : 300px;
}

div.subline {
  position : absolute;
  width : 800px;
  height : 10px;
  left : 0;
  top : 525px;
}

span	{
		color: #000000;
}
a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #66000;
	font-weight: bold;
	text-decoration: none;
}
table {
	border: 0;
}
img {
border:0;
}
 
