body {	
	background-image:url(images/bg1.png);
	background-color:white; 
	margin-left: 90px;
	}
  
a:link { 
	text-decoration: none; 
	color: #ff6600;
	}

a:visited {
	text-decoration: none; 
	color: #cc3300;
	}

h2 {
	color:#cc0000;
	}

h1 >  span {
	display: none;
	}

h1 {
	position: relative;
	top: 0px;
	width: 400px;
	height: 65px;
	background: transparent url(images/zedlitz_homepage.png) no-repeat top left;
	margin-top: 0;
	margin-bottom: 0px; 
	}

#greeting {
	font-weight: bold;
	background-color: #eeeeee;
	padding:2px;
	text-align:center;
	border:dotted red 1px;
	}

#copy {
	font-size:60%;
	color:#999999;
	text-align:center;
	}

ul {
	list-style-image:url(images/dot.png);
}

ul.nodots {
	list-style-type:none;
}

li > div.description {  font-weight: bold; margin-top: 0.2cm;}
li > div.value { margin-left: 2cm; }

#aboutme {
	width:50%;
	background:#eeeeee;
	}