*    {
	padding:0;
	margin:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #CCCCCC;
}

#container {
	margin:0 auto;
	width:900px;

	background-color: #CCCCCC;
	border-right: 1px solid #333333;

}
#header    {
	height:150px;
	padding-bottom:0px;
	padding-top:0px;
	background-color: #333333;
	border-bottom: solid 5px #990000;
}

#content   {
	float:right;
	width:530px;
	padding:10px;
}

#content p {
	font-size:12px;
	line-height:1.5em;
	padding-bottom:10px

}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}




#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 1.5em;
}

#left-col    {
	float:left;
	width:340px;
	background-color: #FFFFFF;
	border: black 1px solid;
}


#footer  {
	clear:both;
	margin:0 auto;
	width:894px;
	margin-top:0px;
	padding: 3px;
	border-bottom:solid 1px black;
	border-left: solid 1px black;
	font-size: 9px;
}
#companyinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	margin-top: 150px;
}
#hcard-Johanna-Pfund {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	margin-top: 150px;
}


a, a:link, a:visited, a:active
	{
	color: #333333;
	text-decoration: underline;
}
	
A:hover 
	{
	color: #990000;
	text-decoration: underline;

}



.greyline {
	background-color: #999999;
	height: 5px;
	width: 900px;
	position: absolute;
	margin-top: 195px;
}

#spiderweb {
	background-image: url(images/spiderweb.jpg);
	float: left;
	width: 340px;
	height: 345px;
	overflow: visible;
	position: absolute;
	margin-left: 1px;
}
#top-nav {
	height: 40px;
}

#header img {
	float: right;
	padding-top: 45px;
}
.imgleft {
	float: left;
	padding-right: 8px;
}
