@charset "utf-8";
html
{
}

body
{
	width: 100%;	
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
/*h1, h2, h3, h4, h5, p
{
	margin: 0;
	padding: 0 0 1em;
}*/
a:focus /*Fix for Firefox' dotted outline*/
{
	outline: none;
}
a img
{
	border: none;
}
a
{
	color: #00c;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.modulecontainer
{
}

.centralizer
{
	background: url(images/bgr2.jpg) repeat-x top left;
}

.header
{
	background: url(images/mainBg.jpg) no-repeat top left;
	height: 280px;
	display: block;
}

/*Language Switches*/
.lang
{
	height: 20px;
	padding: 0 20px;
}

.lsul
{
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	overflow: hidden;
}

.lsli
{
	display: inline;
	color: #666;
	text-decoration: none;
}

.ls
{
	color: #666;
	text-decoration: none;
}

.lsa
{
	color: #000;
	text-decoration: none;
}


.logo
{
	border: 0 none;
	float: left;
}

.footer
{
	height: 414px;
	background: #666 url(images/ftBgr.jpg) no-repeat right top;
	color: #fff;
	border-top: 5px solid #f90;
	display: block;
	margin: 0 0 15px 0;
	position: relative;
}

.footerWrap
{
	background: url(images/logofoot.gif) no-repeat left top;
}

.footer a
{
	color: #fff;
}

.addressWrap
{
	padding: 15px 0 0 110px;
}

.desLink
{
	position: absolute;
	right: 0;
	bottom: 25px;
}

/*NEWS*/
.newsContainer
{
	float: left;
	display: inline;
	overflow: hidden;
}
.newsItemWrap
{
}

.newsControl
{
	padding: 0;
	width: 150px;
	margin: 0 auto;
}
.newsConPrev
{
	height: 17px;
	padding: 0 0 16px 0;
	margin: 0;
	width: 22px;
	overflow: hidden;
	float: left;
	display: inline;
}

.newsConNext
{
	height: 17px;
	padding: 0 0 16px 0;
	margin: 0;
	width: 22px;
	overflow: hidden;
	float: right;
	display: inline;
}
.newsConLink
{
	color: #777;
	display: block;
	padding: 0;
}

