/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#414141; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
body{ background:#fff; color:#414141; font:62.5%/1 Arial, Helvetica, sans-serif; }
.body_top{ background:url(images/bgr_main.png) repeat-x top;}
.body_sub_top{ background:url(images/bgr_sub_main.png) repeat-x top;}
.wrapper_sub_top{ background:url(images/bgr_sub_wrapper_top.png) no-repeat center top; }
.wrapper_top{ background:url(images/bgr_wrapper_top.png) no-repeat center top; }
.wrapper{ margin:0 auto; width: 1000px; overflow: hidden; }
/* header */
#header{
	width:100%;
	height:145px;
}
#logo{
	float:left;
	padding:29px 0 0 57px;
}
#logo a{
	width:290px;
	height:78px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	background:url(images/logo.png) no-repeat;
	cursor:pointer;
}
#header_right{
	float:right;
	width:301px;
	padding:44px 0 0 0;
}
#header .lang{
	float:left;
	border-right:2px solid #99d5ff;
	padding:7px 8px 7px 0;
	margin:5px 0 0 0;
}
#header .lang li{
	float:left;
	padding:0 4px 0 0;
}
#header .contact{
	float:left;
	padding:1px 0 0 14px;
}
#header .contact li{
	color:#fff;
	font-size:1.1em;
	line-height:1.5em;
}
#header .contact li a{
	color:#99d5ff;
	text-decoration:underline;
}
#header .contact li a:hover{ text-decoration:none; }
/*board*/
#board{
	width:100%;
	height:256px;
	overflow:hidden;
	background:url(images/bgr_board.png) no-repeat;
}
#board_content{
	float:left;
	padding:25px 0 0 61px;
	width:505px;
}
#board_content h1{
	color:#3e95d4;
	font-size:3.7em;
	font-weight:normal;
	line-height:1.1em;
}
#board_content h2{
	color:#565656;
	font-size:1.9em;
	font-weight:normal;
	line-height:1.3em;
	border-bottom:1px solid #d5dbe1;
	padding:0 0 14px 6px;
	margin:0 0 4px 0;
}
#board_content p{
	color:#777b7f;
	font-size:1.1em;
	line-height:1.8em;
	padding:10px 0 5px 6px;
}
#board_content .more{
	overflow:hidden;
}
#board_content .more a{
	text-transform:uppercase;
	color:#565656;
	float:left;
	background:url(images/btn_more.gif) no-repeat;
}
#board_content .more a span{
	cursor:pointer;
	display:block;
	height:21px;
	float: left;
	text-align:center;
	padding:3px 20px 0 20px;
	background:url(images/btn_more_right.gif) no-repeat right;
}
#board_image_links {
	float:right;
	width:434px;
	padding: 0;
	margin: 0;
}
#board_image_links .image {
	margin: 0 0 0 60px;
	padding: 0;
	text-align: center;
	width: 246px;
	height: 246px;
	float: left;
}
#board_image_links ul {
	margin: 45px 32px 0 0;
	padding: 0;
	text-align: center;
	width: 44px;
	float: right;
}
#board_image_links ul li {
	font-size: 1.1em;
	color: #FFF;
}
#board_image_links ul li a {
	color: #FFF;
	display: block;
	background: url(images/bgr_board_links.png) no-repeat;
	width: 48px;
	height: 17px;
	margin: 0 0 11px;
	padding: 7px 0 0;
}
#board_image_links ul li a:hover {
	text-decoration: none;
}
/* sub board */
#sub_board{
	width:935px;
	height:93px;
	overflow:hidden;
	background:url(images/bgr_sub_board.png) no-repeat;
	padding: 30px 0 0 65px;
}
#sub_board h1{
	color:#3e95d4;
	font-size:3.7em;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing: -1px;
}
#sub_board h2{
	color:#565656;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.3em;
	padding:-3px 0 0 6px;
	margin:0 0 4px 0;
	letter-spacing: -1px;
}
/* menu */
#menu {
	width:100%;
	height:49px;
	background:url(images/bgr_menu.png) no-repeat;
}
#menu ul {
	padding: 14px 0 0 25px;
}
#menu ul li {
	float: left;
	display: block;
	background: url(images/bgr_menu_div.png) no-repeat right;
	padding: 0 5px 0 3px;
}
#menu ul li.first { padding:0 8px 0 0; }
#menu ul li.last { background: none; padding:0 0 0 4px; }
#menu ul li a {
	color:#ffffff;
	float:left;
	font-size: 1.2em;
}
#menu ul li a.selected, #menu ul li a:hover {
	text-decoration: none;
	background: url(images/bgr_menu_item.gif) no-repeat;
}
#menu ul li a span {
	cursor:pointer;
	display:block;
	height:18px;
	float: left;
	text-align:center;
	padding:6px 8px 0;
}
#menu ul li a.selected span, #menu ul li a:hover span { background:url(images/bgr_menu_item_right.gif) no-repeat right; }
/* body */
#body {
	width: 1000px;
	margin: 16px 0 0;
	overflow: hidden;
}
#body .three_buttons {
	width: 1000px;
	overflow: hidden;
}
#body .three_buttons .button {
	width: 324px;
	height: 96px;
	background: url(images/bgr_three_button2.png) no-repeat;
	float: left;
	margin: 0 14px 14px 0;
	overflow: hidden;
}
#body .three_buttons .button3 {
	width: 324px;
	height: 119px;
	background: url(images/bgr_three_button3.png) no-repeat;
	float: left;
	margin: 0 14px 14px 0;
	overflow: hidden;
}
#body .three_buttons .last{ margin: 0 0 0 0; }
#body .three_buttons .button h2, .three_buttons .button3 h2 {
	width: 263px;
	color: #4e4a38;
	font: 2.2em Tahoma, Geneva, sans-serif;
	font-weight: normal;
	background: url(images/ico_title.png) no-repeat;
	padding: 0 0 5px;
	margin: 15px 0 0 15px;
}
#body .three_buttons .button h2 span, .three_buttons .button3 h2 span {
	border-bottom: 1px solid #cdd0d3;
	margin: -2px 0 0 45px;
	padding: 0 0 1px 0;
	width: 232px;
	display: block;
}
#body .three_buttons .button h2 a, .three_buttons .button3 h2 a { color: #4e4a38; }
#body .three_buttons .button h2 a:hover, .three_buttons .button3 h2 a:hover { text-decoration: none; color: #ec771f;}
#body .three_buttons .button .text {
	width: 275px;
	margin: 5px 0 10px 20px;
}
#body .three_buttons .button .text p {
	width: 275px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #414141;
	line-height: 1.6em;
}
#body .three_buttons .button div.more_blue, .three_buttons .button3 div.more_blue {
	margin: 5px 0 0 100px;
	padding: 0;
	font-size: 1.1em;
	color: #3ca0d8;
	line-height: 1.9em;
	overflow:hidden;
}
#body .three_buttons .button div.more_blue a, .three_buttons .button3 div.more_blue a{
	text-transform:uppercase;
	color:#3ca0d8;
	float:left;
	background:url(images/btn_more_blue.gif) no-repeat;
	text-decoration: none;
}
#body .three_buttons .button div.more_blue a span, .three_buttons .button3 div.more_blue a span{
	cursor:pointer;
	display:block;
	height:21px;
	float: left;
	text-align:center;
	padding:3px 20px 0 20px;
	background:url(images/btn_more_blue_right.gif) no-repeat right;
}
#body .three_buttons .button div.more_blue a:hover span, .three_buttons .button3 div.more_blue a:hover span{
	text-decoration: underline;
}

