@CHARSET "UTF-8";

body {
	margin: 0px auto 0px auto;
	padding: 0px;
	font: normal 10pt Tahoma;
	background: #3465A3 url("img/background.png") repeat-x fixed bottom;
}

table {
	border: 0px;
}

td {
	vertical-align: top;
	font: normal 12pt Trebuchet MS;
}

img {
	border: 0px;
}

table#outer {
	margin: 10px auto 20px auto;
}

td#header {
	margin-bottom: 10px;
}

img#logo {
	float: right;
	margin-bottom: 10px;
}

img.langswitch {
	margin-right: 10px;
}

td.leftbox {
	width: 150px;
	padding-right: 10px;
}

table.roundedbox {
	width: 100%;
}

table.roundedbox td.corner {
	width: 34px;
	height: 34px;
}

table.roundedbox td.top {
	background: #eeeeec;
	height: 32px;
	border-top: 2px solid black;
}

table.roundedbox td.left {
	background: #eeeeec;
	height: 32px;
	border-left: 2px solid black;
	empty-cells: show;
}

table.roundedbox td.mid {
	background: #eeeeec;
}

table.roundedbox td.right {
	background: #eeeeec;
	height: 32px;
	border-right: 2px solid black;
	empty-cells: show;
}

table.roundedbox td.bottom {
	background: #eeeeec;
	border-bottom: 2px solid black;
}

td.leftbox table.toolbar td.toolbtn {
	padding-top: 10px;
	text-align: center;
}

td.leftbox table.toolbar td.toolbtnlabel {
	padding-bottom: 10px;
	text-align: center;
}

td.contentarea {
	width: 610px;
	text-align: left;
}

div#contact table {
	width: 400px;
}

div#contact table td {
	vertical-align: middle;
	padding: 4px;
}

div#contact table td.label {
	width: 120px;
}

div#photos img.thumb {
	padding: 2px;
	border: 2px solid black;
}

div#photos table td.center img {
	margin: 5px;
	vertical-align: middle;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.hidden {
	display: none;
}

tt {
	font-family: "Consolas","Bitstream Vera Sans Mono","Lucida Console",monospace;
}
