@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bodybg {
	background: #4d8cbd url(../images/bodybg_bg.gif) repeat-x left top;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #222222;
}
.floatright {
	float: right;
}
.clearleft {
	clear: left;
}
a {
	color: #29266e;
}
a:hover {
	color: #FF9900;
}
.lang_index {
	width: 180px;
	float: right;
	margin-top: 70px;
	margin-right: 0;
	text-align: right;
}
.lang_index a {
	line-height: 25px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	margin-bottom: 5px;
	padding-right: 5px;
}
.lang_change {
	width: 40px;
	height: 25px;
	float: right;
	margin-top: 0;
	margin-right: 30px;
	background: #FFFFFF;
	text-align: center;
}
.lang_change a {
	line-height: 25px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
#index_container {
	text-align: left;
	height: 300px;
	width: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: auto;
	background: #FFFFFF url(../images/container_bg.jpg) no-repeat left top;
	margin-top: -150px;
	margin-left: -230px;
	border: 5px solid #FFFFFF;
}
#container {
	text-align: left;
	height: 560px;
	width: 740px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: auto;
	background: #FFFFFF url(../images/container_bg.jpg) no-repeat center center;
	margin-top: -280px;
	margin-left: -370px;
	border: 5px solid #FFFFFF;
}
#logo {
	padding: 0;
	margin-top: 0;
	height: 150px;
	width: 200px;
	float: left;
	background: transparent url(../images/logo_bg.gif) no-repeat left top;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
}
#logo h1 span {
	display: none;
}
#intro {
	color: #FFFFFF;
	padding: 70px 30px 0px 230px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.6em;
}
#content_container {
	padding: 20px 30px 5px;
}
#content {
	padding: 0px;
}


/* tabs */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #4d8cbd;
	list-style: none;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #CCCCCC;
}
.TabbedPanelsTabHover {
	background-color: #29266e;
	color: #FFFFFF;
}
.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	color: #ff3300;
	border-top: 3px solid #ff6600;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	height: 300px;
}
.TabbedPanelsContentVisible {
	border-top: 3px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	overflow: auto;
}
html>body .TabbedPanelsContentVisible {
	background: transparent url(../images/white_50.png) repeat;
}
ul {
	padding: 0px;
	margin: 10px 10px 10px 30px;
}
ul li {
	line-height: 1.3em;
	list-style: url(../images/li.gif);
	padding-bottom: 0.7em;
}
#index_footer {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 70px;
	text-align: center;
	clear: both;
	line-height: 1.7em;
	font-weight: bold;
}
#footer {
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
	letter-spacing: 0.1em;
}
#footer strong, #index_footer strong {
	font-size: 1.1em;
	color: #29266e;
}