#body .content {
	margin: 0 25px 0 60px;
	overflow: hidden;
	width: 915px;
}
#body .content h1 {
	width: 263px;
	color: #4e4a38;
	font: 2.2em Tahoma, Geneva, sans-serif;
	font-weight: normal;
	background: url(images/ico_title.png) no-repeat;
	height: 30px;
	margin: 5px 0 10px;
}
#body .content h1 span {
	border-bottom: 1px solid #d5d5d5;
	margin: -2px 0 0 45px;
	padding: 0 0 1px 0;
	width: 859px;
	display: block;
}
#body .content h1 a { color: #4e4a38; }
#body .content h1 a:hover { text-decoration: none; }

#body .content a.blue { color: #398cd0; }
#body .content a.blue:hover { text-decoration: underline; }

#body .content a.pdf-link { color: #f8300e; }
#body .content a.pdf-link:hover { color: #5f8cd0; text-decoration: none; }

#body .content .info {
	overflow: hidden;
	margin: 0 0 50px;
	width: 915px;
}
#body .content .left {
	float: left;
	width: 340px;
	overflow: hidden;
}
#body .content .left ul {
	margin: 0 0 0 60px;
}
#body .content .left ul li {
	background-image: url(images/ico_info_div.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #398cd0;
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 0 0 0 15px;
}
#body .content .left ul li a {
	color: #398cd0;
}
#body .content .left ul li a.hilite {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}
#body .content .left ul li.refproj a {
	color: #f47b20;
}
#body .content .right {
	float: right;
	width: 560px;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #4e4a38;
}
#body .content .right h3{
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 8px;
}
#body .content .right .pdf-link{
  vertical-align;
}
#body .content .right .sub_headline{
  font-size: 1.4em;
  color: #3e95d4;
}
#body .content .right ul li {
  background:url(images/bullet-01.png) no-repeat 4px 4px;
  padding-left: 20px;
  line-height: 1.6em;
}
#body .content .right p {
  font-size: 1.0em;  
}
#body .content .space {
	height: 80px;
	clear: both;
}
#body .content h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #4e4a38;
	background: url(images/ico_info_div.png) no-repeat left;
	padding: 0 0 0 15px;
	margin: 15px 0 0 65px;
}
#body .content h2.blue {
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #3e95d4;
	background:none;
	padding: 0;
	margin: 0 0 0 45px;
}
#body .content p.big {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4e4a38;
	margin: 0 0 17px 80px;
	width: 693px;
}
#body .content p.big a {
	text-decoration: underline;
	color: #398cd0;
}
#body .content p.big a:hover {
	text-decoration: none;
}
#body .content p.short {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4e4a38;
	margin: 0 0 17px 45px;
}
#body .content p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4e4a38;
	margin: 0 0 17px 45px;
}
#body .content p.short a {
	text-decoration: underline;
	color: #398cd0;
}
#body .content p.short a:hover {
	text-decoration: none;
}
#body .content .archiv {
	overflow:hidden;
	margin: 25px 0 5px 80px;
}
#body .content .archiv a{
	text-transform:uppercase;
	color:#3ca0d8;
	float:left;
	background:url(images/btn_more_blue.gif) no-repeat;
	font-size: 1.1em;
	line-height: 1.8em;
}
#body .content .archiv a span{
	cursor:pointer;
	display:block;
	height:21px;
	float: left;
	text-align:center;
	padding:3px 40px 0;
	background:url(images/btn_more_blue_right2.gif) no-repeat right;
}
/* footer */
#footer{
	margin: 15px 0 0;
	width:100%;
	height:133px;
	background:url(images/bgr_footer.png) repeat-x bottom;
}
#footer .blue_line{
	width:1000px;
	margin: 0 auto;
	height:40px;
	background:url(images/bgr_footer_blue_line.png) repeat-x;
}
#footer ul {
	margin: 24px auto 0;
	width: 1000px;
	color: #67a0d2;
	text-align: center;
}
#footer ul li {
	color: #67a0d2;
	border-right: 1px solid #67a0d2;
	display: inline;
	line-height: 1.1em;
	font-size: 1.2em;
	padding: 0 7px;
}
#footer ul li.last { border: 0; }
#footer ul li a { color: #67a0d2; }
#footer p {
	margin: 20px auto 0;
	width: 1000px;
	text-align: center;
	color: #969696;
	font-size:1.1em;
}
#footer p a{
	color: #969696;
}
