body 
{
    margin-top: 0px;
	background-image: url(/gfx/bg.jpg);
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main-error {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-error span, #main-error div {
	/* background-color: #ffff9c; */
	border: solid 1px red;
	color: black;
	padding: 5px 5px 5px 5px;
}

#main-container {
	background-color: #ffffff;
	width: 950px;
	margin: 0 auto;
}

#main-header-container {
	width: 100%;
	height: 100%;
}

#main-body-container {
	width: 950px;
	height: 100%;
	padding: 0 0 0 0;
}	

#main-menu-container {
	vertical-align: top;
}		

#main-content-container {
	vertical-align: top;
	width: 100%;
}	

#main-footer-container {
	clear: both;
	width: 950px;
	margin: 0 auto;
}

#main-menu-container #left-menu {
	margin: 0 0 0 0;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.ext-opera #general-pict 
{
    position: relative; 
    padding-left:500px;
}

#main-header-container #site-menu {
	float: right;
	padding: 4px 10px 4px 10px;
}

#main-header-container #site-menu span{
	padding: 4px 10px 4px 10px;
}

#main-header-container #site-menu span a, a:hover{
	text-decoration: none;
	color: #606060;
}

#main-header-container #top-menu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px white;
	height: 15px;
}

#main-header-container #top-menu div {
	margin-left: 20px;
	margin-right: 20px;
	color: White;
	font-size: 12px;
	float: left;
}

#main-header-container #top-menu div:last-child {
	
	text-align: left;
	float: right;
}

#main-header-container #top-menu div.selected {
	border-bottom: dotted 1px white;
	font-weight: bold;
}


#main-header-container #top-menu div a {
	text-decoration: none;
	color: white;
}

#main-header-container #top-menu  a:hover  {
	border-bottom: dotted 1px white;
}

#content {
	font-size: 12px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	color: #606060;
}

#lu 
{
    width: 45%;
	
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: dotted 1px red;
	float: left;
	text-align: right;
	
}

#ru 
{
    width: 45%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
	
	float: none;
}

 #ld 
 {
     border: dotted 1px red;
     float: left;
	
}
 #rd 
 {
     border: dotted 1px red;
	float: none;
}

#content .title, #content h1 {
 	font-size: 18px;
	border-bottom: dotted 1px;
	margin-right: inherit;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
}

#content .subtitle, #content h2 {
 	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	border-bottom: dotted 1px;

}

#content .header, #content h3 {
 	font-size: 12px;
	margin-top: 10px;
	font-weight: normal;

}

#content #small-nav {
	font-size: 11px;
}

#content #small-nav a {
	text-decoration: none;
	border-bottom: dotted 1px #606060;
	color: #606060;
}

#content #small-nav span {
	padding-left: 12px;
	margin-left: 2px;
}

#footer {
	margin-top: 10px;
	text-align: right;
	color: #333333;
	font-size: 11px;
}

#footer a {
	color: #333333;
}

.x-hidden{
	position:absolute;left:-10000px;top:-10000px;visibility:hidden;
}

.x-repaint {
    zoom: 1;
    background-color: transparent;
    -moz-outline: none;
}
