table.contenttable tr td { vertical-align:middle; }


div#ecClick {
	position:absolute;
	bottom:0px;
}

#clickmenu a {
	color: #BBEFFC;
	text-decoration:none;
}

#clickmenu a:hover {
	color: #FFF;
}

#clickmenu {
	font-size:11px;
	padding:10px 30px;
	color: #FFF;
}

div#langPos { font-size:11px; color: #005e6c;  position:absolute; right:5px; bottom:10px;}

div#langPos a { text-decoration:none; color: #005e6c; font-weight:bold; }
div#langPos a:hover { color: #000; }

div#ecLogo { position:relative; }
td#left {
	width:230px;
	background: #9BBEC1;
	text-align:center;
	padding:10px 0;

}


td#content{
	width:573px;
	background: #FFF;
	height:350px;
}

div#ecFlashDeco {
	background-image: url(../images/layout/decoFlash.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:8px;
	font-size:0;
	clear:both;
}

div#ecFlash {
	height:241px;
	background:#367678;
}

div#ecFlashLogo{
	position:absolute;
	left:12px;
	top:0;
}

div#ecPaddingFlash {
	position:relative;
	height:241px;
	background-image: url(../images/layout/shadowFlash.png);
	background-repeat: no-repeat;
	background-position: top;
	padding:0 12px;
}

div#ecContent{
	background:#FFF;

	text-align:left;
}

div#ecBottom {
	background-image: url(../images/layout/decoBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;

}

div#ecBottom p {
	font-size:11px;
	color: #FFF;
	padding:2px 5px;
}


div#ecBottom a {
	color: #FFF;
	text-decoration:none;
}
div#ecBottom a:hover {
	text-decoration:underline;
	}

div#ecPaddingTop {
	background-image: url(../images/layout/shadowTop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:98px;
	padding:0 12px;
}

div#ecPaddingContent {
	background-image: url(../images/layout/shadow.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 12px;
}

div#ecPaddingBottom {
	background-image: url(../images/layout/shadowBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
	clear:both;
	padding:0 12px;
}

div#ecMain {
	width: 827px;
	margin: 0 auto;
	}

table {
	border: 0;
	border-collapse: collapse;
	}

td {
	vertical-align: top;
	}

body { 
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: #FFFBE2 url(../images/layout/bgMain.jpg) no-repeat center top;
	}
	
* {
	margin: 0;
	padding: 0;
	}