/* ======= Define main color for new layout =================================================================== */
	
	#colorBox, .rightBoxNormal .head, .searchButton{
		background-color: #993366; /*  edit this color for a new layout */
	}
	
	h1, h2, .maincolor, #rightBoxNormal, .title, .textHeader, .rightBoxNormal, .rightBoxShort li.level1active, .rightBoxShort li.level2active, .rightBoxShort li.level2,
	#subnavigation a.active, #subnavigation a:visited.active, #subnavigation a:active.active, #subnavigation a:hover.active,
	#subnavigation a.inactive, #subnavigation a:visited.inactive, #subnavigation a:active.inactive, #subnavigation a:hover.inactive,
	#breadcrumb a:hover, #breadcrumb a.active, #breadcrumb a:visited.active, #breadcrumb a:active.active, #breadcrumb a:hover.active,
	#breadcrumb span.active, #subnavigation span.active, #subnavigation span.inactive,
	#mainnavigation a:hover, #mainnavigation a.active, #mainnavigation a:visited.active, #mainnavigation a:active.active, #mainnavigation a:hover.active
	{
		color: #993366; /* edit this color for a new layout */
	}

/* ======= Define secundary link color for new layout =================================================================== */

	.rightBoxNews .head {
		background-color: #808a99; /* edit this color for the secundary link color  */
	}
	
	.rightBoxNews, #subnavigation a.closed, #subnavigation a:visited.closed, #subnavigation a:active.closed, #subnavigation a:hover.closed,
	#breadcrumb, #breadcrumb a, #breadcrumb a:visited, #breadcrumb a:active, #mainnavigation a, #mainnavigation a:visited, #mainnavigation a:active,
	.rightBoxNews a, .rightBoxNews a:visited, .rightBoxNews a:active, .rightBoxNews a:hover
	{
		color: #808a99; /* edit this color for the secundary link color */
	}



/* ============================================================================================================= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 16px;
}

h1, .title {
	font-size: 37px;
	line-height: 39px;
	font-weight: bold;
        padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.gallery h1 {
	color: #808a99;
}

.rightBoxNormal {
}

#colorBoxGallery {
	background-color: #d5d9df; 
}

.rightBoxShort, .rightBoxShort li.level1 a {
	color: #000000;
}
.rightBoxShort .head {
	background-color: #000000;
	color: #ffffff;
}

.rightBoxShort ul {
 font-size: 16px;
}

.rightBoxShort li a {
 font-size: 12px;
}

.rightBoxShort li.level1, .rightBoxShort li.level1active, .rightBoxShort li.level2active  {
	font-weight: bold;
}

.rightBoxShort li.level2, .rightBoxShort li.level2active  {
	list-style: none;
}

.rightBoxShort li a {
	text-decoration: none;
}

.rightBoxShort li a:hover, .rightBoxNews a:hover {
	text-decoration: underline;
}

.rightBoxNormal .head, .rightBoxNews .head, .rightBoxShort .head {
	color: #ffffff;
	font-weight: bold;
}

#content, #gallery, #contentWide {
	border-left: 2px solid #d5d9df;
}

#content.titlePage {
	border-left: 0px;
}

/* Top navigation */
#topnavigation{
	background-color:#000000;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
}

#topnavigation a {color: #ffffff; text-decoration: none;}
#topnavigation a:visited   {color: #ffffff; text-decoration: none;}
#topnavigation a:active    {color: #ffffff; text-decoration: none;}
#topnavigation a:hover     {color: #ffffff; text-decoration: underline;}

#topnavigation a {color: #ffffff; text-decoration: none;}
#topnavigation a:visited   {color: #ffffff; text-decoration: none;}
#topnavigation a:active    {color: #ffffff; text-decoration: none;}
#topnavigation a:hover     {color: #ffffff; text-decoration: underline;}

/* subnavigation */
#subnavigation a.active {text-decoration: none; font-weight:bold;}
#subnavigation a:visited.active   {text-decoration: none; font-weight:bold;}
#subnavigation a:active.active    {text-decoration: none; font-weight:bold;}
#subnavigation a:hover.active     {text-decoration: underline; font-weight:bold;}

#subnavigation a.inactive {text-decoration: none;}
#subnavigation a:visited.inactive   {text-decoration: none;}
#subnavigation a:active.inactive    {text-decoration: none;}
#subnavigation a:hover.inactive     {text-decoration: underline;}

#subnavigation a.closed {text-decoration: none;}
#subnavigation a:visited.closed   {text-decoration: none;}
#subnavigation a:active.closed    {text-decoration: none;}
#subnavigation a:hover.closed     {text-decoration: underline;}

#subnavigation span.active {text-decoration: none; font-weight:bold;}

/*  Breadcrumb */
#breadcrumb {
	font-size: 9px;
	line-height: 15px;
}

#breadcrumb a {text-decoration: none;}
#breadcrumb a:visited   {text-decoration: none;}
#breadcrumb a:active    {text-decoration: none;}
#breadcrumb a:hover     {text-decoration: underline;}

#breadcrumb a.active {text-decoration: none;}
#breadcrumb a:visited.active   {text-decoration: none;}
#breadcrumb a:active.active    {text-decoration: none;}
#breadcrumb a:hover.active     {text-decoration: underline;}


/*  Main navigation */
#mainnavigation a { text-decoration: none;}
#mainnavigation a:visited   { text-decoration: none;}
#mainnavigation a:active    { text-decoration: none;}
#mainnavigation a:hover     {text-decoration: underline;}

#mainnavigation a.active {text-decoration: none;}
#mainnavigation a:visited.active   {text-decoration: none;}
#mainnavigation a:active.active    {text-decoration: none;}
#mainnavigation a:hover.active     {text-decoration: underline;}

table td.spacer {
	width: 10px;
}
table td.spacerlong {
	width: 35px;
}
table a, table a:visited, table a:active, table a:hover   {color: #000000;}
.gallery a, .gallery a:visited, .gallery a:active, .gallery a:hover   {color: #000000;}

.detail ul  {
	list-style: square;
}
.detail li  {
	margin-left: 20px;
}

a, a:visited ,a:active, a:hover   {color: #993366;}
a, a:visited ,a:active   {text-decoration: none;}
a:hover   {text-decoration: underline;}



