/*	CSS by Max Mishyn		
	email: maxim.mn@gmail.com
	skype: max_mishyn
											
									*/ 
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #555;
}

a:hover {
	color:#900;
}


.wrapper {
	width:716px;
	margin:0 auto;
}

.header {
	border:#2e2e2e solid 1px;
}

#menu {
	margin: 11px 0 18px 0;
	background-color:#b51607;
	font-size:12px;
}

#content {
	width: 544px;
	float:left;
	padding-right:4px;
}

#content a {
	text-decoration:underline;
}

#content .bodytext {
	line-height:18px;
	margin-top:3px;
	margin-right:20px;
}

#content ul {
	margin-right:20px;
}

.tx-mxdocuments-pi1-download-row .title {
	float: left;

/*	width: 450px;*/
	display:block;
	float:left;
	text-align:left;
	padding-right:10px;
	padding-top:4px;

}
.tx-mxdocuments-pi1-download-row .download {
	float: right;
	position: relative;
}
.tx-mxdocuments-pi1-download-row {
	width: 100%;
	margin-top:5px;
	margin-bottom:20px;
	clear: both;
	display: block;
}

h1 {
	background-color: #f0f0f0;
	height: 20px;
	background-image:url(images/l-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	padding-left:30px;
	margin-bottom:10px;
	font-size:14px;
	color:#900;
}

h1 a, h1 a:visited, h1 a:active {
	color:#900;
}

h2 {
	font-size:12px;
	font-weight: bold;
	padding:0;
	margin:5px 0 0 0;
}

h3 {
	font-size:12px;
	font-weight: bold;
	font-style:italic;
	padding:0;
	margin:5px 0 0 0;
}

#rcol h3 {
	font-size:12px;
	font-weight: bold;
	font-style:normal;
	padding:0;
	margin:0px 0 3px; 0;
	padding-top:10px;
	color:#900;
	clear:both;
}

#rcol h3.csc-firstHeader {
	margin:0;
	padding-top:0px;	
}

#breadcrump {
	margin-bottom:10px;
}
.upper{
	text-transform:uppercase;
}

#rcol {
	padding-left: 7px;
	border-left: #999 1px dashed;
	float:left;
	width: 154px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top:25px;
	font-size:9px;
}

.lang-menu li, .rmenu li, .fpmenu li {
/*	color: #fff;
	background:#878787;*/
	font-size:12px;
	margin-right:2px;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
}

.fpmenu {
	padding-top:6px;
}
.rmenu li, .fpmenu li {
	float:none;
	background:#f0f0f0;
	margin-bottom:1px;
	font-size:10px;
	padding-left:15px;
	background-image:url(images/menu-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.fpmenu li {
	padding-left:5px;
	background-image:none;
	height: 24px;
}
.fpmenu li img {
	float:right;
	margin:0;
	padding:0;
	margin-right: 5px;
}

.rmenu li a, .fpmenu li a, .rmenu li a:visited, .fpmenu li a:visited{
/*	color: #fff;
	background:#878787;*/
	display: block;
	padding: 3px 2px 0 0 ;
}

.rmenu li a, .fpmenu li a {
	padding: 3px 0px;
}

.rmenu li.act  {
	background-color:#ccc;
}

.lang-menu a:hover {
/*	background:#ccc;*/
	color:#900;
}
.lang-menu li {
	text-align: center;
	font-weight: bold;
	margin-top:3px;
}

.lang-menu li a, .lang-menu li a:visited{
	color: #fff;
	background:#878787;
	padding: 4px 12px;
	display:block;
}

.lang-menu li a:hover{
	background:#ccc;
}

#content li {
	line-height:18px;
	padding-bottom: 6px;
}


#m_left {
	width: 314px;
	float:left;
	text-align:justify;
}
#m_right {
	display:inline;
	width: 230px;
	padding:0;
	float:left;
}
#m_right ul {
	margin:0;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul, .lang-menu, .rmenu, .fpmenu  {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(clear.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #fff;
	background: #b51607;
}

.menu ul {
	width: 14em;
}

.menu a, .menu a:visited {
	text-decoration: none;
	color: #fff;
	padding: 3px 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #fff;
	background:#878787;
}

.menu li  {	
	border-left: 1px solid #fff;
}

.menu .spc {
	font-style: italic;
	font-size: 10px;
}

.menu .spc a:hover, .menu li.spc:hover>a {
	background: #b51607;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #fff;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */


.news-latest-item {
	background:#f0f0f0;
	padding: 5px 3px;
	margin-bottom:3px;
	font-size:11px;
}
.news-latest-item  h4 {
	color: #333;
	font-size:11px;
	margin:0;
	padding:0;
}

.news-single-timedata {
	font-style: italic;
}

.news-single-files dt {
	font-weight: bold;
	padding-top:10px;
	padding-bottom:4px;
}

.news-single-files dd {
	margin:0;
	padding:0;
	clear:left;
	margin-left:20px;
}

hr.clearer {
	visibility:hidden;
}

.news-single-backlink{
	padding-top:10px;
}


.csc-mailform-field {
	width:100%;
	margin: 5px 0;
	clear: both;
}

.csc-mailform-field label {
	width: 250px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
	padding-top:4px;

}

.csc-mailform-radio label {
	width: auto;

}
.csc-mailform-field input {
	position:relative;
	width: 250px;
}

input.csc-mailform-submit {
	margin-left:260px;
}

fieldset.csc-mailform {
	border:none;
}

.csc-mailform-radio {
	clear:both;
}




#rcol .csc-textpic-image img {
	margin: 12px 0 3px 0;
	padding:0;
}

/* CSS Document */


