@charset "utf-8";

body  {
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585858;/*#808080;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.modulehidden {
display:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
}

.thrColEls #container {
	min-width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	min-width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 170px;
	position: relative;
}

.thrColEls #sidebar1 {
	float: left;
	width: 230px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
}

#footer .FooterNavigation li {
	list-style-type: none;
	font-size: 14px;
	float: left;
	padding-left: 0px;
	padding-right: 15px;
}

#sidebar1 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #4D4D4D;
	font-weight: normal;
}

.thrColEls #sidebar2 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 0px;
	line-height: 15px;
}

.thrColEls #mainContent {
	margin-top: 30px;
	margin-right: 6em;
	margin-bottom: 0;
	margin-left: 285px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo {
	position: relative;
	top: 30px;
	left: 50px;
	float: left;
}

.hp_txt {
	position: relative;
	top: 60px;
	left: 0px;
}

.breadcrumbs {
	font-size: 12px;
}

.headerphoto img {
	float: left;
}

#sidebar1 ul li {
	list-style-type: none;
	padding-bottom: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
	margin-left: 0px;
	text-shadow: 0px 1px #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	position: relative;
}

#sidebar1 ul {
	padding-left: 0px;
	position: relative;
}

.NewsBlock .date {
	color: #CCCCCC;
	font-size: 10px;
	margin-bottom: 0px;
}
.NewsBlock .NewsBlock_Header{
	font-size: 13px;
	color: #4D4D4D;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}


#sidebar1 .NewsBlock {
	padding-top: 20px;
}

.menu {
	position: absolute;
	top: 40px;
	left: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

.menu li {
	list-style-type: none;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	padding-top: 7px;
	text-shadow: 0px 1px #fff
}


.sidebar1 {
	float: left;
	width: 245px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
	height: 180px;
}

#footer .FooterNavigation {
	padding-bottom: 30px;
}

#header .HeaderContacts {
	position: absolute;
	left: 280px;
	height: 30px;
	text-shadow: 0px 1px #fff
}

#header .HeaderContacts img {
	position: relative;
	padding-right: 20px;
	top: 10px;
	left: 10px;
}

#header .HeaderContacts span {
	font-size: 18px;
}

#header .HeaderContacts span a {
	position: relative;
	left: -8px;
}

#mainContent .MainPageBlock {
	position: relative;
	margin-bottom: 20px;
	height:400px;
	clear: right;
}

#sidebar1 ul ul {
	position: absolute;
	left: 220px;
	width: 300px;
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	z-index: 100;
	top: -2px;
}

#sidebar1 ul ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color:#E6E6E6;
	margin:0px;
	padding:0px;
}

#sidebar1 ul ul li:hover {
	background-color:#D9D9D9
}

#sidebar1 ul ul li .sublevel {
	text-decoration: none;
	font-style: normal;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 8px;
	left: 30px;
	width: 200px;
	position:relative;
	display:block;
}

#sidebar1 ul ul li .sublevel:hover {
	color:#999
}
.moduletablexeno ul li div{
        color: #585858;/*#808080;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.moduletablexeno ul li a{
	color: #585858;/*#808080;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
