div.eins {
	border: 1px solid black;
         border-color: #eee #888 #888 #eee;
	padding:0.5em;
	padding-left: 50px;
	width: 250px;
	background-image: url("ring.gif");
	margin: auto;
	margin-top: 3em;
         background-color: white;
	}
div.zwei {
	text-align: center;
}
p {
	font-size: 0.8em;
	text-align: left;
}
span.email{
	text-decoration: none;
	color:#EE9944;
         font-weight: bold;
}
span.email:hover {
	text-decoration: underline;
}
body,td,tr,form,h1,h2,h3,p {
	font-family: Verdana,Arial,Helvetica,sans-serif;

	}
body {
	background-color: white;
                  background-image: url("bg.gif");
	}
img {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

a{
	color: #EE9944;
	text-decoration: none;
}
a:visited{
	color: #006699;
}
a:hover{
	text-decoration: underline;
}

div.link p{
	text-align: center; 
	margin-top: 2em;
}

