/*******************************************/
/*	START - Importing various stylesheets **/
/*******************************************/
@import url(searchstyles.css);
@import url(content.css);

/*******************************************/
/*	STOP - Importing various stylesheets  **/
/*******************************************/

/* Default styles start */

span.hideit {
	display:block;
	text-decoration:none;
	text-indent:-10000px;
}

/* Default styles stop */


/******************************************************************************/
/***** START - maintenance **************************************************/
/******************************************************************************/

.maintenance{
	height: 500px;
	background-image: url(/fileadmin/templates/images/maintenance.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/******************************************************************************/
/***** STOP - maintenance **************************************************/
/******************************************************************************/


/****** TOP start ******/

#topContainer {
	width: 930px;
	height: 108px;
	margin: 0 auto;
	background: url(/fileadmin/templates/images/top.png) no-repeat top left;
}

#topContainer a {
	display: block;
	height: 108px;
	width: 470px;
}

#topContainer .printLogo {
	display: none;
}

/****** TOP stop *******/

/* Main menu start */

#menuArea {
	background: url(/fileadmin/templates/images/menuBG.gif) repeat-x top left;
	height: 34px;
}

#menuContainer {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

#menuContainer ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	width: 830px;
	overflow: hidden;
	float: left;
}

#menuContainer li {
 float: left;
	margin: 0 5px 0 0;
}

#menuContainer li .border {
	width: 1px;
	height: 34px;
	background: url(/fileadmin/templates/images/menuItemBorderNO.png) no-repeat top left;
	float: left;
}

#menuContainer li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	text-align: center;
	min-width: 130px;
	background: url(/fileadmin/templates/images/menuItemNO.png) repeat-x top left;
	padding: 10px 4px 9px 4px;
}

#menuContainer li a:hover {
	text-decoration: underline;
}

#menuContainer li.active .border {
	background: url(/fileadmin/templates/images/menuItemBorderACT.png) no-repeat top left;
}

#menuContainer li.active a {
	color: #00274f;
	background: url(/fileadmin/templates/images/menuItemACT.png) repeat-x top left;
}

#menuContainer .logout {
	float: right;
	margin: 9px 16px 0 0;
	font-weight: bold;
}

#menuContainer .logout a {
	color: #ffffff;
}

/* Main menu stop */

/* Content start */

#contentArea {
	width: 930px;
	margin: 0 auto;
}

#frontContentContainer {
	margin: 26px 15px 26px 13px;
}

#subContentContainer {
	margin: 36px 15px 26px 13px;
}

/* Content stop  */

/* Footer start */

#footer {
	color: #000000;
	border-top: 1px solid #adbac7;
	padding: 0 21px 9px 21px;
}

#footer .imgtext-table {
	margin: 0;
	font-weight: normal;
}

#footer p {
	margin: 4px 0 0 0;
	padding: 16px 0 0 6px;
}

/* Footer stop */
