/* CSS Document */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: normal 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	scrollbar-face-color: #dddddd; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #999999; 
	scrollbar-3dlight-color: #999999; 
	scrollbar-arrow-color: #666666; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-base-color: #e3e3e3;
}
body#main {
	text-align: center;
	background-color: #ffffff;
}
body.withmenu {
	background-image: url(../img/bg-main.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
body.nomenu {
	background-image: url(../img/bg-main2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
body#popup {
	background-color: #F5F4ED;
}
div.alignright { clear: both; text-align: right; }
div#language_currency {
	margin-left: 17px;
}
.popupcontent {
	margin: 5px;
	background-color: #FFFFFF;
	border: #000000;
	padding: 2px;
}
a img { border: 0px; }
div#container {
	margin: 0 auto;
	width: 790px;
}
div#page { text-align: left; width: 790px; }
span.error { color: #9E0000; }
div.clear { clear: both; }

div#breadcrumb {
	background-image: url(../img/bg-breadcrumb.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	padding: 3px;
	padding-bottom: 4px;
	color: #ffffff;
}
div#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
div#content div.left {
	float: left;
	width: 204px;
}
div#content div.right {
	float: left;
	width: 584px;
}
div.right div.contentimage {
	width: 584px;
}
div#footer {
	background-color: #6b1711;
	text-align: right;
	color: #ffffff;
	padding: 3px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 0.9em;
}
div#search {
	padding: 3px;
	color: #ffffff;
	background-image: url(../img/bg-search.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* portalmenu */
div#portalmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#portalmenu li {
	cursor: pointer; margin: 0; padding: 0;
}
div#portalmenu li.open {
	border-bottom: 1px solid #ffffff;
}
div#portalmenu li a {
	display: block;
	margin: 0em 0em 0.2em;
	font-weight: bold;
	padding: 0.2em 0.8em 0.2em 0.6em;
	color: #000000;
}

div#portalmenu li li a, div#portalmenu li li li a, div#portalmenu li li li li a {
	display: block;
	margin: 0em;
	font-weight: normal;
}

div#portalmenu a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	cursor: pointer;
}

div#portalmenu li a {
	background-image: url(../img/block-yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px; 
}
div#portalmenu li li a { 
	background-color: #eae7e2;
	background-image: url(../img/block-yellow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px; 
}
div#portalmenu li li li a { 
	background-color: #f4f0ea;
	background-image: url(../img/block-yellow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px; 
}
div#portalmenu li li li li a {
	background-image: url(../img/block-yellow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px; 
}

div#portalmenu a:hover {
	text-decoration: none;
	color: #6b1711;
}
div#portalmenu a.current {
	text-decoration: none;
	color: #6b1711;
}

div#portalmenu li.hidden ul {
	display: none;
}

div#portalmenu ul#navlist { border-bottom: 1px solid #ffffff; }
