@charset 'utf-8';

/* ----- Main ----- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background:#a2a2a2;
	direction: ltr;
	font-family: verdana;
	font-size: 11px;
	color:#474B4E;
	height:100%;
	width:100%;
	margin-bottom:1px;
}

img {
	border:none;
}

a.pageup {
	text-decoration:none;
	color:#474B4E;
}

a.pageup:hover {
	color:#ffffff;
}

a.servicenavi {
	text-decoration:none;
	color:#ffffff;
}

a.servicenavi:hover {
	color:#A6C107;
}

a {
	text-decoration:underline;
	color:#474B4E;
}

a:hover {
	color:#A6C107;
}



#website {
	height:100%;
	width:100%;
}

#inner {
	width:950px;
	height:100%;
	background:#ffffff;
	text-align:left;
	margin:auto;
	border-collapse:collapse;
}


#header {
	width:950px;
	height:85px;
	text-align:left;
	background:#ffffff url("../upload/CDM_Layout/logo.gif") 40px 20px no-repeat;
	border-bottom: 1px solid #4A4A4A;
}


#grayspacer_l, #grayspacer_r {
	height:130px;
	width:100%;
	background:url("../upload/CDM_Layout/gray_back.gif");
	border-bottom:1px solid #ffffff;
}


#navi {
	background:url("../upload/CDM_Layout/lgray_back.gif");
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:180px;
	vertical-align:top;
}

#navi .bogen {
	background:url("../upload/CDM_Layout/arc_navi.gif") no-repeat;
	height:490px;
	width:30px;
	float:left;
}

#navi .menu {
	padding:40px 0px 0px 40px;
	font-weight:bold;
	line-height:28px;
}

#navi a {
	text-decoration:none;
	color:#474B4E;
}

#navi a:hover {
	text-decoration:none;
	color:#A6C107;
}

#navi .current {
	color:#A6C107;
}


#subnavi {
	background:url("../upload/CDM_Layout/gray_back.gif");
	height:22px;
	width:608px;
	border-top:1px solid #ffffff;
}

#subnavi .items td {
	padding:0px 25px;
}

#subnavi a {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

#subnavi a:hover {
	color:#A6C107;
}

#subnavi a.current {
	text-decoration:none;
	font-weight:bold;
	color:#A6C107;
}

#content {
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:608px;
	vertical-align:top;
}

#content .text h1 {
	color:#A6C107;
	font-size:11px;
	line-height:24px;
}

#content .text {
	margin:20px 30px;
	line-height:16px;
}

#contentimage {
	width:100%;
	height:130px;
	overflow:hidden;
}
#contentimage a {
	position:absolute;
	margin-left:-608px;
}

#splash {
	width:100%;
	height:279px;
	overflow:hidden;
}

#splash a {
	position:absolute;
	margin-left:-608px;
}

#sub {
	background:url("../upload/CDM_Layout/green_back.gif");
	border-bottom:1px solid #ffffff;
	width:160px;
	vertical-align:top;
}


#servicecontainer {
	border-collapse:collapse;
}

#servicecontainer .containerspace {
	padding:5px 5px 5px 20px;
}

#servicecontainer .headline_green {
	height:21px;
	background:url("../upload/CDM_Layout/green_back.gif");
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-left:20px;
}

#servicecontainer .arc_gray {
	background:#EDEDED url("../upload/CDM_Layout/arc_container_gray.gif") no-repeat;
	float:left;
	height:105px;
	width:17px;
}

#servicecontainer .arc_green {
	background:#EDEDED url("../upload/CDM_Layout/arc_container_green.gif") no-repeat;
	float:left;
	height:105px;
	width:17px;
}

#servicecontainer .content_gray {
	background:url("../upload/CDM_Layout/lgray_back.gif");
	border-bottom:1px solid #ffffff;
	vertical-align:top;
	font-size:10px;
	line-height:18px;
}





#servicecontainer .headline_gray {
	height:21px;
	background:url("../upload/CDM_Layout/gray_back.gif");
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-left:20px;
}

#servicecontainer .arc_graygreen {
	background:#A6C107 url("../upload/CDM_Layout/arc_container_graygreen.gif") no-repeat;
	float:left;
	height:200px;
	width:17px;
}

#servicecontainer .content_green {
	background:url("../upload/CDM_Layout/green_back.gif");
	vertical-align:top;
	font-size:10px;
	color:#ffffff;
	line-height:18px;
}

#servicecontainer .content_green a {
	color:#ffffff;
}

#servicecontainer .content_green a:hover {
	color:#474B4E;
}


#footer_l {
	background:url("../upload/CDM_Layout/gray_back.gif");
	border-right:1px solid #ffffff;
	height:50px;
}

#footer_m {
	background:url("../upload/CDM_Layout/green_back.gif");
	border-right:1px solid #ffffff;
	height:50px;
	padding-left:20px;
	font-size:9px;
}

#footer_r {
	background:url("../upload/CDM_Layout/gray_back.gif");
	padding-left:20px;
	height:50px;
	font-size:9px;
	line-height:16px;
	color:#ffffff;
}