
body {
	margin: 0;
	padding: 0;
	font-size: 101%;
	background: #fff;
	font-family: Arial, sans-serif;
}

#printinfo {
	/* font-size: 11px; */
	color: #333;
}

#colleft, #flashright, #visleft, #footer {
	display: none;
}

#wrapper {
	position: relative;
	top: 0;
	left: 0;
}

/* ------------------- navi, search, lang -------------- */
#colleft {
	position: absolute;
	top: 244px;
	left: 13px;
	width: 137px;
	z-index: 1100;
}

#colleft ul {
	margin: 0;
	padding: 0;
}

#colleft ul li {
	display: inline;
}

/* search */
#searchlayer {
	width: 137px;
	margin-bottom: 1px;
}
#searchlayer form {
	margin: 0;
}

#searchlayer td {
	margin: 0;
	padding: 0;
	border: 1px solid #e3007e;
}

#searchlayer #search {
	border: 1px solid #fff;
	width: 105px;
	height: 12px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #e3007e;
}
#searchlayer td.red {
	background: #e3007e;
}


/* lang */
#language {
	color: #e3007e;
	background: #f8bfdf;
	font-size: 0.75em;
	font-weight: bold;
	width: 60px;
	margin-bottom: 20px;
}

#language a { 
	padding: 0 10px 0 10px;
	color: #e3007e;
	background: #f8bfdf;
	text-decoration: none;
	font-weight: bold;
}

#language a:hover, #language a.act { 
	color: #fff;
	background: #e3007e;
}

/* nav */
#navi a {
	display: block;
	width: auto;
	padding: 2px 10px 2px 10px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #e3007e;
	background: #f8bfdf;
	font-size: 0.7em;
	text-decoration: none;
}

#navi a:hover, #navi a.act {
	color: #fff;
	background: #e3007e;
}

#partners,
#sponsors {
	display: none;
}

/* ------------------- content + footer -------------- */

#content {
	z-index: 1000;
	color: #464646;
	font-size: 0.7em;
	line-height: 1.2em;
	min-height: 400px;
}

#containerPrint {
font-size: 0.7em;
}

/* mac hide \*/
* html #content{height:500px}
/* end hide */

#content h1 {
	margin-top: 0;
	color: #e3007e;
	font-size: 1.6em;
	line-height: 1.2em;
}

#content h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#visleft {
	position: absolute;
	bottom: -77px;
	left: 0;
}

#flashright {
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer {
	padding: 15px 332px 0 221px;
}
#footer a {
	margin: 0;
}

#footer img {
	border: none;
}



/* ------------------- others -------------- */


.hide {
	display: none;
}

.floatRight {
	float: right;
	margin-left: 30px;
}