html {
	height: auto;
}

body#amsterdamtibiameeting {
	font-family: Tahoma, Arial;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	background-image: url('../img/bckgrnd.jpg');
}

h1 {
	color: #d5b41a;
	font-size: 16px;
	font-weight: bold;
}

.style1 {
	font-size: 11px;
}

.style2	{
	font-weight: bold;
}

.style3 {
	color: #d5b41a;
	font-weight: bold;
}

a:link, a:visited {
	color: #d5b41a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.no-print {
}

:focus {
	outline: 0;
}

div.clear {
	clear: both;
}

div#wrapper {
	width: 100%;
	min-height: 400px;
	float: left;
	text-align: center;
	position: relative;
}

div.container {
	width: 800px;
	height: auto;
	display: block;
	position: relative;
	text-align: left;
	margin: 15px auto 15px auto;
	border: 1px solid #022889;
}

#header-box {
	width: 800px;
	height: 199px;
	display: block;
	position: relative;
	float: left;
}

div#header {
	width: 800px;
	height: 199px;
	display: block;
	position: absolute;
	z-index: 1;
}

#top-nav {
	width: 100px;
	height: 10px;
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: 29px;
	letter-spacing: 1px;
	z-index: 2;
}

#breadcrumbs {
	width: 630px;
	height: 23px;
	background-image: url(../img/bar.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #022889;
	border-bottom: 1px solid #022889;
	position: relative;
	float: left;
	padding: 7px 0px 0px 170px;
	font-size: 11px;
}

#nav-prim {
	width: 140px;
	float: left;
	display: block;
	position: relative;
	margin: 0px;
}

#nav-prim ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#nav-prim li {
	display: inline;
}

#nav-prim li a:link, #nav-prim li a:visited {
	color: #ffffff;
	height: 24px;
	text-align: right;
	text-decoration: none;
	line-height: 24px;
	display: block;
	padding-right: 5px;
	border-bottom: 1px solid #022889;
	background-image: url(../img/menu.jpg);
	background-repeat: repeat-x;
}

#nav-prim li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #d5b41a;
	background-image: url(../img/menu-ferumbras.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#nav-prim li #nav-prim-selected {
	text-decoration: none;
	font-weight: bold;
	color: #d5b41a;
	border-bottom: 1px solid #022889;
	background-image: url(../img/menu-ferumbras.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#content-box {
	width: 800px;
	float: left;
	position: relative;
	padding: 29px 0px 29px 0px;
	background-color: #010410;
	background-image: url(../img/content-bckgrnd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	width: 600px;
	display: block;
	position: relative;
	float: left;
	padding-left: 30px;
	line-height: 16px;
}

#footer {
	width: 780px;
	height: 23px;
	background-image: url(../img/bar.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #022889;
	position: relative;
	float: left;
	padding: 7px 10px 0px 10px;
	font-size: 11px;
	text-align: center;
}

.inputfield {
	width: 250px;
	background-color: #010410;
	border: 1px solid #022889;
	color: #ffffff;
	margin: 0px;
}

.textfield {
	width: 250px;
	height: 100px;
	background-color: #010410;
	border: 1px solid #022889;
	color: #ffffff;
	margin: 0px;
}

.images {
	display: block;
	position: relative;
	float: left;
}

.image-box {
	width: 270px;
	margin: 10px;
	display: block;
	position: relative;
	float: left;
	border: 1px solid #022889;
	z-index: 1;
}

.image {
	width: 270px;
	height: 200px;
	margin: 0px;
	display: block;
	position: relative;
	float: left;
	z-index: 2;
}

.image-logo {
	width: 270px;
	height: 200px;
	margin: -200px 0px 0px 0px;
	display: block;
	position: relative;
	float: left;
	z-index: 3;
	background-image: url(../img/image-overlay.png);
}

.image-text {
	width: 250px;
	padding: 10px;
	display: block;
	position: relative;
	float: left;
	border-top: 1px solid #022889;
	background-color: #010410;
}

.image-guestbook {
	width: 600px;
	height: 800px;
	margin: 10px 0px 10px 0px;
	display: block;
	position: relative;
	float: left;
	border: 1px solid #022889;
}