/************ div content ************/

/* list-/detail pageNavi table */
#pgNavi {
	color: #858585;
	background-color: #EAEAEA;
	width: 100%;
	padding: 2px;
}

/* list subNavi table */
#subNavi {
	background-color: #CCCCCC;
	width: 100%;
	padding: 2px;
}

div#content h1 {
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	color: #5F5A32;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 13px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	background-image: url(../images/content_h1_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
div#content h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: solid #CCCCCC 1px;
}
div#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 10px;

/*	padding-left: 6px;
	padding-right: 10px;*/
	padding-bottom: 5px;
/*	color: #0087C1;*/
}
div#content p {
	margin-left: 3px;
	margin-right: 3px;
	color: #333333;
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

div#content a:link, div#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #008275;
}
div#content a:hover, div#content a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #00A897;
}
.imgtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}
*html .imgtable {
	margin-right: 5px;
}
.imgtable td {
	font-size: 11px;
	padding: 2px;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/************ div right ************/
div#right h2 {
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	color: #5F5A32;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	background-image: url(../images/content_h1_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
div#right p {
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
	font-weight: normal;
}
div#right img {
	margin-left: 3px;
}
div#right a:link, div#right a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #008275;
}
div#right a:hover, div#right a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #00A897;
}

/************ sub divs ************/
div#agb-txt, div#agb-txt p {
	display: block;
	font-size: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

/* global button style */
.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	background-color: #f0f0f0;
	border-right: #808080 1px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: #a0a0a0 1px solid;
}

/* global input style */
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}


