@charset "utf-8";
/* CSS Document */



.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
}

ul, ol
{
	list-style-position: inside;
}
.clear
{
	clear: both;
}

* {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#093f1b;
	
}
img {
	border: 0 none;
}



body {
	background: url(../images/bg.jpg) repeat-x top left;
	text-align:center;
	font-size:10pt;
}
h1
{
	font-size: 18pt;
}

h2
{
	font-size:16pt;
}
h3
{
	font-size:12pt;
}
.page {
	width:980px;
	margin:0 auto;
	text-align:left;
}

.cP
{
	float: right;
	width:730px;
}

.headerTop
{
	background:url(../images/topBG.jpg) repeat-x;
	line-height:90px;
	height: 90px;
	padding-right:10px;
	
	position: relative;
}
.headerTop .langv
{
	float: right;
}
.headerTop .langv img
{
	float: right;
	margin-left: 10px;
}
.headerTop .langv .icon
{
	height: 25px;
}
.headerTop .partener
{
	padding: 10px 30px 0;
	font-size: 14pt;
}
.headerTop *
{

	vertical-align: middle;
	
}
.headerBoxes
{
	height: 350px;
	background:url(../images/headerCarosel.jpg) no-repeat 50% 50%;
}

.lcP
{
	margin-top: 10px;
}

/*
	lP
*/

.lP
{
	float: left;
	width:245px;
	
}
.lP .box
{
	background-image:url(../images/lpBoxContent.jpg);
	background-repeat:repeat-y;
	width: 245px;
	
}
.lP .box .content
{
	padding: 0 15px ;
}
.lP  .top
{
	background-image:url(../images/lPHead.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.lP .bottom
{
	background-image:url(../images/lPBoxBottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	
	
}
.lP  .det
{
	text-align:right;
}
.lP  .det p
{
	margin-top: 10px;
}
/*

	***********************************************
*/
.cBoxTop
{
	background:url(../images/boxT.jpg) repeat-x;
	height: 10px;
	position:relative;
}
.cBoxTop .l, .cBoxTop .r
{
	top:0;
	height:10px;
	width:10px;
	position: absolute;
		background-repeat: no-repeat;

}
.cBoxTop .l
{
	left:0;
	background-image:url(../images/boxTL.jpg);

}
.cBoxTop .r
{

	right:0;
	background-image:url(../images/boxTR.jpg);

}
.cBoxBottom
{
	background:url(../images/boxB.jpg) repeat-x;
	background-position: 0 100%;
	height: 15px;
	position:relative;
}
.cBoxBottom .l, .cBoxBottom .r
{
	bottom:0;
	height:15px;
	width:16px;
	position: absolute;
	background-repeat: no-repeat;
}
.cBoxBottom .l
{
	left:0;
	background-image:url(../images/boxBL.jpg);
	background-position: 0 100%;

}
.cBoxBottom .r
{

	right:0;
	background-image:url(../images/boxBR.jpg);
	background-position: 100% 100%;

}
.cBoxL
{
	background:url(../images/boxR.jpg) repeat-x;
	background-position: 0 100%;

}
.cBoxR
{
	background:url(../images/boxR.jpg) repeat-y;
	background-position: 100% 0;
	padding-right:10px;

}
.cBoxL
{
	background:url(../images/boxL.jpg) repeat-y;
	background-position: 0 0;
	padding-left:10px;

}
.page .pageInner
{
	padding: 0 10px;
}
.pageInner ul, .pageInner  ol
{
	padding-left: 20px;
}
/*
	---------------------------------------
*/

.wsdp
{
	text-align: center;
	padding: 20px 10px 0;
	background: url(../images/bottomBG.jpg) repeat-x;
	
}








