/* default things */
* {
	padding: 0;
	margin: 0;
	font-family: "Verdana";
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	color: Black;
	height: 100%;
}

a {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #0a477e;
}

.image_link {
	border: 0;
}

ul,
ol {
	margin-left: 20px;
}

li {
	padding: 1px 0;
}

p {
	padding: 5px 0;
	text-align: justify;
}

h2 {
	font-size: 140%;
	padding: 5px 0;
}

h3 {
	font-size: 120%;
	padding: 13px 0 0 0;
}

.ok {
	color: #00cc00;
}

.error {
	color: #cc0000;
}

#layout {
	width: 1000px;
	height: 100%;
	border-left: dotted 1px;
	border-right: dotted 1px;
}

#head_line {
	height: 200px;
	background-image: url(/img/head.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#head_line img {
	border: 0;
}

.delimiter_line {
	height: 7px;
	background-image: url(/img/line.gif);
	background-repeat: repeat-x;
}

.language {
	float: left;
	padding: 3px;
}

.banner,
.banner_text {
	width: 182px;
	margin-left: 10px;
}

.banner_text {
	margin:8px 10px;
}

.banner_text a {
	font-weight:bold;
}

#menu_container {
	vertical-align: top;
	width: 210px;
}

#main_menu td.item,
#main_menu td.selected {
	width: 200px;
	height: 24px;
	margin: 3px;
	padding-left: 10px;
	background-image: url(/img/menu_background.gif);
	background-repeat: no-repeat;
	color: white;
}

#content_container {
	vertical-align: bottom;
}

#main_menu a {
	color: white;
}

#main_menu .selected a {
	font-weight: bold;
}

#submenu_0 td {
	background: none;
}

#submenu_0 td.item,
#submenu_0 td.selected
{
	width: 200px;
	height: 24px;
	margin-top: 3px;
	padding-left: 25px;
	background-image: url(/img/menu_background.gif);
	background-repeat: no-repeat;
	color: white;
}

#submenu_0 td.item a,
#submenu_0 td.selected a
{
	font-size: 90%;
}

#submenu_0 td.selected a
{
	font-weight: 600;
}


#info_table td,
#info_table th {
	padding: 5px;
}

#info_table {
	width: 100%;
}

#info_table td.info_table_numbers {
	text-align: right;
}

#info_table tr.title {
	background-color: #dddddd;
}

#info_table tr.even_row,
#calculator tr.even_row {
	background-color: #dedeff;
}

#calculator table {
	width: 100%;
}

#calculator td,
#calculator th {
	padding: 5px;
}

#calculator th#salary_caption {
	height: 50px;
}

#calculator td.container {
	vertical-align: top;
	text-align: center;
	padding: 3px;
}

#calculator select.selectbox {
	padding: 0 10px;
}

#calculator th {
	text-align: right;
	padding-right: 5px;
	width: 50%;
}

#calculator th.constant {
	width: 77%;
}

#calculator tr.title {
	background-color: #dddddd;
}

#calculator tr.title th {
	text-align: center;
}

#calculator td {
	width: 50%;
	text-align: right;
	padding-right: 35%;
}

#calculator tr.bold {
	background-color: #eeeeff;
}

#calculator tr.bold td {
	font-weight: bold;
}

#calculator td.input {
	text-align: center;
	width: 15%;
}

#calculator td.units {
	text-align: left;
	padding-left: 5px;
	width: 8%;
}

.frame_title {
	width: 200px;
	height: 24px;
	margin: 3px;
	padding-left: 30px;
	background-image: url(/img/menu_background.gif);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	padding-top: 5px;
}

.input_text_small {
	width: 140px;
	margin-left: 5px;
}

.input_button {
	padding: 0 30px;
}

input.number {
	width:50px;
}

#counters {
	vertical-align:bottom;
}

.counter {
	padding-bottom: 3px;
	horizontal-align: center;
}

#center_content {
	vertical-align: top;
	padding: 10px;
	width: 760px;
}

#title,
#date,
#teaser,
#anotation,
#text {
	padding-bottom: 10px;
}

#title {
	font-weight: bold;
	color: #0a477e;
	font-size: 125%;
}

#date {
	font-size: 95%;
	color: #82b7df;
}

#teaser {
	font-style: italic;
}

#copyright {
	text-align: center;
	font-size: 90%;
	height: 40px;
}