body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin:50px;
	padding:0px;
	text-align:center;
	background-color: #333;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	}
#text {
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 25px;
	overflow: visible;
	height: 350px;
}
.title {
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: -10px;
}

#contentbox {
	margin:0px auto;
	text-align:left;
	}
#copyright {
	font-size: 10px;
	margin-top: 8px;
	margin-left: 25px;
	width: 365px;
}
#footer {
	font-size: 10px;
	margin-top: 7px;
	color: #868686;
	font-family: Verdana, Geneva, sans-serif;
}

td object, td embed {
	vertical-align: bottom;
}
.submenu {
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}
li {
	list-style-image: url(images/menu_dot.png);
	margin-left: 5px;
	font-size: 16px;
	line-height: 28px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
.lang {
	text-align: center;
}
.introtxt {
	font-size: 10px;
	text-align: justify;
	padding: 10px;
}

a.hoverable {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
}

a.hoverable div {
	position: absolute;
	display: none;
	margin: 0em;
	padding: 8px;
	background-color: white;
	border: 1px solid black;
}

a.hoverable:hover div {
	display: block;
}
#photonav {
	z-index: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
}
.contact {
	font-size: 12px;
}
input {
	background-color: #1A1B15;
	color: #FFF;
	font-size: 12px;
	border: thin solid #FFF;
}
textarea {
	color: #FFF;
	background-color: #1A1B15;
	font-size: 12px;
	border: thin solid #FFF;
	margin-top: -10px;
}
#language {
	font-size: 9px;
	margin-top: 20px;
	margin-right: 30px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
#language a:link {
	color: #CCC;
}

h1 strong {
	display: none;
}
h2 {
	font-size: 16px;
}

.address {
	font-size: 12px;
	margin-top: -18px;
	margin-bottom: 12px;
}
.number {
	font-size: 14px;
	font-weight: bold;
}
