body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background: #FFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a {text-decoration: none;}
a:link {
	color: #006633;
}
a:visited {color: #006633;}
a:hover {text-decoration: underline;}

h2 {
	font-size: 150%;
	margin: 20px 0 0 0;
	color: #006633;
}

p {
	margin: 1em 30px 1em 20px;
	padding-left: 5px;
	color: #000000;
}

#container {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	position: relative; text-align: left;
	background-image: url(../images/grey_w_bar.gif);
	background-repeat: repeat-y;
	background-color: white;
}

#pageHeader {
	background-image: url(../images/wille_stripe.jpg);
	background-repeat: repeat-x;
	height: 200px;
	width: auto;
}

#pageHeader h1 {
	background: url(../images/wille_logo_200.jpg) no-repeat;
	height: 200px;
	width: 439px;
	position: relative;
	z-index: 101;
	top: 0px;
	left: 200px;
	margin: 0;
}

#pageHeader h1 span {
	display: none;
}

div#address {
	margin: 55px 20px;
	padding: 0;
	position: absolute;
	color: #FAFAFA;
	width: 180px;
	line-height: 1.4;
	left: 15px;
}

#pageHeader h2 span {
	display: none;
}

div#text {
	position: relative;
	margin: 20px 2em 1em 160px;
	padding: 10px 0 0 20px;
}
  
#linkList {
	position: absolute;
	z-index: 11;
	width: 160px;
	top: 200px;
	left: 0;
	margin-top: 20px;
	line-height: 2em;
	border-top: 1px solid gray;
}

#linkList ul {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid gray;
	border-right: 1px solid black;
}

#linkList li {
	list-style: none;
}

#linkList a {
	display: block;
	padding: 0 20px 0 0;
	height: 25px;
	text-align: right;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 1em;
	border-top: 1px solid gray;
	text-decoration: none;
}

#linkList li a:hover {
	background-color: #26392E;
	color:#FFFF66;
}

img#applic {
	margin: 0;
}

a#applic {
	position: absolute;
	z-index: 5;
	top: 55px;
	left: 680px;
	border-width: 0;
	margin-top: 5px;
}

a#applic img {
	border-width: 0;
}

img#homepic {
	float: right;
	border: 1px solid black;
	margin: 10px 20px 20px 20px;
	padding: 0px;
	width: 400px;
	height: 300px;
}

#footer {
	margin: 0 0 0 0;
	background: #AFAFAF;
	padding: 0 0 0px 190px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	
}
#footer li {
	list-style: none;
	display: inline;
}
#footer a:link {
	color: #666666;
	margin: 0;
	padding: 4px;
	font-size: 10px;
	text-decoration: none;
}
#footer a:visited {
	color: #DDDDDD;
}
#footer a:hover {
	background: #26392E;
	color: #FFFF66;
	padding: 4px;
}
