body {
	padding: 0px;
	margin: 10px;
	background-color: white;
	color: #c4c4c4;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana;
	background-image: url(pics/bbackblack.gif);
}

table {
	border-color: black;
	color: #000000;
	border-style: dotted;
	border-width: 1px;
	background-color: white;
	font-size: 12px;
	font-family: verdana;
}

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#projekte {
	width: 200px;
	height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#projekte span, div#projekte a {
	display: block;
	padding: 0 3px;
	text-decoration: none;
}

div#projekte a:hover {
	background: #9da1a1;
	text-decoration: none;
}

div#freunde {
	width: 200px;
	height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#freunde span, div#freunde a {
	display: block;
	padding: 0 3px;
	text-decoration: none;
}

div#freunde a:hover {
	background: #9da1a1;
	text-decoration: none;
}

a:link {
text-shadow: 0px 0px;
text-decoration: underline;
color: black;
}

a:active {
text-decoration: none;
color: black;
}

a:visited {
text-shadow: 0px 0px black;
text-decoration: underline;
color: black;
}

a:hover {
text-decoration: none;
color: black;
}

.KT
{
  font: 65pt Verdana;
  text-decoration: none;
  	padding: 30px;
}

div#headline {
	color: #c4c4c4;
	text-align: right;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-weight: none;
	font-size: 12px;
	font-family: verdana;
}

div#menu {
	color: #000000;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-weight: none;
	font-size: 18px;
	font-family: verdana;
}

div#inhalt
{
	padding: 50px;
}