html, body {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #EEEEEE;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #0A3A80;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0A3A80;
}
h2 {
	margin: 10px 0px 10px 0px;
}
.eco {
	width: 960px;
	height: 100%;
	overflow: hidden;
}
.eco #Logo {
	width: 205px;
	height: 138px;
	background-color: #FFF;
}
.eco #Header {
	width: 755px;
	height: 138px;
}
.eco #BreakUpLeft {
	height: 26px;
	background-image: url(../images/balken.gif);
	background-repeat: repeat-x;
}
.eco #BreakUpRight {
	height: 26px;
	background-image: url(../images/balken.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: right;
}
.eco #Content {
	width: 755px;
	overflow: hidden;
	padding: 20px;
	background-color: #FFF;
	vertical-align: top;
}
.eco #Content #Main{
	overflow: hidden;
}
.eco #Content #Title {
	padding: 0px 0px 20px 0px;
}
.eco #Content img  {
	border: none;
}
.eco #Footer {
	height: 16px;
	background-color: #CCC;
	font-size: 11px;
	text-align: right;
	padding: 2px 15px 2px 15px;
	color: #666666;
}
.eco .menu {
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	background-color: #869fc4;
	width: 205px;
	overflow: hidden;
	vertical-align: top;
}
.eco .menu table {
	width: 100%;
	border-style: none;
}
.eco .menu table td a {
	text-decoration: none;
}
.eco .menu table td .topItem {
	font-weight: bold;
}
.eco .menu table td .topItem, .eco .menu table td .subItem {
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	display: block;
	height: 20px;
	width: 100%;
}
.eco .menu table td .topItem:hover, .eco .menu table td .subItem:hover {
	background-color: #c8d2e1;
}
.eco .menu table td .selected {
	background-color: #c8d2e1;
}
.language TD {
	padding: 0px 0px 0px 5px;
}
.language .activeLanguage IMG {
	border: 1px solid #FFF;
}
.language .inActiveLanguage IMG {
	border: 1px solid #b3dc1f;
}
.form {
	width: 715px;
}
.form .description {
	text-align: right;
	vertical-align: top;
	width: 150px;
	padding: 0px 10px 3px 0px;
}
.form .field {
	width: 565px;
	padding: 0px 0px 3px 0px;
}
.form .content {
	padding: 5px 0px 5px 0px;
}
.form .errorTD {
	background-color: #FCC!important;
}
.form .even {
	background-color: #FFF;
}
.form .odd {
	background-color: #EEE;
}
