
/* CSS */
html,
body {
	width: 100%;
	height: 100%;
}

body,
td {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #015546;
}

/* A tags*/
a {
	color: #015546;
	text-decoration: underline;
}

/* Input tags*/
input.button {
	background-color: #145849;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
}

/* Table tags*/
table {
	padding: 0px;
	border: none;
}

/* Main*/
table.main {
	margin: 0px auto;
}

/* Header */
td.header {
	height: 214px;
}

td.headerbottom {
	height: 48px;
	background: url(../../images/header_bottom.png) no-repeat;
	border-top: 2px solid #FFFFFF;
}

/* Menu */
td.menu {
	width: 179px;
	vertical-align: top;
	border-right: 1px solid #cecece;
}

td.menuitem {
	background: url(../../images/menuitem.png) no-repeat left bottom;
	height: 35px;
	vertical-align: bottom;
	padding-left: 32px;
	padding-bottom: 1px;
	width: 149px;
	cursor: pointer;
}

a.menuitem:link,
a.menuitem:visited,
a.menuitem:hover {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 31px;
	font-size: 11px;
	width: 123px;
}

/* Submenu */
td.submenu {
	background: url(../../images/submenu.png) no-repeat left bottom;
	height: 33px;
}

div.submenu {
	width: 155px;
	padding-bottom: 1px;
	line-height: 21px;
}

a.submenu:link,
a.submenu:visited,
a.submenu:hover {
	margin-left: 33px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width: 120px;
}

/* Content */
td.content {
	width: 574px;
	height: 320px;
	border-right: 1px solid #cecece;
	vertical-align: top;
	padding: 10px 10px 0 35px;
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: normal;
	line-height: 17px;
}

td.content p {
	line-height: 17px;
	font-size: 10pt;
}

/* Footer */
td.footer {
	background: #015546;
	border-top: 15px solid #FFFFFF;
	height: 20px;
}

/* Foto album */
td.imageheader {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #015546;
	line-height: 18px;
}

td.image {
	width: 430px;
	vertical-align: top;
	padding-top: 5px;
}

td.imagetext {
	line-height: 19px;
	height: 19px;
	color: #000000;
}

td.imagetext * {
	line-height: 17px;
}

a.button {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
}

td.imageslideholder {
	width: 134px;
	padding-top: 5px;
	text-align: center;
}

div.imageslide {
	overflow-y: auto;
	height: 350px;
	overflow-x: hidden;
	width: 134px;
}

td.imageslide {
	height: 85px;
	vertical-align: middle;
}

td.noimage {
	color: #000000;
	line-height: 17px;
}

/* Slimbox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../images/prev.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../images/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(../../images/close.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#lbCaption,
#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

