/* style sheet */
/* white #ffffff */
/* lightgreen #81ba40 */
/* darkgreen #58a146 */
/* lightblue #accfef */
/* darkblue #3ca6e6 */
/* yellow #e0ed1c */
/* orange #b98523 */
/* purple #bc0075 */

body                        {scrollbar-base-color: #ffffff; font-family: arial; color: #ffffff; font-size: 13px; text-align: left; margin: 0px; padding: 0px; height: 100%; background: #000; cursor: default;}
.body_w                     {color: #ffffff; scrollbar-base-color: #ffffff;}
.body_lg                    {color: #81ba40; scrollbar-base-color: #81ba40;}
.body_dg                    {color: #58a146; scrollbar-base-color: #58a146;}
.body_lb                    {color: #accfef; scrollbar-base-color: #accfef;}
.body_db                    {color: #3ca6e6; scrollbar-base-color: #3ca6e6;}
.body_y                     {color: #e0ed1c; scrollbar-base-color: #e0ed1c;}
.body_o                     {color: #b98523; scrollbar-base-color: #b98523;}
.body_p                     {color: #bc0075; scrollbar-base-color: #bc0075;}

.body_w a                   {color: #ffffff; font-weight: normal; text-decoration: none;}
.body_w a:hover             {color: #ffffff; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_lg a                  {color: #81ba40; font-weight: normal; text-decoration: none;}
.body_lg a:hover            {color: #81ba40; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_dg a                  {color: #58a146; font-weight: normal; text-decoration: none;}
.body_dg a:hover            {color: #58a146; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_lb a                  {color: #accfef; font-weight: normal; text-decoration: none;}
.body_lb a:hover            {color: #accfef; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_db a                  {color: #3ca6e6; font-weight: normal; text-decoration: none;}
.body_db a:hover            {color: #3ca6e6; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_y a                   {color: #e0ed1c; font-weight: normal; text-decoration: none;}
.body_y a:hover             {color: #e0ed1c; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_o a                   {color: #b98523; font-weight: normal; text-decoration: none;}
.body_o a:hover             {color: #b98523; font-weight: normal; text-decoration: none; cursor: pointer;}
.body_p a                   {color: #bc0075; font-weight: normal; text-decoration: none;}
.body_p a:hover             {color: #bc0075; font-weight: normal; text-decoration: none; cursor: pointer;}

.body_highlight_w           {color: #000000; scrollbar-base-color: #555555;}
.body_highlight_lg          {color: #000000; scrollbar-base-color: #81ba40;}
.body_highlight_dg          {color: #000000; scrollbar-base-color: #58a146;}
.body_highlight_lb          {color: #000000; scrollbar-base-color: #accfef;}
.body_highlight_db          {color: #000000; scrollbar-base-color: #3ca6e6;}
.body_highlight_y           {color: #000000; scrollbar-base-color: #e0ed1c;}
.body_highlight_o           {color: #000000; scrollbar-base-color: #b98523;}
.body_highlight_p           {color: #000000; scrollbar-base-color: #bc0075;}

h1                          {font-size: 16px; font-weight: bold; margin: 0px; padding: 0px;}
h2                          {font-size: 14px; font-weight: bold; margin: 0px; padding: 0px;}
h3                          {font-size: 12px; font-weight: bold; margin: 0px; padding: 0px;}

a                   {color: #fff; font-weight: normal; text-decoration: none;}
a:hover             {color: #fff; font-weight: normal; text-decoration: none; cursor: pointer;}

.body_highlight_w h2        {color: #000000;}
.body_highlight_lg h2       {color: #81ba40;}
.body_highlight_dg h2       {color: #58a146;}
.body_highlight_lb h2       {color: #accfef;}
.body_highlight_db h2       {color: #3ca6e6;}
.body_highlight_y h2        {color: #e0ed1c;}
.body_highlight_o h2        {color: #b98523;}
.body_highlight_p h2        {color: #bc0075;}

p                           {margin-top: 10px; margin-bottom: 10px; padding: 0px;}

input                       {background-color: #000; border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff; font-family: arial; font-size: 13px; text-align: left;}
.input_w                    {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_lg                   {border-bottom: 1px solid #81ba40; border-left: 1px solid #81ba40; border-right: 1px solid #81ba40; border-top: 1px solid #81ba40; color: #81ba40;}
.input_dg                   {border-bottom: 1px solid #58a146; border-left: 1px solid #58a146; border-right: 1px solid #58a146; border-top: 1px solid #58a146; color: #58a146;}
.input_lb                   {border-bottom: 1px solid #accfef; border-left: 1px solid #accfef; border-right: 1px solid #accfef; border-top: 1px solid #accfef; color: #accfef;}
.input_db                   {border-bottom: 1px solid #3ca6e6; border-left: 1px solid #3ca6e6; border-right: 1px solid #3ca6e6; border-top: 1px solid #3ca6e6; color: #3ca6e6;}
.input_y                    {border-bottom: 1px solid #e0ed1c; border-left: 1px solid #e0ed1c; border-right: 1px solid #e0ed1c; border-top: 1px solid #e0ed1c; color: #e0ed1c;}
.input_o                    {border-bottom: 1px solid #b98523; border-left: 1px solid #b98523; border-right: 1px solid #b98523; border-top: 1px solid #b98523; color: #b98523;}
.input_p                    {border-bottom: 1px solid #bc0075; border-left: 1px solid #bc0075; border-right: 1px solid #bc0075; border-top: 1px solid #bc0075; color: #bc0075;}

.input_highlight_w          {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_lg         {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_dg         {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_lb         {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_db         {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_y          {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_o          {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}
.input_highlight_p          {border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; color: #ffffff;}

.breadcrumb                 {margin-left: 41px; margin-top: 0px; border: 0px solid white; font-weight: bold;}

.container                  {text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; background-image: url('../images/pictoright_logo.gif'); background-repeat: no-repeat; background-position: 40px 40px;}
.iframecontainer_w          {color: #ffffff; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_w a        {color: #ffffff;}
.iframecontainer_w a:hover  {color: #ffffff;}
.iframecontainer_lg         {color: #81ba40; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_lg a       {color: #81ba40;}
.iframecontainer_lg a:hover {color: #81ba40;}
.iframecontainer_dg         {color: #58a146; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_dg a       {color: #58a146;}
.iframecontainer_dg a:hover {color: #58a146;}
.iframecontainer_lb         {color: #accfef; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_lb a       {color: #accfef;}
.iframecontainer_lb a:hover {color: #accfef;}
.iframecontainer_db         {color: #3ca6e6; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_db a       {color: #3ca6e6;}
.iframecontainer_db a:hover {color: #3ca6e6;}
.iframecontainer_y          {color: #e0ed1c; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_y a        {color: #e0ed1c;}
.iframecontainer_y a:hover  {color: #e0ed1c;}
.iframecontainer_o          {color: #b98523; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_o a        {color: #b98523;}
.iframecontainer_o a:hover  {color: #b98523;}
.iframecontainer_p          {color: #bc0075; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_p a        {color: #bc0075;}
.iframecontainer_p a:hover  {color: #bc0075;}

.iframecontainer_highlight_w          {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_w a        {color: #222222;}
.iframecontainer_highlight_w a:hover  {color: #222222;}
.iframecontainer_highlight_lg         {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_lg a       {color: #81ba40;}
.iframecontainer_highlight_lg a:hover {color: #81ba40;}
.iframecontainer_highlight_dg         {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_dg a       {color: #58a146;}
.iframecontainer_highlight_dg a:hover {color: #58a146;}
.iframecontainer_highlight_lb         {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_lb a       {color: #3ca6e6;}
.iframecontainer_highlight_lb a:hover {color: #3ca6e6;}
.iframecontainer_highlight_db         {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_db a       {color: #3ca6e6;}
.iframecontainer_highlight_db a:hover {color: #3ca6e6;}
.iframecontainer_highlight_y          {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_y a        {color: #e0ed1c;}
.iframecontainer_highlight_y a:hover  {color: #e0ed1c;}
.iframecontainer_highlight_o          {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_o a        {color: #b98523;}
.iframecontainer_highlight_o a:hover  {color: #b98523;}
.iframecontainer_highlight_p          {color: #000000; text-align: left; width: 100%; height: 100%; border: 0px solid white; margin: auto; }
.iframecontainer_highlight_p a        {color: #bc0075;}
.iframecontainer_highlight_p a:hover  {color: #bc0075;}

.paddingtable_w             {font-size: 13px; color: #ffffff; width: 100%; height: 100%;}
.paddingtable_w a           {color: #ffffff; }
.paddingtable_w a:hover     {color: #ffffff; }
.paddingtable_lg            {font-size: 13px; color: #81ba40; width: 100%; height: 100%;}
.paddingtable_lg a          {color: #81ba40;}
.paddingtable_lg a:hover    {color: #81ba40;}
.paddingtable_dg            {font-size: 13px; color: #58a146; width: 100%; height: 100%;}
.paddingtable_dg a          {color: #58a146;}
.paddingtable_dg a:hover    {color: #58a146;}
.paddingtable_lb            {font-size: 13px; color: #accfef; width: 100%; height: 100%;}
.paddingtable_lb a          {color: #accfef;}
.paddingtable_lb a:hover    {color: #accfef;}
.paddingtable_db            {font-size: 13px; color: #3ca6e6; width: 100%; height: 100%;}
.paddingtable_db a          {color: #3ca6e6;}
.paddingtable_db a:hover    {color: #3ca6e6;}
.paddingtable_y             {font-size: 13px; color: #e0ed1c; width: 100%; height: 100%;}
.paddingtable_y a           {color: #e0ed1c;}
.paddingtable_y a:hover     {color: #e0ed1c;}
.paddingtable_o             {font-size: 13px; color: #b98523; width: 100%; height: 100%;}
.paddingtable_o a           {color: #b98523;}
.paddingtable_o a:hover     {color: #b98523;}
.paddingtable_p             {font-size: 13px; color: #bc0075; width: 100%; height: 100%; }
.paddingtable_p a           {color: #bc0075;}
.paddingtable_p a:hover     {color: #bc0075;}

.paddingtable_highlight_w          {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_w a        {color: #222222;}
.paddingtable_highlight_w a:hover  {color: #222222;}
.paddingtable_highlight_lg         {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_lg a       {color: #81ba40;}
.paddingtable_highlight_lg a:hover {color: #81ba40;}
.paddingtable_highlight_dg         {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_dg a       {color: #58a146;}
.paddingtable_highlight_dg a:hover {color: #58a146;}
.paddingtable_highlight_lb         {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_lb a       {color: #3ca6e6;}
.paddingtable_highlight_lb a:hover {color: #3ca6e6;}
.paddingtable_highlight_db         {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_db a       {color: #3ca6e6;}
.paddingtable_highlight_db a:hover {color: #3ca6e6;}
.paddingtable_highlight_y          {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_y a        {color: #e0ed1c;}
.paddingtable_highlight_y a:hover  {color: #e0ed1c;}
.paddingtable_highlight_o          {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_o a        {color: #b98523;}
.paddingtable_highlight_o a:hover  {color: #b98523;}
.paddingtable_highlight_p          {font-size: 13px; color: #000000; width: 100%; height: 100%;}
.paddingtable_highlight_p a        {color: #bc0075;}
.paddingtable_highlight_p a:hover  {color: #bc0075;}

.bigmenublock_w             {background-image: url('../images/bigmenu_w.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;         filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_w           {background-image: url('../images/smallmenu_w.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_w     {background-image: url('../images/staticsmallmenu_w.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95;}
.contentblock_w             {background-image: url('../images/contentblock_w.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;    filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_lg            {background-image: url('../images/bigmenu_lg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_lg          {background-image: url('../images/smallmenu_lg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;       filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_lg    {background-image: url('../images/staticsmallmenu_lg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_lg            {background-image: url('../images/contentblock_lg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;   filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_dg            {background-image: url('../images/bigmenu_dg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_dg          {background-image: url('../images/smallmenu_dg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;       filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_dg    {background-image: url('../images/staticsmallmenu_dg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_dg            {background-image: url('../images/contentblock_dg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;   filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_lb            {background-image: url('../images/bigmenu_lb.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_lb          {background-image: url('../images/smallmenu_lb.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;       filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_lb    {background-image: url('../images/staticsmallmenu_lb.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_lb            {background-image: url('../images/contentblock_lb.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;   filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_db            {background-image: url('../images/bigmenu_db.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_db          {background-image: url('../images/smallmenu_db.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;       filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_db    {background-image: url('../images/staticsmallmenu_db.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_db            {background-image: url('../images/contentblock_db.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;   filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_y             {background-image: url('../images/bigmenu_y.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;         filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_y           {background-image: url('../images/smallmenu_y.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_y     {background-image: url('../images/staticsmallmenu_y.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_y             {background-image: url('../images/contentblock_y.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;    filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_o             {background-image: url('../images/bigmenu_o.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;         filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_o           {background-image: url('../images/smallmenu_o.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_o     {background-image: url('../images/staticsmallmenu_o.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_o             {background-image: url('../images/contentblock_o.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;    filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.bigmenublock_p             {background-image: url('../images/bigmenu_p.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 150; height: 200;         filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.smallmenublock_p           {background-image: url('../images/smallmenu_p.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 90; height: 120;        filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.staticsmallmenublock_p     {background-image: url('../images/staticsmallmenu_p.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 100; height: 30;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_p             {background-image: url('../images/contentblock_p.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;    filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }

.contentblock_highlight_w   {background-image: url('../images/contentblock_highlight_w.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_lg  {background-image: url('../images/contentblock_highlight_lg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_dg  {background-image: url('../images/contentblock_highlight_dg.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_lb  {background-image: url('../images/contentblock_highlight_lb.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_db  {background-image: url('../images/contentblock_highlight_db.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_y   {background-image: url('../images/contentblock_highlight_y.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_o   {background-image: url('../images/contentblock_highlight_o.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.contentblock_highlight_p   {background-image: url('../images/contentblock_highlight_p.gif'); background-repeat: no-repeat; border: 0px solid #fff; position: absolute; width: 530; height: 330;  filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }

.contentiframe              {width: 510; height: 310; }

.iframescrolldiv            {width: 510; height: 257; overflow: auto; border: 0px solid white; }
.iframescrolldivspacer      {width: 485; border: 0px solid white;}

.closeimage                 {cursor: pointer;}

.hotnews_inleiding { font-size: 13px; font-weight: bold; font-family: Arial; }
.hotnews_detail { font-size: 13px; font-family: Arial; }

a.black_anchor  {color: #000000;}
a.black_anchor :hover  {color: #e0ed1c;}

.zoekstring_arceren_highlight {background-color: #cccccc;}
.zoekstring_arceren_geenhighlight {background-color: #000000;}
