body {
	margin: 0px;
	color: black;
	background-color: #1a5c8c;
} 

body,th,td,p,select,input {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 8pt;
}

a:link, a:visited, a:active {
	color: #0000ff;
}

p, h1, h2, h3 {
	margin-top: 0px;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Geneva, Sans-Serif;
	color: #140174;
	margin-bottom: 1px;
}

h1 { font-size: 11pt; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }

#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#frame {
	margin-top: 5px;
	background-color: #d8d8d8;
	padding: 0px;
	border: 2px solid white;
	min-height: 400px;
}

#languages {
	margin-left: auto;
	margin-right: auto;
}
#languages ul {
	margin: 0;
	padding: 0;
}
#languages ul li {
	margin: 0px 5px 5px 0px;
	padding: 0;
	list-style: none;
	display: inline;
}
#languages ul li a img {
	border: 2px solid white;
}

#body {
	padding: 5px;
}
#body p {
	margin-left: 0em;
	margin-right: 0em;
	line-height: 150%;
}
#body ul {
	line-height: 150%;
}

#header {
	border-bottom: 1px solid white;
	background-color: white;
}

#logo {
	float: right;
	width: 280px;
}

#menu {
	clear: right;
	float: right;
	width: 280px;
	height: 271px;
	background: url("/images/cleaner.png")  0 no-repeat;
}

#footer {
	color: white;
	padding-top: 10px;
	clear: right;
	margin-bottom: 10px;
}
#footer table {
	width: 100%;
}
#footer table tr td.col1 {
	text-align: left;
}
#footer table tr td.col2 {
	text-align: right;
}
#footer a {
	color: white;
}

table.table0 {
	border-collapse: collapse;
	empty-cells: show;
	border: none;
	vertical-align: top;
}
table.table0 td {
	padding: 0;
	margin: 0;
}
table.table0 th {
	text-align: left;
}

table.table1 {
	border-collapse: collapse;
	empty-cells: show;
	border: none;
}
table.table1 td {
	vertical-align: top;
	padding: 2px;
	margin: 0;
}
table.table1 th {
	text-align: left;
}

table.tbl_underline {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border: none;
	vertical-align: top;
	background-color: white;
}

table.tbl_underline th {
	padding: 1px 1px 1px 1px;
	border-spacing: 0px;
	background-color: black;
	text-align: left;
	color: white;
}

table.tbl_underline td {
	padding-top: 1px;
	border-bottom: 1px solid black;
}

table.tbl_underline td.right {
	text-align: right;
}

table.tbl_underline td img {
	border: none;
}

table.tbl_blank {
	border-collapse: collapse;
	empty-cells: show;
	border: none;
}

table.tbl_blank td {
	padding: 2px;
	vertical-align: top;
}

table.tbl_underline td img {
	border: none;
}

input.button {
	width: 9em;
	height: 2.2em;
	padding: 0 0 2px 0;
}

label {
	font-weight: bold;
	margin-right: 1em;
}

fieldset {
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 1em;
}
fieldset legend {
	font-weight: bold;
	margin-bottom: 1px;
}

div.warning, div.error, div.information {
	padding: 5px 10px 2px 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 48px;
}
div.warning {
	border: 1px solid gold;
	background-color: #ffffc0;
	background-image: url('/images/warning.png');
}
div.error {
	border: 1px solid #ff8080;
	background-color: #ffc0c0;
	background-image: url('/images/error.png');
}
div.information {
	border: 1px solid #0000c0;
	background-color: #e0e0ff;
	background-image: url('/images/information.png');
}

a.button, a.minibutton {
	border: 1px solid black;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #c0c0c0;
	text-decoration: none;
	color: black;
}
a.minibutton {
	padding: 0px 2px 2px 2px;
	font-size: 95%;
}
a.button {
	padding: 1px 0.5em 2px 0.5em;
}
a.button:hover, a.minibutton:hover {
	background-color: #e0e0e0;
}

textarea {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 10pt;
}

form.minilogin {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	text-align: right;
	background-color: white;
	height: 25px;
}
form.minilogin select, form.minilogin input.text {
	border: 1px solid black;
	width: 145px;
}
form.minilogin input.password {
	border: 1px solid black;
	/* background: url("/images/password.png") 0 0 no-repeat; */
	width: 68px;
}
/* form.minilogin input.fpassword {
	border: 1px solid black;
	background: none;
	width: 68px;
} */
form.minilogin input.submit {
	border: 1px solid #404040;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
	text-transform: lowercase;
	width: 5em;
	cursor: pointer;
}
form.minilogin input.submit:hover {
	background-color: #e0e0ff;
	border: 1px solid #4040ff;
	border-top-color: #c0c0ff;
	border-left-color: #c0c0ff;
	color: #8080ff;
}

#description, #photos {
	margin-right: 290px;
}
#description p {
	text-align: justify;
}

#banner a img {
	border: none;
	display: block;
}
