html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #fff;
	outline: 0;
	outline-width: 0;
}

td {
	font: 11px/16px verdana, arial, sans-serif;
}


#vertical {
	float: left;
	height: 50%;
	margin-top: -360px; /* half vertical height*/
	width: 100%;
}

#hoz {
	width: 1308px;
	margin-left: auto;
	margin-right: auto;
	height: 720px;
	text-align: left;
	clear: both;
}

.titel {
	font-size: 14px;
	font-weight: bold;
}

.content {
	padding: 15px;
}

.quote	{
	font-style: italic;
	font-size: 14px;
}

.shadow {
	-moz-box-shadow: 3px 3px 5px 5px #b0b0b0;
	-webkit-box-shadow: 3px 3px 5px 5px #b0b0b0;
	box-shadow: 3px 3px 5px 5px #b0b0b0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 	Color='#b0b0b0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 		Color='#b0b0b0');
}

.bg {
	background-image: url(imgs/white.gif);
	height: 151px;
	width: 980px;
	-moz-box-shadow: 3px 3px 5px 5px #b0b0b0;
	-webkit-box-shadow: 3px 3px 5px 5px #b0b0b0;
	box-shadow: 3px 3px 5px 5px #b0b0b0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 	Color='#b0b0b0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 		Color='#b0b0b0');
	z-index: 0;
}

.bg1 {
	background-image: url(imgs/white.gif);
	height: 395px;
	width: 487px;
	-moz-box-shadow: 3px 3px 5px 5px #b0b0b0;
	-webkit-box-shadow: 3px 3px 5px 5px #b0b0b0;
	box-shadow: 3px 3px 5px 5px #b0b0b0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 	Color='#b0b0b0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 		Color='#b0b0b0');
	z-index: 0;
}

.bg2 {
	background-image: url(imgs/white.gif);
	height: 395px;
	width: 484px;
	-moz-box-shadow: 3px 3px 5px 5px #b0b0b0;
	-webkit-box-shadow: 3px 3px 5px 5px #b0b0b0;
	box-shadow: 3px 3px 5px 5px #b0b0b0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 	Color='#b0b0b0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, 		Color='#b0b0b0');
	z-index: 0;
}

td.dotsV {
	background: url(imgs/dotsV.gif) no-repeat;
}

.menu {
	z-index: 999;
}

ul {
	margin-left: 5px;
	padding-left: 1em;
	text-indent: 2px;
}




.mapbutton1 		{
	width: 236px;
    height: 370px;
}

.mapbutton2 		{
	width: 180px;
    height: 370px;
}


a.proj:link, a.proj:visited, a.proj:active {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

a.proj:hover {
	color: #000;
	text-decoration: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #e4383b;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
