/* href */
a {
	border-bottom: 0;
	color: #f58220;
	text-decoration: underline;
}
a:hover {
	color: #f58220;
	text-decoration: none;
}


/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: 949px;
	height: 88px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: url(img/header_2.jpg) no-repeat;
	border-bottom: 0;
}
body h1#header a {
	display: block;
	width: 425px;
	height: 72px;
}
body h1#header a span {
	display: none;
}


/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation {
	float: none;
	width: 913px;
	height: 23px;
	margin: 0 auto;
	padding: 5px 0 0 61px;
	background: url(img/navi/navi_1.jpg) no-repeat;
	border-right: 0;
	list-style: none;
}
body ul#navigation li {
	float: left;
	margin-right: 49px;
}
body ul#navigation li a,
body ul#navigation li.selected a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
letter-spacing: 0.05em;
}
body ul#navigation li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* first element */
body ul#navigation li#navi_0-0 {
	display: none;
}


/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	width: 584px;
	margin: 0 auto;
	padding: 49px 329px 78px 61px;
	background: url(img/content_bg.jpg) repeat-y;
}
body div#contentframe h2 {
	color: #f58220;
	font-size: 16px;
	font-weight: normal;
}


/* -------------------------------------- footer -------------------------------------- */
body div#footer{
	width: 913px;
	height: 24px;
	margin: 0 auto;
	padding: 2px 0 0 61px;
	background: url(img/footer.jpg) no-repeat;
	text-align: left;
}
body div#footer a {
	margin-right: 10px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
body div#footer a:hover {
	text-decoration: underline;
}
