body { 
font-family: arial, sans-serif; 
text-decoration: none;
text: #838383;
}
a:link {
color: grey;
text-decoration: none;
outline: none;
}
a:visited {
color: #b5b5b5;
text-decoration: none;
}
a:hover {
color: #838383;
text-decoration: none;
}
a:active {
color: #838383;
text-decoration: none;
}
.textcss {
	text-decoration: none;
	color: black;
	font-size: 16px;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
}
.imp {
	text-decoration: none;
	color: grey;
	font-size: 12px;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
}
.logo {
	text-decoration: none;
	color: black;
	font-size: 48px;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;}

#seite {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	margin-top: 0px;
	background-color: none;
}
#content {
	position:absolute;
	float:left;
	width:659px;
	height:200px;
	background-color: none;
	font-size:14px;
}
#linksunten {
   position:absolute;
   bottom:0%;
}

#logo {
	float:right;
	width:300px;
	height:257px;
	margin-top: 0px;
	background-color: none;
}
#unten {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	background-color: none;
}
#text {
	width:700px;
	height:0px;
	margin-top: 10px;
	background-color:none;
	border-style: solid none none;
	border-color: green;
	border-width: 3px;
}
#imp {
	width:700px;
	height:8px;
	text-align: right;
	background-color: none;
}
