body {
	margin: 161px 0 0 166px;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
}

/* nav */
div#nav {
	width: 158px;
	position: absolute;
	top: 161px;
	left: 0;
}
/* multicolbanner */
div.multicolbanner {
	color: white;
	line-height: 1.4em;
	background-color: rgb(160,192,41);
	height: 141px;
	width: 769px;
	padding: 12px 0px 12px 35px;
	margin: 0 0 4px 0;
}


ul.menu li a {
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
}
ul.menu li a:link {
	color: black;
	background-image: url(img/rightarrow_nonsel.gif);
}
ul.menu li a:visited {
	color: black;
	background-image: url(img/rightarrow_nonsel.gif);
}
ul.menu li a:hover {
	color: rgb(234,0,0);
	background-image: url(img/rightarrow_sel.gif);
}


/* main */
div#main {
	
}

/* city overview */

table.citytable {
	border-collapse: collapse;
	border:0;
	position: relative;
	left: -1px;
}

table.citytable td {

}

div.cities {
} 

table.citytable div.singleLocation {
	width: 266px;
	margin-right: 1px;
	margin-bottom: 1px;
}

table.citytable div#stuttgart div {
	background-image: url(img/places/stuttgart.gif);
}
table.citytable div#hengelo div {
	background-image: url(img/places/hengelo.gif);
}
table.citytable div#medway div {
	background-image: url(img/places/medway.gif);
}
table.citytable div#nantes div {
	background-image: url(img/places/nantes.gif);
}
table.citytable div#tilburg div {
	background-image: url(img/places/tilburg.gif);
}
table.citytable div#torfaen div {
	background-image: url(img/places/torfaen.gif);
}


table.citytable div#stakeholder div {
	background-image: url(img/places/stakeholder.gif);
}
table.citytable div#finance div {
	background-image: url(img/places/finance.gif);
}
table.citytable div#heritage div {
	background-image: url(img/places/heritage.gif);
}
table.citytable div#sustainability div {
	background-image: url(img/places/sustainibility.gif);
}
table.citytable div#environment div {
	background-image: url(img/places/environment.gif);
}
table.citytable div#nature div {
	background-image: url(img/places/nature.gif);
}





table.citytable div h2 {
	background-color: rgb(204,204,204);
	margin: 0 0px 0px 0;
	padding: 3px 4px 3px 4px;
	font-size:12px;
	color: rgb(234,0,0);
	text-transform: uppercase;
}

table.citytable div div {
	background-color: rgb(240,240,240);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 108px;
	width: 266px;
	font-size: 12px;
}

table.citytable p {
	padding: 3px 4px;	
	margin: 0;
}

table.citytable h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin: 1px 0 3px 0;
	padding: 2px 4px;
	width: 80%;
}

a#logoclick {
	position: absolute;
	top: 49px;
	left: 0px;
}

a img {
	border: none;
}
