/**************************************************/
/* LAYOUT.CSS                                     */
/*                                                */
/* Version				: 1.7.0                   */
/* Last update			: 15-05-2007              */
/* Package				: Bakery              */
/**************************************************/
html, body {
	height					: 100%;
}

body {
	background-color		: #fff;
	margin					: 0px;
}

input,
textarea,
select {
	color					: #232323;
	font					: 8pt/ 1.3 Tahoma, Arial, Helvetica, sans-serif;
}

a img {
	border					: 0px;
}

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

a img {
	border					: 0px;
}

/**************************************************/
/* ELEMENTS IN THE WEBSITE (CLASS)                */
/**************************************************/
.text {
	background				: #fff url('../img/input_background.gif') top left repeat-x;
	height					: 15px;
	width					: 144px;
	border					: 1px #232323 solid;
	margin					: 0px;
	padding					: 0px;
	padding-left			: 5px;
}

textarea.text {
	height					: 150px;
}

.button,
.submit {
	background				: #fff url('../img/button_background.gif') top left repeat-x;
	border					: 1px #636363 solid;
	color					: #fff;
	padding-left			: 5px;
	padding-right			: 5px;
}

.itemShort {
	float					: none;
	padding					: 0px 0px 5px 0px;
}

.itemShort .abstract {
	float					: none;
}

.itemFull .abstract{
	font-weight				: bold;
}

.itemDefault .abstract{
	font-weight				: bold;
}

.articleFooter a:link,
.articleFooter a:visited {
	color					: #1d4372;
	text-decoration			: none;
}

.articleFooter a:hover,
.articleFooter a:active{
	color					: #000;
	text-decoration			: none;
}

.readmorebtn,
.backbtn{
	vertical-align			: middle;
}

.itemShort .articleFooter{
	clear					: both;
	text-align				: right;
}

.headerImage {
	float					: right;
	padding					: 0px 0px 10px 10px;
}

.backbtn {
	margin-right			: 5px;
}

.popupcontent {
	background-color		: #fff;
	background-image		: none;
}

/**************************************************/
/* ELEMENTS IN THE WEBSITE (ID)                   */
/**************************************************/
#container {
	height					: auto;
	min-height				: 100%;
	width					: 100%;
}

#menuLeft {
	position				: absolute;
	top						: 184px;
}

#loginHolder {
	background				: url('../img/login.png') top left no-repeat;
	height					: 97px;
	margin-bottom			: 15px;
	padding					: 72px 0px 0px 0px;
	width					: 181px;
}

#loginHolder .text {
	color					: #767676;
	height					: 17px;
	padding-top				: 1px;
}

#submenu {
	background				: url('../img/submenu.png') bottom left no-repeat;
	height					: auto;
	margin-bottom			: 15px;
	min-height				: 139px;
	padding					: 0px 0px 20px 0px;
	width					: 181px;
}

#submenu ul {
	margin					: 0px;
	padding					: 10px 0px 0px 30px;
}

#submenu ul ul {
	padding					: 0px 0px 0px 10px;
}

#submenu li {
	list-style				: none url('../img/list.gif');
}

#submenu li ul {
	display					: none;
}

#submenu li.active ul {
	display					: block;
}

#submenu a {
	color					: #000;
	text-decoration			: none;
}

#submenu a:hover {
	color					: #6a3d04;
}

#searchHolder {
	background				: url('../img/search.png') bottom left no-repeat;
	height					: 74px;
	padding					: 72px 0px 00px 0px;
	width					: 181px;
}

#mainMenu {
	background				: url('../img/mainMenu.gif') top left repeat-x;
	height					: 51px;
	width					: 100%;
}

/*
#mainMenu ul {
	margin					: 0px;
	padding					: 0px;
}

#mainMenu li {
	background				: #efefef url('../img/mainSplit.gif') center right no-repeat;
	float					: left;
	list-style				: none;
	font-size				: 8pt;
	font-weight				: bold;
	height					: 40px;
	margin-left				: 0px;
	margin-top				: 10px;
	padding					: 0px;
	text-transform			: uppercase;
}

#mainMenu li:hover {
	background-color		: #fafafa;
}

#mainMenu li a {
	display					: block;
	margin					: 0;
	padding					: 14px 31px 20px 30px;
	color					: #767676;
	text-decoration			: none;
}
*/

#header {
	background				: #16305f url('../img/header.gif') top left no-repeat;
	height					: 175px;
	width					: 100%;
}

#content {
	color					: #000;
	margin-left				: 200px;
	margin-top				: 7px;
	padding-right			: 25px;
}

#content h1 {
	margin-bottom			: 23px;
	margin-top				: 35px;
	padding					: 0px;
}

#crumbtrail {
	border-bottom			: 1px #000 dashed;
	color					: #6a3d04;
	padding-bottom			: 2px;
}

#crumbtrail a {
	color					: #16305f;
}