HTML {
	font-family: sans-serif;
	font-size: 75%;
	color: #4b4b4b;
	padding: 0px;
	margin: 0px;
}
BODY {
	background: #cecece url('/theme/bg.jpg') 0px 344px repeat-x;
	padding: 0px;
	margin: 0px;
/*	padding: 65px 0px; */
}
H1, H2, H3 {
	color: #590000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
H1 {
	font-size: 200%;
	text-transform: lowercase;
}
H1:first-letter {
	text-transform: uppercase;
}
H2 {
	font-size: 159%;
	margin-top: 30px;
}
H3 {
	font-size: 126%;
	margin-top: 20px;
}

P {
	line-height: 150%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	/*text-indent: 1em; */
}
IMG {
	border: none;
}
#header {
	background: #afafaf url('/theme/bg_header.jpg') 50% 0% no-repeat;
	height: 344px;
}
#header .in {
	background: url('/theme/bg_header2.jpg') 0% 100% no-repeat;
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}
#header #logo {
	left: 443px;
	margin: 0px;
	position: absolute;
	top: 31px;
}
#languages {
	position: absolute;
	right: 20px;
	top: 10px;
	text-transform: uppercase;
}
#languages a {
	color: #5c5c5c;
	font-size: 75%;
}
#main {
	background: #ffffff;
	width: 1000px;
	min-height: 100px;
	background: url('/theme/bg.gif') repeat-y;
	margin: 0px auto;
}

p#actuality {
	float: right;
	color: #590000;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	width: 122px;
}

UL#menu {
	float: left;
	background: url('/theme/bg_menu.jpg') repeat-x;
	color: #590000;
	margin: 0px;
	padding: 25px 20px;
	width: 172px;
}
UL#menu LI {
	list-style-type: none;
	text-transform: uppercase;
	width: 172px;
	/* border-top: 1px solid #b4b0a3; */
	background: url('/theme/bg_menu_border.jpg') no-repeat;
	font-weight: bold;
}
UL#menu LI#first {
	border-top: 0px solid #b4b0a3;
}

UL#menu LI A {
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 8px 0px;
}
UL#menu LI A:hover {
	color: #bb1313;
}
UL#menu LI UL#submenu {
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
UL#menu LI UL#submenu LI {
	border: none;
	color: #3b3b3b;
	padding: 2px 0px;
	font-weight: normal;
	text-transform: none;
}
UL#menu LI UL#submenu LI A{
	color: #3b3b3b;
	padding: 2px 12px;
	font-weight: normal;
	background: url('/theme/cancel.gif') 0px 50% no-repeat;
}
UL#menu LI UL#submenu LI.active A{
	color: #bb1313;
	background: url('/theme/cancel_active.gif') 0px 50% no-repeat;
}
UL#menu LI UL#submenu LI.active A:hover{
	color: #bb1313;
	background: url('/theme/cancel_active.gif') 0px 50% no-repeat;
}
UL#menu LI UL#submenu LI A:hover {
	color: #ff5a00;
	background: url('/theme/cancel_hover.gif') 0px 50% no-repeat;
}
UL#menu LI UL#submenu LI:hover {
	color: #ff5a00;
	background: url('/theme/cancel_hover.gif') 0px 50% no-repeat;
}
UL#menu LI UL#submenu LI SPAN{
	display: none;
}
UL#menu LI UL#submenu LI.active SPAN{
	display: inline;
}
UL#menu LI FORM {
	padding-top: 20px;
	font-size: 76%;
	color: #4b4b4b;
	text-transform: none;
	font-weight: normal;
}
UL#menu LI FORM INPUT {
	margin-top: 7px;
}
UL#menu LI #counter {
	margin-top: 20px;
	font-size: 84%;
	color: #4b4b4b;
	text-transform: none;
	font-weight: normal;
	line-height: 150%;
	text-indent: 0px;
}

#content {
	float: left;
	width: 581px;
	margin: 0px 20px 20px 20px;
}
#pictures {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 621px;
}
#advertisement {
	background-color: #f2f2f2;
	float: right;
	width: 166px;
	text-align: center;
	margin-top: 3px;
}
#advertisement UL {
	margin: 0px;
	padding: 5px 20px 20px 20px;
	text-align: left;
}
#advertisement UL LI {
	text-transform: none;
	font-size: 109%;
	line-height: 140%;
}
#advertisement IMG {
	margin-top: -3px;
	padding: 0px;
}
#advertisement IMG.advertisement {
	margin: 15px 0px;
}
#advertisement A {
	text-decoration: none;
	color: #4b4b4b;
}
#advertisement A:hover {
	color: #ff5a00;
	text-decoration: underline;
}
#footer {
	clear: both;
	background: #979897;
	font-size: 84%;
	text-align: center;
	width: 1000px;
	margin: 10px auto 0px auto;
	border-bottom: 35px solid #8c8c8c;
}
#footer A {
	color: #f5f5f5;
}
#footer .tags {
	line-height: 140%;
	padding: 10px 0px;
	text-align: center;
	color: #bebebe;
}
#footer .tags SPAN {
	margin-left: 12px;
	margin-right: 12px;
}
#footer P.address {
	text-align: center;
	color: #bebebe;
	padding-bottom: 5px;
	color: #f5f5f5;
}
hr.cleaner {
	clear: both;
	height: 0px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border:none;
	visibility: hidden;
}
HR.mtb {
	margin: 0px 0px 10px 0px;
	clear: both;
	top: 20px;
}

.break	{
	clear:both;
	font-size:1px;
	height:1px;
	margin-top:-1px;
}
