* {
	margin: 0;
	padding: 0;
}
 
body {
	background: #fff;
}

div, td, th, textarea, select, input {
	color: #000;
	font: 11px tahoma, arial, helvetica, sans-serif;
}

a, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

img {
	behavior: url("include/htc/pngbehavior.htc");
}

h1 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

p, td {
	line-height: 18px;
	font-size: 11px;
}

p {
	margin-bottom: 8px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #000;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 798px;
}

div#menu {
	position: absolute;
	top: 36px;
	left: 0px;
	width: 100%;
	padding: 4px 0 4px 0;
	z-index: 3;
}

#menu li {
	margin-left: 26px;
	font-size: 13px;
	display: inline;
}

#menu li img {
	position: relative;
	top: 2px;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a.selected {
	text-decoration: underline;
}

div#logo {
	position: absolute;
	top: 5px;
	left: 449px;
	font-size: 13px;
	z-index: 3;
}

#logo a {
	text-decoration: none;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

div#bar {
	position: absolute;
	bottom: 0px !important;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	height: 67px;
}

div#pic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}

div#main {
	position: relative;
	padding-bottom: 15px;
	background: #fff;
}

div#footer {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 2;
}

#footer div.left, #footer div.left a {
	float: left;
	width: 60%;
	font-size: 11px;
	color: #000;
	padding: 8px 0 0 8px;
}

#footer div.right {
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 5px 0 0 60px;	
}

div#lang {
	position: absolute;
	top: 22px;
	left: 600px;
	z-index: 3;
}

#lang a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#lang a.selected {
	color: #7e297c;
}

div.shadow {
	float: left;
	background: url("../../gfx/shadow.gif") no-repeat right bottom;
}

small {
	color: #ff0000;
}

.shadow img {
	border: 4px solid #fff;
	margin: 0 5px 3px 0 !important;
	margin: 0 4px 4px 0;
}

.inputter {
	border: 1px solid #191919;
	padding: 2px;
}

table.list td {
	padding: 5px 10px 5px 10px;
}

table.list th {
	background: #191919;
	color: #fff;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

table.list td.subject {
	background: #c0c0c0;
	width: 150px;
}

table.list td.value {
	background: #d4d4d4;
	width: 100px;
}
