/* Member */
#member{
	background-image: url(pics/member/bg_body.gif);
}

#memberHead {
		background-image: url(pics/member/bg_head.gif);
		background-repeat: no-repeat;

		/*
		height: 400px;
		*/

		padding: 30px 20px 10px 30px;

		/* Guide */
		border-bottom: 0px dotted #fff;
}
#member h1 {
		height: 24px;

		padding: 0 0 10px 0px;
}
#memberBody {
		background-image: url(pics/member/bg_body.gif);
		background-repeat: repeat-y;

		padding: 10px 20px 0px 20px;

		/* Guide */
		border-bottom: 0px dotted #fff;
}
#memberBody_container {
    background-color: #adceea;

    padding: 10px;

    border: 0px solid #ffcc00;
}
#memberNavigation {
		background-image: url(pics/member/navi_bg.gif);
		background-repeat: no-repeat;

		background-color: #ADCEEA;
	
		padding: 10px 10px 0 10px;
	
		margin-bottom: 5px;
}
#memberNavi_container {
    background-color: #ffffff;

    padding: 10px;

    margin-bottom : 10px;

/*     height: 30px; */

}
#memberBodyBox {
	background-color: #ffffff;
	margin-bottom: 20px;
}
#memberBodyBoxLast {
	background-color: #ffffff;
}
#memberContent {
		background-color:  #ffffff; /*ADCEEA*/
		padding: 10px;
}
#memberContent a {
    	color:  #000000; /*00006a*/
		text-decoration: underline !important;
}
#memberContent a:visited {
    	color:  #000000; /*00006a*/
		text-decoration: underline !important;
}
#memberContent a:hover {
    	color:  #000000; /*00006a*/
		cursor: pointer;
		text-decoration: none !important;
}

#memberFoot {
		background-image: url(pics/member/bg_foot.gif);
		background-repeat: no-repeat;

		height: 50px;

		padding: 10px 30px 0px 30px;

		/* Guide */
		border: 0px dotted #ffffff;
}
#memberFoot a {
		margin: 0px 0px 0px 340px;
}
#memberFoot a:link {
		background-image: url(pics/member/nach_oben_link.gif);
		background-repeat: no-repeat;

		display: block;
}
#memberFoot a:visited {
		background-image: url(pics/member/nach_oben_link.gif);
		background-repeat: no-repeat;

		display: block;
}
#memberFoot a:hover {
		background-image: url(pics/member/nach_oben_roll.gif);
		background-repeat: no-repeat;

		display: block;
}



/* Typo */
#memberBody p {
		color: #000000; /*00006a*/
}



/* TABLES */
#memberBody table {
    margin-bottom: 15px;
}


/*#memberNavi_container table {
    margin-bottom: 15px;
}*/

#memberNavi_container td {
    color: #7c0016;

/*     line-height: 140%; */
}
#memberNavi_container td a:link {
    color: #7c0016;
}
#memberNavi_container td a:visited {
    color: #7c0016;
}
#memberNavi_container td a:hover {
/*     line-height: 140%; */
}
/*#memberNavi_container td.dt {
    width: 100px;
}
#memberNavi_container td.dd {
    font-weight: bold;
}*/



/* LISTS */
#memberNavigation li {
		display: inline;

		padding-right: 10px;
}

#memberContent ul {
        margin: 0 0 15px 0;		
}


#memberContent li {
		color: #00006a;
		list-style-image: url(pics/member/icon_list.gif);
		padding: 0px 5px 0px 5px;
        margin: 0px 5px 5px 25px;		
}
