body
{
	margin: 0px;

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

body, table, html
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 13px;
	color: #663300;

	line-height: 180%;
}

img
{
	/*font-size: 1px;*/
	display: block;
}

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

a
{
	outline: none;
}

a, a:link 
{
	text-decoration: none;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 13px;
	color: #000000;
}

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


	display: block;
}

h1
{
	padding: 0px;
	margin: 0px;

	font-size: 20px;

	line-height: 130%;
}

h2
{
	padding: 0px;
	margin: 0px;

	font-size: 18px;

	line-height: 130%;
}

h3
{
	padding: 0px;
	margin: 0px;

	font-size: 16px;

	line-height: 130%;
}

h4
{
	padding: 0px;
	margin: 0px;

	font-size: 14px;

	line-height: 130%;
}

.textInfo
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #663300;
}

.text
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #663300;
}

.textDisplay
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
	padding: 3px;
}

.textRemarks
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #663300;
	font-weight: normal;
	font-style: italic;
}

.inputbox
{
	border: solid 1px #003366;
	height: 24px;
	width: 220px;
	color: #232323;
}

.inputarea
{
	border: solid 1px #003366;
	height: 150px;
	width: 220px;
	color: #232323;
	padding: 2px;
}

.inputareaFCK
{
	border: solid 1px #003366;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #663300;
	padding: 2px;
}


.button
{
	border: solid 1px #969d99;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #663300;
	cursor: pointer;
}

.error
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	color: red;
	font-weight: bold;
}

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

.menuNormal
{
	display: block;
}

.menuNormal a, .menuNormal a:visited
{
	/* empty ATM */
}

.menuHover
{
	display: none;
}

.menuHover a, .menuHover a:visited, .menuHover a:hover
{
	/* empty ATM */
}

.submenuNormal
{
	display: block;
}

.submenuHover
{
	display: none;
}
/* END STANDARD */


.homeLink, .homeLink:link
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}

.homeLink:hover, .homeLink:visited:hover
{
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 10px;
}

.homeLanguage, .homeLanguage:link
{
	color: #FCFCFC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.homeLanguage:hover, .homeLanguage:visited:hover
{
	color: #FCFCFC;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.category_title, category_title:link
{
	color: #663300;
	text-decoration: none;
}

.category_title:hover, .category_title:visited:hover
{
	color: #663300;
	text-decoration: underline;
}

.image_content
{
	line-height: 100%;
	font-size: 12px;
}
