/**
 * Reset padding and margins to mitigate browser differences.
 */
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 1em 0.5em;
	margin: 0px;
	color: #565656;
}

h1 {
	font-size: 180%;
}

li, dd { 
	margin-left: 1em; 
}

fieldset { 
	padding: .5em; 
}

div {
}

dfn {
	text-decoration: none;
}

body {
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	color: #565656;
}

body#body {
	background: #F5F5F5 url(/_composer/images/page.background.top.jpg) top repeat-x;
	text-align: center;
}

table {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #565656;
}

#page_container {
	width: 823px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/**
 * Head
 */

div#head {
	width: 100%;
	background: url(/_composer/images/header.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 106px;
}

div#head img#print-header {
	display: none;
}

div#head h1 {
	display: none;
}

div#head div#jubileum {
	position: relative;
	float: right;
	top: 7px;
	left: 49px;
}

* html div#head div#jubileum {
	left: 45px;
}

/**
 * Breadcrumb
 */
#breadcrumb {
	list-style: none;
	margin: 6px 0 0 10px;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0 0 0 6px;
}

#breadcrumb li a {
	color: #808080;
	text-decoration: none;
}

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


/**
 * Util-menu
 */

ul#util-menu {
	position: absolute;
	top: 75px;
	left: 120px;
	list-style: none;
	padding: 0;
	font-size: 0;
}

ul#util-menu li {
	float: left;
	padding: 0 4px;
}

ul#util-menu li a img {
	border: none;
}

/**
 * Menu
 */

div#main-menu {
	position: absolute;
	width: 600px;
	left: 220px;
	top: 80px;
	height: 40px;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	z-index: 5;
}

div#main-menu #shader {
	position: absolute;
	top: 32px;
	left: 0px;
	height: 8px;
	width: 590px;
	background: #fff;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 6;
	font-size: 0;
}

div#main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#main-menu li {
	width: 136px;
	height: 40px;
	float: left;
	padding: 0;
	margin: 0 2px;
}

div#main-menu li a {
	position: relative;
	background: url(/_composer/images/button.bg.gif) top left no-repeat;
	color: #575E5A;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	width: 136px;
	height: 28px;
	text-align: center;
	z-index: 5;
}

* html div#main-menu li a {
	height: 40px;
}

div#main-menu li a:hover,
div#main-menu li.active a {
	background: url(/_composer/images/button.bg.selected.gif) top left no-repeat;
	color: #fff;
}

div#main-menu li.active a {
	z-index: 10;
}

/**
 * Sub-menu
 */
#sub-menu-container {
	min-height: 140px;
}

* html #sub-menu-container {
	height: 140px;
}
 
#sub-menu,
.webshop_category_list {
	font-size: 8pt;
	list-style: none;
	list-style-position: outside;
	margin: 0 0 26px 0;
	padding: 0 0 0 0;	
	width: 100%;
	text-align: left;
}

* html #sub-menu,
* html .webshop_category_list {
	spadding-left: 2em;
}

#sub-menu2,
#sub-menu3 {
	margin: 0;
	padding: 0;	
}

.webshop_category_sublist {
	display: none;	
}

.webshop_category_list li.active .webshop_category_sublist {
	display: block;	
}

#sub-menu li,
.webshop_category_list li {
	list-style: url(/_composer/images/menu.arrow.black.gif);
}

#sub-menu #sub-menu2 li,
#sub-menu #sub-menu3 li,
.webshop_category_list .webshop_category_sublist li {
	list-style-image: url(/_composer/images/menu.drop.black.gif);
}

#sub-menu li a,
#sub-menu #sub-menu2 li a,
#sub-menu #sub-menu3 li a,
.webshop_category_list li a,
.webshop_category_list .webshop_category_sublist li a,
.webshop_category_list li.active .webshop_category_sublist li a
{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #565656;
	padding: 3px 0;	
	border-bottom: dotted 1px #C4C4C4;
}

#sub-menu li.active,
.webshop_category_list li.active {
	list-style-image: url(/_composer/images/menu.arrow.red.gif);
}

#sub-menu #sub-menu2 li.active,
#sub-menu #sub-menu3 li.active,
.webshop_category_list .webshop_category_sublist li.active {
	list-style-image: url(/_composer/images/menu.drop.red.gif);
}

#sub-menu li.active a,
#sub-menu #sub-menu2 li.active a,
#sub-menu #sub-menu3 li.active a,
.webshop_category_list li.active a,
.webshop_category_list li .webshop_category_sublist li.active a
 {
	color: #f00;
}

#sub-menu li a:hover, 
#sub-menu #sub-menu2 li a:hover, 
#sub-menu #sub-menu3 li a:hover,
.webshop_category_list li a:hover,
.webshop_category_list .webshop_category_sublist li a:hover {
	text-decoration: underline;	
}

.webshop_category_list span {
	display: none;
}

/**
 * Containers
 */ 
div#main-container {
	position: relative;
	float: left;
	padding: 5px;
	z-index: 2;
	width: 100%;
}

div#main-sub-container {
	background: url(/_composer/images/background.jpg) top left repeat-y;
}

div#midarea-start {
	position: relative;
	background: url(/_composer/images/background-top.gif) top left no-repeat;

	height: 11px;
	font-size: 0;
}

div#midarea-end {
	clear: both;
	position: relative;
	background: url(/_composer/images/background-bottom.gif) bottom left no-repeat;
	margin-top: 10px;
	height: 21px;
	font-size: 0;
}

* html div#midarea-end {
	height: 11px;
}

div#first-module-column {
	float: left;
	
	width: 160px;
	padding: 14px;
	margin-left: 1px;
	text-align: center;
	
	overflow: hidden;
}

* html div#first-module-column {
	width: 188px;
}

div#content-container {
	position: relative;
	float: left;
	z-index: 1;

	width: 622px;
	margin-left: 1px;

	overflow: hidden;
}

div#main-container {
	overflow: hidden;
}

div#first-module-column,
div#content-container {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#content
{
	text-align: left;
	padding: 10px;
	min-height: 380px;
	color: #565656;
	width: 600px;
}

* html div#content {
	width: 620px;
}

/**
 * Footer
 */
div#footer {
	position: relative;
	padding-top: 22px;
	margin-top: -16px;
	margin-left: 1px;
	text-align: center;
	color: #000;
	font-size: 8pt;
	width: 100%;
	z-index: 0;
}

/**
 * Powered by Composer
 */
#pbscomposer {
	position: absolute;
	margin-top: 0px;
	left: 0; 
	top: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	color: #666;
	width: 189px;
	text-align: center;
	text-decoration: none;
} 

#pbscomposer:hover {
	text-decoration: underline;
}

/**
 * Module-box
 */
div.module-box {
	margin: 5 0px;
	width: 100%;
}

div.module-box h2 {
	font-size: 10pt;
	font-weight: bold;
}

div.module-box h2 a {
	display: block;
	background: url(/_composer/images/button.bg.gif) center no-repeat;
	color: #565656;
	font-size: 100%;
	height: 28px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	position: relative;
	padding-top: 12px;
	text-decoration: none;
}

* html div.module-box h2 a {
	height: 40px;
}

div.module-box h2.selected a,
div.module-box h2 a:hover {
	background: url(/_composer/images/button.bg.selected.gif) center no-repeat;
	color: #fff;
}

div.module-box .box-content {
	margin: 0;
	padding: 10px 0;
}

* html div.module-box .box-content {
	width: 100%;
}

#info_text {
	border: solid 1px #dedede; 
	padding: 5px; 
	margin-bottom: 10px; 
	text-align: justify; 
	width: 98%;
}
