/*** HTML ***/
body
{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(25,25,25);
	font-size: 9pt;
	line-height: 1.5em;
}

a, a:hover
{
	color: blue;
	text-decoration: none;
}

a img
{
	border: none;
}

h1
{
	font-size: 1.6em;
	color: #003366;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 15px;
}

h2
{
	font-size: 1.5em;
	color: black;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 4px;
}

h3
{
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

/*** Header ***/
#header
{
	width: 100%;
	border-bottom: 2px solid #003366;
	margin-bottom: 20px;
}

#header td
{
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 20px;
}

#header .leftOut
{
	text-align: left;
}

#header .rightOut
{
	text-align: right;
}

/*** Content ***/
#content
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

ul.siteMap li
{
	margin-bottom: 5px;
}

/*** Article ***/
.article
{
	width: 100%;
	border: none;
}

.article .images
{
	width: 34%;
	vertical-align: top;
	padding: 0px;
	padding-right: 70px;
	padding-top: 5px;
}

.article .text
{
	width: 66%;
	vertical-align: top;
	padding: 0px;
}

.sendpage
{
	margin-top: 20px;
}

.images .rssImg
{
	margin-bottom: 60px;
}

.rssImg .normal,
.rssImg .last
{
	width: 50%;
}

.rssImg .first
{
	width: 100%;
}

.rssImg .cap
{
	font-size: 0.8em;
}

/*** Shop ***/
.shop
{
	width: 100%;
	border: none;
}

.shop td
{
	padding: 5px;
	vertical-align: top;
}

.shop .list td,
.shop .basket
{
	text-align: center;
	vertical-align: bottom;
}

.shop .list td img
{
	max-height: 200px;
}

.shop .detail td.image
{
	text-align: center;
}

.shop .price
{
	margin-top: 10px;
	font-weight: bold;
}

.shop .price span
{
	font-weight: normal;
}

.shop button
{
	cursor: pointer;
	background-color: white;
	border: none;
	padding: 0px;
	text-align: center;
}

.shop h2
{
	margin-top: 0px;
}

/*** Footer ***/
#footer
{
	padding-top: 30px;
	text-align: center;
}

.footLine td,
.footLine a
{
	width: 10%;
	vertical-align: middle;
	color: #99CCFF;

}

.footLine div
{
	width: 100%;
	background-color: #003366;
	height: 1px;
}

/*** Navigation Top ***/
.navTop
{
	margin-bottom: 25px;
	padding: 0px;
	text-align: center;
	width: 900px;
	border: none;
}

.navTop td
{
	width: 10%;
	height: 23px;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
	background-color: #99CCFF;
	border-right: 10px solid white;
}

.navTop a,
.navTop a:hover
{
	text-decoration: none;
	color: #003366;
	font-size: 0.9em;
	font-weight: bold;
}

.navTop .active,
.navTop .active a
{
	background-color: #003366;
	color: #99CCFF;
}

/*** Navigation Bottom ***/
div.navBottom,
div.navBottom a
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 1em;
	color: #99CCFF;
}






















