body
{
	margin: 0px;

	background-image: url("images/background.jpg");
	background-position: top center;
	background-attachment: fixed;
}

body, table, html, p
{
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
}

img
{
	font-size: 11px;
}

form
{
	margin: 0px; 
	padding: 0px;
}

textarea:focus, input:focus 
{
	background-color: #f8f0eb;
}

a
{
	/*outline: none;*/
}

a, a:link, a:active, a:visited
{
	color: #162296;

	text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #162296;

	text-decoration: underline;
}

p
{
	padding: 0px;
	margin: 0px;

	padding-top: 6px;
	padding-bottom: 6px;

	display: block;
}

ul, ol, blockquote
{
	margin-top: 2px;
	margin-bottom: 6px;

	padding-top: 0px;
	padding-bottom: 0px;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
	
	padding-top: 18px;
	padding-bottom: 8px;
}

h1
{

	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 12px;
}

.headerMain
{
	font-size: 26px;
}

.headerSub
{
	color: #797979;

	font-size: 12px;
}

.textInfo
{
	font-size: 16px;
	color: #e5e5e5;
}

.textDisplay
{
	padding: 3px;
	font-weight: bold;
}

.textRemarks
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.inputbox
{
	border: solid 1px #B1B1BD;
	height: 16px;
	width: 220px;
}

.inputarea
{
	border: solid 1px #B1B1BD;
	height: 150px;
	width: 450px;
	padding: 2px;
}

.inputareaFCK
{
	border: solid 1px #003366;
	font-size: 16px;
	padding: 2px;
}


.button, .button:focus 
{
	border: solid 1px #94542c;
	font-size: 12px;

	padding-left: 2px;
	padding-right: 2px;

	color: #000000;
	cursor: pointer;

	background-color: #f8f0eb;
}

.buttonSub
{
	border: solid 1px #969d99;
	font-size: 11px;
	color: #e5e5e5;
	cursor: pointer;
	height: 20px;
}

.error
{
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.buttonCalendarIMG
{
	display:inline;
	padding: 5px;
	color: #FBFFBD;
	font-size: 16px;
}

.maimMenu, .maimMenu:link, .maimMenu:visited, .maimMenu:active
{
	color: #000000;
	font-weight: bold;

	text-decoration: none;
}

.maimMenu:hover, .maimMenu:visited:hover
{
	color: #000000;
	font-weight: bold;

	text-decoration: underline;
}

.imageHolder
{
	padding: 3px;
	background-color: #FFFFFF;
	border: solid 1px #4D3333;
}

.mainBody
{
	width: 1000px;

	padding-left: 17px;
	padding-right: 17px;

	margin-bottom: 34px;
	margin-left: auto;
	margin-right: auto;

}

.shadow { 
	width: 1068px;
	background-image:url(images/bg-repeat.png);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
}


.langbar
{
	height: 30px;

	background-image: url("images/bg-topbar.jpg");
}

.mainHeader
{
	height: 238px;

	background-image: url("images/header.jpg");
}

.menuContainer
{
	height: 40px;

	padding-left: 18px;

	background-image: url("images/bg-menu.gif");
	background-repeat: repeat-x;
}

.mainContent
{
	padding-top: 14px;
	padding-left: 41px;
	padding-right: 19px;
	padding-bottom: 12px;

	background-color: #FFFFFF;
}

.header
{
	border-bottom: dashed 1px #cccccc;
}

.footer
{
	height: 20px;

	background-image: url("images/footer.jpg");

	text-align: center;
	color: #ffffff;
	font-size: 10px;

	padding-top: 1px;
}

.content
{
	padding-top: 8px;
}
/* END STANDARD */

.frontpageImage
{
	width: 452px;
	height: 376px;

	padding-left: 9px;
	padding-top: 12px;

	background-image: url("images/bg-image.jpg");
}

.frontpageImage span
{
	text-align: center;
	font-size: 11x;
	font-style: italic;
}

.frontpageImage img
{
	border: solid 1px #8e9a89;
}

.frontpageFooter
{
	width: 900px;
	height: 402px;

	padding: 20px;

	background-image: url("images/frontpage-footer-bg.jpg");
}

.frontpageTitle
{
	width: 439px;
	height: 21px;

	background-image: url("images/frontpage-title-bg.jpg");
}

.frontpageTitle h3
{
	font-size: 14px;

	padding: 0px;
	margin: 0px;

	padding-left: 5px;
}

.frontpageContent
{
	padding-top: 20px;
}

.menuButton
{
	width: 148px;
	height: 38px;
	
	background-image: url(images/bg-button.gif);
}

.bikeOVTitle
{
	font-size: 14px;
	font-weight: bold;

	color: #162296;
}
