body {
	font-family: Arial;
	font-size: 10pt;

	margin: 0px;
	padding: 0px;

	color: #646464;

	/*letter-spacing: 1px;*/
	line-height: 22px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	/*background-position: 0px 250px;*/
	background-color: #ffffff;
}

h1 {
	text-transform: uppercase;
	font-weight: lighter;
	font-family: "Times New Roman", serif;
	font-size: 16pt;
	color: #323232;
	margin-top: 20px;
	margin-bottom: 5px;
}

h2 {
	text-transform: uppercase;
	font-weight: lighter;
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	color: #323232;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
}

img {
	border: 0px;
}

a {
	color: #323232;
	text-decoration: underline;
}

#top_bg {
	height: 250px;
	width: 1060px;
	margin: 0 auto;
	/*background: url(images/bg_top.png);*/
	/*box-shadow: 0px 2px 8px rgba(0,0,32, 0.5);*/
	background: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#top_logo {
	height: 250px;
	/*width: 1040px;*/
	/*margin: 0 auto;*/
	/*background: url(images/topbanner.png);*/
}

#mainwrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#navigation {
	width: 250px;
	min-height: 300px;
	/*background-color: #e3dbb6;*/
	background-image: url(images/bg_nav.png);
	border: 1px solid #cfc7a2;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	/*margin-top: -50px;*/
	position: absolute;
	top: -50px;
	padding-bottom: 50px;
}


#navigation h1 {
	text-align: center;
	display: block;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation a {
	font-size: 11pt;
	text-decoration: none;
	color: #323232;
	letter-spacing: 1px;
	font-style: italic;

}

#navigation a.navilink {
	display: block;
	height: 25px;
	text-align: right;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation a:hover {
	/*border-bottom: 1px dotted #323232;*/
	text-decoration: underline;
}

#fblink_wrapper {
	/*background: rgba(0,0,200,0.25);*/
	border-radius: 5px;
	padding: 5px;
}

#fblink_wrapper #fb_icon {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background-image: url(images/icon_fb2.png);
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

#fblink_wrapper a {
	font-size: 10pt;
	color: #0000c0;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
}

#langnavi {
	width: 250px;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
#langnavi a {
	font-style: normal;
	font-size: 10pt;
}

#content {
	position: absolute;
	left: 250px;
	padding-left: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

.documentimage {
	padding: 3px;
	/* border: 1px solid #c0c0c0; */
}


.widget input,select,textarea {
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
	padding: 3px;
	font-family: Arial;
}

span.widget_title {
	display: block;
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 0;
	line-height: 15px;
}

div.widget textarea {
	width: 250px;
	height: 75px;
}

a.treenode {
	display: block;
}

.node_name {
	font-weight: bold;
}

.cm_gallery_thumbnail  img {
	padding: 3px;
	border: 1px solid #c0c0c0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}