body {
	font: normal 12px/15px Verdana, Helvetica, sans-serif;
	text-align:center;
	color:#373737;
	line-height:17px;
	padding:0px;
	margin:0px;
}

img { border:none; }

td {
	font-size:12px;
}

/** H-Tags */
h1, h2, h3 { margin:0px; font-family: Arial, Helvetica, sans-serif; }

h1 {
	margin-bottom:20px;
	width:100%;
	border-bottom:1px solid #F58220;
	font-size:16px;
}

h2 {
	font-size:12px;
	margin-bottom:8px;
}

h3, .h3 {
	font-size:13px;
	font-weight:bold;
}

h3 {
	width:100%;
	border-bottom:1px solid #bfbfbf;
	margin-bottom:8px;
	margin-top:10px;
}


/** H-Tags END */

/** A-Tags */
a:link {
	color:#0088dd;
	text-decoration:none;
}

a:visited {
	color:#0088dd;
	text-decoration:none;
}

a:hover {
	color:#5FC2FF;
	text-decoration:none;
}

a:active {
	color:#0088dd;
	text-decoration:none;
}
/** A-Tags END */

.gray {
	color:#B8B8B8;
}

/** Layout */
#box {
	width:1000px;
	margin:auto;
	text-align:left;
}

#top {
	height:24px;
	background: url('../img/bgtop.png') no-repeat;
}

#box2 {
	background: url('../img/bg.png') repeat-y;
}

#bottom {
	height:24px;
	background: url('../img/bgbottom.png') no-repeat;
}

#main {
	width:972px;
	margin-left:14px;
}

#head {
	height:80px;
	background: url('../img/navibg.png') bottom no-repeat;
}

#content {
	width:600px;
}

#contentbig {
	float:left;
	margin-left:14px;
	width:600px;
}

#footnotes {
	text-align:center;
	margin-bottom:40px;
}

#leftnavi {
	width:170px;
	float:left;
}
#rightnavi {
	width:170px;
	float:right;
}


/** Layout END */

/** Head-Navi */
#headnavi {
	float:right;
	margin-top:48px;
	margin-right:30px;
	height:32px;
}

/** IE */
* html #headnavi { margin-right:20px; font-size:1px; }

#logo {
	float:left;
	margin:10px 0px 0px 20px;
	width:220px;
	height:52px;
}
/** Head-Navi END */

/** Breadcrumb */
#breadcrumb {
	clear:left;
	margin:10px 0px 10px 10px;
	font-size:11px;
}
/** Breadcrumb END */

/** Left-Navi */
#leftnavi ul {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	list-style-type:none;
}

#leftnavi ul li {
	padding-left:5px;
	line-height:16px;
}

#leftnavi ul .headline {
	line-height:22px;
	background:url('../img/headline.png') no-repeat;
	margin-bottom:4px;
	color:white;
}

#leftnavi ul .sub {
	margin-left:10px;
}
/** Left-Navi END */

.headline2 {
	line-height:22px;
	background:url('../img/headline2.png') no-repeat;
	color:white;
	text-align:center;
}

.headline2_content {
	margin-top:25px;
	width:170px;
	text-align:center;
}

/** Tbl */
.tbl table { border-collapse:collapse; text-align:center; width:600px; font-size:12px; }
.tbl td { padding:2px; padding-top:4px; padding-bottom:4px; }

.tbl .light { background-color:#F5F5F5; }
.tbl .dark { background-color:#EFEFEF; }

.tbl .bleftlight { border-left-width:1px; border-left-style:solid; border-left-color:#EFEFEF; }
.tbl .btoplight { border-top-width:1px; border-top-style:solid; border-top-color:#EFEFEF; }
.tbl .brightlight { border-right-width:1px; border-right-style:solid; border-right-color:#EFEFEF; }
.tbl .bbottomlight { border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#EFEFEF; }

.tbl .bleftdark { border-left-width:1px; border-left-style:solid; border-left-color:#BFBFBF; }
.tbl .btopdark { border-top-width:1px; border-top-style:solid; border-top-color:#BFBFBF; }
.tbl .brightdark { border-right-width:1px; border-right-style:solid; border-right-color:#BFBFBF; }
.tbl .bbottomdark { border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#BFBFBF; }

.tbl .btopbold { border-top-width:2px; }
.tbl .bleftbold { border-left-width:2px; }
.tbl .brightbold { border-right-width:2px; }
.tbl .bbottombold { border-bottom-width:2px; }

.tbl .smaller { font-size:11px; }
.tbl .small { font-size:10px; }

.tbl .price { border-bottom: 3px double #BFBFBF; }

.tbl .aleft { text-align:left; }
.tbl .acenter { text-align:center; }
/** Tbl END */

/** News */
#news {
	width:600px;
}

.news_text {
	margin-bottom:20px;
}
/** News END */