body
{
	margin: 0px;
		background-image:url(images/bg-top.jpg);
	background-position: top center;
	background-color:#E9E7EA;
	background-repeat:no-repeat;
}

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

img
{
	border: none;
	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, 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, .inputbox_medium, .inputbox_small, .inputbox_search, .inputbox_long
{
	border: solid 1px #969d99;
	font-size: 12px;
	padding: 2px;
}

.inputbox_long
{
	width: 500px;
}

.inputbox
{
	width: 220px;
}

.inputbox_medium
{
	width: 120px;
}

.inputbox_small
{
	width: 50px;
}

.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;
}


/* START content */

.mainBody
{

	margin-left: auto;
	margin-right: auto;
}

.mainHeader
{
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-position:center;
	height:255px;
	margin-top: 25px;
	width:1019px;
	margin-left:auto;
	margin-right:auto;
}

.menuContainer
{
	height: 44px;
	background-image:url(images/bg_menu_top.jpg);
	background-repeat:no-repeat;
	height:42px;
	width:1019px;
	margin-left:auto;
	margin-right:auto;
}

.mainContent
{
	width: 1019px;

	background-image:url(images/body.png);
	

	margin-left:auto;
	margin-right:auto;


}

.header
{
	padding: 15px;
	padding-right: 20px;
}

.content
{
	min-height: 650px;

	padding: 30px;
	padding-right: 25px;

	padding-top: 0px;

	overflow: auto;
}

/* END content */


/* START common */

.linkTitle, .linkTitle:link, .linkTitle:hover
{
	font-size: 18px;
	line-height: 26px;
}

.Footer {
	background-image:url(images/bg-bottom.jpg);
	height: 141px;
	width: 1277px;
	margin-left:auto;
	margin-right: auto;
	
	
}

.FooterTop {
	background-image:url(images/footer.jpg);
	height:24px;
	width: 1000px;
	margin-right: 4px;
	margin-top: 48px;
	color:#4b0f39;
	padding-top: 7px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.horLine
{
	height: 6px;

	margin-bottom: 25px;

	line-height: 1px;	
	border-bottom: solid 1px #000000;
}

.newsDate
{
	font-size: 11px;
	font-style: italic;
}

.updateMessage
{
	clear: both;

	padding: 4px;
	padding-bottom: 8px;

	color: green;
	font-weight: bold;

	font-size: 14px;
}

.updateError
{
	clear: both;

	padding: 4px;
	padding-bottom: 8px;

	color: red;
	font-weight: bold;

	font-size: 14px;
}

/* END common */


/* 
	lang specific 
*/

/* lang header bar */
.langHeader
{
	padding: 10px;
}

/* floatable boxes containing languages */
.langBox, .langArtBox
{
	float: right;

	padding: 3px;

	border-left: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;

	margin-left: 12px;
	margin-bottom: 8px;
}

/* lang image display state: default / selected */
.langItem, .langItem_sel
{
	float: left;
	padding: 2px;

	/*border: solid 1px white;*/

	margin: 2px;
}

/* non-selected item = no border = 1px extra padding */
.langItem
{
	padding: 3px;
}

/* lang image display state: selected */
.langItem_sel
{
	border: solid 1px #e89292;
}

/* info display: */
.langArt_info
{
	font-size: 11px;
	font-style: italic;
	padding-right: 4px;
}

/* article: selected language */
.langArt_sel
{
	color: #e89292;
	font-weight: bold;
}

/* article: not availabe */
.langArt_dis
{
	text-decoration: line-through;
}

/* article: is present */
.langArt_act, .langArt_act:link, .langArt_act:visited, .langArt_act:hover
{
	text-decoration: underline;
}

.fp-box-left
{
	padding: 10px;
	padding-top: 15px;
	background-image:url(images/fp-box-bottom-left.jpg);
	background-repeat:no-repeat;
	width: 470px;
	height: 233px;
	
}
.fp-box-right {
	marging-right: 45px;
	padding-top: 20px;
	padding-left: 11px;
	background-image:url(images/fp-box-bg-right.jpg);
	background-repeat:no-repeat;
	height: 427px;
	width: 469px;
}
.fp-box-top-left {
	background-image:url(images/fp-box-top-left.jpg);
	background-repeat:no-repeat;
	

}
.fp-box-bottom-content {
	background-image:url(images/fp-box-bottom-tile.jpg);
	width: 236px;
	border-bottom: #fcd619 solid 1px;
	padding: 7px;
}
.fp-box-bottom-header {
	border-bottom: #fcd619 solid 1px;
}

.contact {
	background-image:url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	height: 428px;
	width: 440px;
	padding: 25px;
}

.contact-header {
	border-bottom: #4b0f39 solid 1px;
	width: 460px;
}
.purple {
	width: 248px;
	height: 528px;
	background-image:url(images/bg_purple.jpg);
	background-repeat:no-repeat;
	padding: 25px;
	color: white;
}
.pink {
	width: 556px;
	height: 528px;
	background-image: url(images/bg_pink.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.login-qaleidos {
	background-image:url(images/bg_login.jpg);
	width: 226px;
	height:20px;
	border: black solid 1px;
	padding-top: 1px;
}
.login-text {
	color: #5a2368;
	font-size: 14px;
	font-weight:bold;
}

#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

	
	
	
