h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}


body, html{
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-color: #b2b2b2;
}
body.waiting * {
	cursor: wait;
}

body {
	color: #454545;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;

}
body.searching {
	background-image: url(../img/content_bg.gif);
}
body.waiting * {
	cursor: wait;
}
#srolldiv {
	min-height: 100%;
}

#wrapper {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	padding: 60px 61px 115px 61px;
	height: 550px;
	display: none;
	background-image: url(../img/content_bg.gif);
}

address {
	color: #ffffff;
	position: absolute;
	float: left;
	width: 550px;
	padding: 0 51px 0 71px;
	text-align: right;
	font-style: normal;

}
address strong, address br {
	display: none;
}
#logo {
	position: absolute;
	width: 146px;
	height: 172px;
	z-index: 29;
	display: none;

}
#logo a{
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;

}

#topmenu {
	position: absolute;
	left: 58px;
	bottom: 57px;
	z-index: 31;

}
#topmenu .menulevel2 {
	display: none;
}

.searching #topmenu {
	display: none;
}
#topmenu h2 {
	display: none;
}

#topmenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	float: left;
}
#topmenu ul ul {
	display: none;
}
#topmenu ul .currenttree ul, 
#topmenu ul .menulevel2  {
	float: left;
	position: absolute;
	bottom: 26px;
	left: 0px;
}
#topmenu ul .menulevel2 li {
	float: left;
	background-color: #f4f4f4;
}
#topmenu ul .menulevel2 li a {
	border: none;
	white-space: nowrap;
	padding: 3px 4px;
}
#topmenu ul .currenttree ul ul {
	display: none;
}
#topmenu a {
	float: left;
}

#topmenu ul li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}
#topmenu ul li li {
	clear: both;
}
#topmenu ul li a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 0px 4px;
	border-right: 1px solid #b2b2b2;
	cursor: pointer;
}
#topmenu ul.menulevel3 {
	display: none !important;
}
#topmenu ul li a:hover, #topmenu ul li.currenttree a.linklevel1, #topmenu ul ul li.currenttree a.linklevel2 {
	color: #8a8a8a;
}

#topmenu ul li.last a {
	border: none;
}
#contentcontainer {
	position: absolute;
	bottom: 115px;
	left: 61px;
	width: 550px;
	height: 550px;
	background-position: center center;
	background-repeat: no-repeat;
}
#contentcontainer a {
	color: #333333;
}
#contentcontainer a:hover {
	color: #000000;
	text-decoration: none;
}
#contentcontainer #contentdiv {
	position: absolute;
	left: 0px;
	bottom: -25px;
	width: 550px;
	background-color: #ffffff;
}
#contentcontainer #contenttitle {
	font-size: 14px;
	margin-top: 7px;
	color: #999999;
	font-weight: bold;
}

#contentcontainer #content {
	font-size: 11px;
	color: #333333;

}
.mode #contentcontainer #content {
	display: none;
}
.contentpage #contentcontainer #content {
	display: block;
}
h3.projectImages {
	display: none;
}
ul#projectImages, ul#projectNavigation {
	display: none;
}
.projectpage ul#projectNavigation {
	display: block;
	position: absolute;
	z-index: 30;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul#projectNavigation li {
	float: left;
}
ul#projectNavigation a {
	float: left;
	width: 275px;
	height: 550px;
	text-indent: -9999px;
}
ul#projectNavigation a.prev:hover {
	background-image: url(../img/prev.png);
}
ul#projectNavigation a.next:hover {
	background-image: url(../img/next.png);
}
ul#projectNavigation .play {
	display: none;
}
#whitener {
	position: absolute;
	left: -4000px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;

}
#intro, #blacker {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/content_bg.gif);
	z-index: 20;
}
#blacker {
	background-image: none;
	display: none;
	text-align: center;
	z-index: 40;
}
#blacker div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #000000;
	z-index: 1;
}
#blacker table {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#blacker table td {
	text-align: center;
	vertical-align: middle;
}
#blacker img {
	border: 10px solid white;
}
#editButtons {
	z-index: 40 !important;
	line-height: 1 !important;
}
#editButtons * {
	line-height: 1 !important;
}
