@import url(content.css);

input {
	border: 1px solid white;
	background-color: white;
	width:150px;
}


body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
	position:relative;
	background: url(../img/bg2.gif) repeat-y;
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 1000px;
	height: 85px;
	background: #ffffff;
}

#logo {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 266px;
	height: 71px;
	z-index:1;
}

#topmenu {
	position: absolute;
	left: 22px;
	bottom: 10px;
}

#header2 {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 85px;
	width: 1000px;
	height: 154px;
	background: #ffa41c;
}

#content-wrapper {
	position: absolute;
	top: 295px;
	left: 280px;
	width: 527px;
}

#rootline a {
	text-decoration: none;
}

#content {
	position: relative;
	top: 20px;
}

#copyright {
	margin-top:40px;
	padding: 20px 0 0 0;
	clear: both;
	font: normal 11px Arial,Helvetica,Verdana,sana-serif;
}

#copyright a {
	color: #999999;
	text-decoration:none;
}

#left {
  position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	float: left;
	display: block;
	position: relative;
	top: 4px;
	color: #000000;
	padding: 0 10px 0 0;
	font: normal 14px Verdana,Arial,Helvetica,sans-serif;
}

#topmenu li a {
	text-decoration: none;
	color: #000000;
}

#topmenu li a:hover {
	color: red;
}

#topmenu li.ACT {
	font-size: 18px;
	position: relative;
	top: 0px;
}

#leftmenu {
	margin: 290px 0 0 20px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 0 5px 30px;
}

#leftmenu  li a {
	text-decoration: none;
}

#leftmenu li a:hover {
	color: red;
}

#leftmenu li a {
	color: #000000;
}

#leftmenu li.ACT,
#leftmenu li.CUR {
	background: url(../img/leftmenu-bg.gif) no-repeat;
	font-weight: bold;
	color: #000000;
}

#left-languagemenu {
	margin-bottom:10px;
}

#search {
	position: relative;
	left: 25px;
	top: 25px;
}

#header-image img {
	border-right: 1px solid white;
}

#header-text {
	position: absolute;
	bottom: 20px;
	right: 35px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
}



.formfield	{
	font: normal 11px Arial,Helvetica,Verdana,sana-serif;
	color: #999999;
	margin-top:5px;
	margin-left:25px;
}
