
/*****************************************************************
 *  Layout styles
 *****************************************************************/
body {
	background: #e1e1e1 url("../images/bg.png") repeat-x left top;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: white;
}

#intro {
	height: 120px;
	background: url('../images/bg_footer.png') no-repeat bottom left; 
}

#logo {
	position: absolute;
	top: 55px;
	left: 104px;
}


#navigation {
	position: absolute;
	left: 80px;
	top: 122px;
	width: 880px;
	text-align: center;
	height: 60px;
	background: #F0F0F0;
	z-index: 10;
}

#content {
	width: 960px;
	min-height: 500px;
	line-height: 150%;
	padding: 130px 0 20px;
	position: relative;
}

#main {
	padding: 0 0 0 363px;
	width: 520px;
}

#attachment {
	margin-top: 20px;
	padding: 10px 0 0 30px;
}
#attachment dt {
	float: none;
	display: block;
}
#attachment dd {
	margin:8px 0 12px 22px;
}


#additional {
	position: absolute;
	left: 80px;
	top: 240px;
	width: 218px;
}

#article {
	position: absolute;
	left: 530px;
	top: 380px;
	width: 450px;
	padding-top: 30px;
	margin-left: 15px;
}

#article h1 {
	font-size:16px;
	font-family: verdana, Times New Roman, serif;
	letter-spacing: 1px;
	padding: 0 0 15px 28px; 
	margin-top: 0px; 
	background: transparent url(../images/pulse_small.png) no-repeat scroll left 11px;

}

#sidenavi {
	position: absolute;
	right: 10px;
	top: 3px;
	background: none;
}

#pathnavi {
	position: absolute;
	left: 248px;
	top: 100px;
}

#langnavi {
	position: absolute;
	left: 0px;
	top: 60px;
}

#membermenue {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 218px;
	background-color: #F0F0F0;
}

#footer {
	font-size: 11px;
	display: block;
	min-height: 70px;
	width: 298px;
	background: url('../images/bg_footer.png') no-repeat left top #F0F0F0;
}

#copyright {
	color: #999;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 363px;
}

#address, #address a {
	color: #666;
	padding: 20px 0 10px 90px;
}


#content_right {
	position: absolute;
	left: 590px;
	top: 45px;
	width: 371px;
	padding-top: 30px;
	margin-left: 15px;
}

#copyright a {
	color: #999;
}

#sitemap {
	height: auto;
	padding: 20px 27px 30px 27px;
	background: #999;
}



/*****************************************************************
 *  ID Styles
 *****************************************************************/

#langnavi span, #navigation span, #pathnavi span, #sidenavi span {
	display: none;
}

#navigation > ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	list-style: none;
}

#navigation > ul > li {
	float: left;
	width: 218px;
	text-align: left;
	border-right: 2px solid white;
	height: 60px;
}


#navigation > ul > li > a {
	color: #009ee3;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	height: 52px;
	padding: 8px 30px 0 10px;
}

#navigation > ul > li > a:hover,
#navigation > ul > li.active > a {
	background: #009ee3;
	color: white;
}


#navigation > ul > li > ul {
	position: absolute;
	top: 130px;
	left: 0px;
	line-height: 120%;
	width: 218px;
	z-index: 10;
	margin: 0;
	padding: 0;
}

#navigation ul.level2 li {
	text-align: left;
	width: 218px;
	margin-bottom: 10px;
}


#navigation ul.level2 li.active a {
	text-decoration: underline;
}

#navigation ul.level3 li a {
	text-decoration: none !important;
}

#navigation ul.level3 li.active a {
	text-decoration: underline !important;
}

#navigation ul.level2 li.navi_title h1 {
	color: #000;
}


#sitemap ul.level1 {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 960px;
}


#sitemap ul.level1 li {
	list-style: none;
	float: left;
	width: 220px;
	margin-right: 20px;
	line-height: 150%;
}

#sitemap ul.level1 a {
	font-weight: bold;
	color: #F0F0F0;
}

#sitemap ul.level2 {
	padding: 0;
}

#sitemap ul.level2 li {
	list-style: none;
	clear: both;
}

#sitemap ul.level2 a {
	font-weight: normal;
}

#sitemap a {
	color: #F0F0F0;
}


#sidenavi ul {
	padding: 5px 0;
	margin: 0;
	float: left;
}

#sidenavi ul.level2 {
	display: none;
	padding: 5px 0;
	margin: 0;
}

#sidenavi li {
	padding: 5px 10px;
	list-style: none;
	display: inline;
}

#sidenavi a {
	color: #009ee3;
}

#sidenavi a:hover {
	text-decoration: underline;
}

#pathnavi ul {
	padding: 5px 0;
	margin: 0;
}

#pathnavi li {
	padding: 5px 10px 5px 0;
	list-style: none;
	display: inline;
}

#pathnavi a {
	color: #666;
}

#pathnavi a:hover {
	color: #009ee3;
}

#langnavi ul {
	padding: 5px 0;
	margin: 0;
}

#langnavi li {
	padding: 5px 10px;
	list-style: none;
	display: inline;
}

#langnavi a {
	color: white;
}

#langnavi a:hover {
	color: #009ee3;
}

#membermenue h1 {
	padding: 3px 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #009ee3;
	border-bottom: 1px solid white;
}

#membermenue ul {
	padding: 0;
	margin: 0;
}

#membermenue li {
	list-style: none;
}

#membermenue a {
	display: block;
	padding: 3px 10px;
	color: white;
	background-color: #666;
	border-bottom: 1px solid white;
	text-decoration: none;
}

#membermenue ul.level2 a {
	background-color: #666;
}

.box {
	margin-bottom: 2px;
	background: #F0F0F0;
}

.box img {
	margin-bottom: 10px; 
	text-align: right;
}

.box h1 {
	padding: 10px 10px 0;
	margin: 0;
	font-size: 14px;
}

.box_content{
	margin: 0;
	padding: 10px;
	line-height: 150%;
}

#footer p {
	margin: 0;
}

