/*http://www.bigbaer.com/css_tutorials/css_three_column_liquid_maxheight_02.htm*/

#adminMenu
{
	position: absolute;
	left: 245px;
	top: 216px;
	background-color: #ffffff;
}
#container
{
	width: 899px;
	background-color: #ffffff;
	margin-left: 48px;
	margin-right: 58px;
}
.imgLang
{
	position: absolute;
	top: 155px;
	left: 849px;
	border-width: 0px;
}
.CmbLang
{
	position: absolute;
	top: 155px;
	left: 869px;
	font-size: xx-small;
	border-width: 0px;
	background-color: #e0e0ff;
	overflow:auto; 
}

#SuperTop
{
	position: absolute;
	top: 55px;
	left: 705px;
	padding: 0px;
	text-align: left;
	font-size: x-small;
}

body
{

	/*background-image: url(images/bg1.png);*/
	background-repeat: repeat-x;
	background-color: #f3ecda;
	padding: 0px;
	font: 12px Verdana;
	height: 100%; /* this is the key! */
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
}
      
a, a:link,  a:visited
{
	color: #465078;
	background-color: transparent;
	text-decoration:none;
    font-weight:bold;
}
a:hover 
{
	color: #95aeca;
	background-color: transparent;
	text-decoration: underline;
}
#header 
{
	background-image: url(images/bghead.png);
	background-color: #ffffff; 
	margin-left: -12px;
	border-bottom: none;
	margin-top: 0px;
	padding-top: 185px;
	padding-bottom: 42px;
	padding-left: 65px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 13px;
	text-align: left;
}

#header a 
{
	text-decoration:none;
	padding-bottom: 0px;
	color:#ffffff;
	font-size: x-small;
}
#header a:hover 
{
	color:#29568f;
	text-decoration: underline;
	font-weight: bolder;
}
#left {
      position:absolute;
      left: -2px;
      top:239px;


      width:177px;
      border-right: #c7a97f 2px solid;

      padding-left:5px;
      margin-left:48px;
      
      background-color: #ffffff;
      z-index: +1;
}
#left img
{
	border: none;
	vertical-align: text-bottom;
	padding-right: 2px;
}
.content {
      position: relative;
      top: -14px;
      margin-left:185px;
      margin-right:177px;
      
      color:#333333;
      padding-left :10px;
      padding-right: 8px;
      padding-top: 0;
      text-align: justify;
      width:515px;
      background-color: #ffffff;
}
#copyright
{
	position: relative;
	text-align: justify;
	background-color: #dae1e9;
	font:10px Arial,Helvetica,sans-serif;
	border-top: solid 1px #29568f;
	background-color: #dae1e9;
	font:10px Arial,Helvetica,sans-serif;
	border-top: solid 1px #29568f;
	margin-left: 48px;
	padding-left: 190px;
	width:708px;
}
#right {
	position:absolute;
	right:0;
	left: 765px;
	top:235px;

	width: 164px;
	border-left: olivedrab 2px solid;
	padding-right: 4px;
	padding-left: 10px;
	
	text-align: left;
	
	background-color: #ffffff;
	z-index: +1;
}
#header p {
/*padding:0 10px;*/
}
#left p {
      /*padding:0 10px;*/
}
#right p {
/*      padding:0 10px;*/
}
p.top {
      margin-top:10px;
}
/******************************************************/
.fieldtitle
{
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
.close
{
	text-align: right;
	width: 100%;
}
