body, html, table {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	color: white;
	padding: 0px;
	margin: 0px;
}

body, html {
	background: black;
}

body.popupwindow {
	background: url(../img/menu_bg.png) repeat scroll 0 0;
}


.c {clear: both}
img {border: 0}
table {border-collapse: collapse; padding: 0px;}
a {color: #C29024; text-decoration: none; border-bottom: 1px dotted #C29024; padding-bottom: 1px}

a.noborder {border-bottom: none}

h2 {font-size: 130%; padding-bottom: 13px;}
h3 {font-size: 110%; padding-bottom: 13px;}
h4 {clear: left; font-size: 100%; font-weight: bold; padding-bottom: 6px; padding-top: 13px; border-bottom: dashed 1px gray; width: 350px;}

#layout {
	overflow: hidden;
	min-width: 1005px;
	_width: expression(document.body.clientWidth < 1005 ? "1005px" : "auto");
	position: relative;
	background: url(../img/bg.jpg);
	zoom: 1;
}


#topPlace{
	background: url(../img/bg2.jpg);
	height: 249px;
	clear: both;
	margin:0 auto;
	position:relative;
	zoom: 1;
}

#topPlaceLogoLZ{
	background: url(../img/lzg.png) no-repeat scroll -8px -11px;
	height: 233px;
	width: 313px;
	float: left;
	_clear: right;
}
#topPlaceLogoGlobale2010{
	background: url(../img/g2010.png) no-repeat;
	height: 188px;
	left: 50%;
	width: 574px;
	margin-left: -150px;
	position: absolute;
	/*ie*/
	//float: right;
	//margin-right: 110px;
	//margin-left: 1px;
	//position: static;
	/*ie6*/
	_position: absolute;
	_margin-left: -150px;
	_clear: left;
	zoom: 1;
}

#topPlaceRibbon{
	background: url(../img/ribbon.gif) repeat-x;
	height: 22px;
	clear: both;
}


#menuPlace{
	width: 255px;
	min-height: 350px;
	float: left;
	_clear: right;
	padding-top: 10px;
	padding-left: 25px;
}

#menuTopBg{
	width: 231px;
	height: 172px;
	background: url(../img/menu_bg_top.png) no-repeat;
}

#menuBottomBg{
	width: 231px;
	height: 280px;
	background: url(../img/menu_bg_bottom.png) no-repeat;
	margin-left: 0px;
	margin-top: -209px;
}

#menuContent{
	width: 193px;
	min-height: 370px;
	background: url(../img/menu_bg.png);
	margin-left: 9px;
	margin-top: -140px;
	position: relative;
	zoom: 1;
	padding: 10px;
}

#contentPlace{
	min-height: 500px;
	margin-left: 280px;
	margin-right: 70px;
	/*ie6*/
	_position: relative;
	zoom: 1;
	_float: right;
	_clear: left;
	_margin-left: 0px;
}

#contentTopBg1{
	width: 261px;
	height: 7px;
	background: url(../img/content_bg_top1.png) no-repeat;
	float: left;
	margin-top: 35px;
}
#contentTopBg2{
	width: 192px;
	height: 7px;
	background: url(../img/content_bg_top2.png) no-repeat;
	float: right;
	margin-top: 35px;
	margin-right: -46px;
	_margin-right: -58px;
}

#contentLeftBg{
	width: 8px;
	height: 117px;
	background: url(../img/content_bg_left.png) no-repeat;
	float: left;
	clear: right;
	/*ie*/
	//margin-top: 40px;
	//margin-left: -263px;
}

#contentContent{
	width: 100%;
	min-height: 500px;
	background: url(../img/menu_bg.png);
	float: left;
	margin-left: 8px;
	margin-top: -117px;
	padding: 20px;
	/*ie*/
	//margin-left: 6px;
	//margin-top: -115px;
	_margin-left: 2px;
}

#contentBottomBg1{
	float: right;
	clear: both;
	width: 128px;
	height: 84px;
	background: url(../img/content_bg_bottom.png) no-repeat;
	margin-right: -58px;
	//margin-right: -56px;
	margin-top: -76px;
}

#contentBottomBg2{
	width: 13px;
	height: 385px;
	background: url(../img/content_bg_bottom2.png) no-repeat;
	margin-left: -4px;
	//margin-left: -6px;
	margin-top: -376px;
	float: left;
}

#footerPlace {
	height: 33px;
	background: url(../img/footer_bg.png) repeat-x;
	clear: both;
}
#footerPlaceBottom {
	height: 100px;
	background: #090605;
	padding: 10px;
}

#footerPlaceCopyright {text-align: right;}


#menuContent ul {
      margin-left: 12px;
      padding-left: 0;
      display: inline;
	  list-style: none;
}
#menuContent ul li {
	/*background: url(/img/menu_bg_unsel.gif);*/
	background-repeat: no-repeat;
	width: 142px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: left;
	padding-top: 5px;
}

#menuContent ul li.selected {
	background: url(../img/menu_bg_sel.gif);
	background-repeat: no-repeat;
	width: 154px;
	margin-right: -10px;
}

#menuContent ul li A {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#menuContent ul li.menu_1 a{
	background: url(../img/menu_bg_sel.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-left: 5px;
	border-bottom: none;
}
#menuContent ul li.menu_2 a{
	background: url(../img/menu_bg_sel.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	font-size: 90%;
	font-weight: normal;
	border-bottom: none;
}

.cuteTable td {
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dashed gray;
}
.cuteTable td.right {text-align: right; white-space: nowrap}
.cuteTable thead td {font-weight: bold; text-align: center;}

input {width: 400px;}
input.small {width: 80px;}
textarea {width: 400px;}

.capcha {vertical-align: middle;}

#articleBody ul li {margin-left: 30px;}
#articleBody p {padding-top: 10px}

ul.error_list {
    display: inline;
	list-style: none;
	color: red;
}
ul.error_list li {
	display: block;
}


.innerRightBlock {border: 1px dashed gray; margin: 10px; padding: 10px; float: right;}
