* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

body {
  	color: #333;
  	background-color: #fff;
}

span.alt {
  display: none;
}

/*
#content_template p {
  margin: 0 0 10px 10px;
}
*/

#content_template input, #content_template textarea, #content_template select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}


.floatleft {
  float: left;
  width: auto !important;
}

.floatright {
  float: right;
  width: auto !important;
}

.clear {
  clear: both;
  height: 1px;
}

.displaynone {
  display: none;
}

.overflow {
  overflow: hidden;
}

.margintop {
  margin-top: 10px;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: 10px 0 0 10px;
}
#left {
	float: left;
	width: 153px;
	margin: 0 5px 0 0;
}

.left_content {
	margin: 3px 0 0 0;
}

#logo {
	border: none;
	width: 153px;
	height: 153px;
	margin-bottom: 5px;
}

#right {
	float: left;
	width: 640px;
}

#languages {
	float: left;
	padding: 0;
}

#languages img {
	display: block;
	margin: 0 0 2px 0;
}

#navi {
	float: left;
	width: 466px;
	height: 153px;
	border: none;
	margin: 0;
	background: url(images/navi_backgr.gif) no-repeat;
}

.navi_level {
	float: left;
	overflow: hidden;
	padding: 15px 15px;
	width: 120px;
	height: 120px;
	margin: 0 2px 0 0;
}

.border_right {
	border-right: 1px dotted #bbbbbb;
}

*html .navi_level {
	height: 107px;
}

#content_template {
	width: 445px;
	margin: 15px 0 0 15px;
}

#copyright {
	font-size: 10px;
	margin: 5px 0 0 0;
}

#copyright a {
	font-size: 10px;
}

table.data-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
}

table.data-table th, table.data-table td
{
	padding: 5px 5px;
	vertical-align:top;
}

.starrequired {
	color: #ff0000;
}
