html, body, textarea{
	scrollbar-base-color:#D80000;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#4D0000;
 	scrollbar-darkshadow-color:#4D0000;
 	scrollbar-face-color:#D80000;
 	scrollbar-highlight-color:#ffffff;
  	scrollbar-shadow-color:#4D0000;
  	scrollbar-track-color:#DEC3C3;
}


body {
	background-color: #8C0000;
	background-image: url(../images/square/bg_red.jpg);
}

a:link{
	color:#990100;
	text-decoration : underline;
	font-weight: bold;
}
a:visited{
	color:#990100;
	text-decoration : underline;
	font-weight: bold;
}
a:hover{
	color:#990100;
	text-decoration : underline;
	font-weight: bold;
}

#submenuitems{
	background-image:url(../images/square/submenu_bg_red.gif);
}

div.submenu-no,
div.submenu-act{
	background-image: url(../images/square/submenu_divider_red.gif);
}

#submenu div.submenu-no a:link, #submenu div.submenu-no a:visited{
	color: #ffffff;
	background-image: url(../images/submenuicons/red_no.gif);
}

#submenu div.submenu-no a:hover, #submenu div.submenu-act a{
	background-color:#ffffff;
	color:#410000;
	background-image: url(../images/submenuicons/red_act.gif);
}


#contentheader{
	background-image: url(../images/square/contentheader_red.jpg);
}

#contentmain{
	background-image: url(../images/square/contentbg_red.gif);
}

#contentfooter{
	background-image: url(../images/square/contentfooter_red.gif);
}

div.rightboxheader{
	background-image: url(../images/square/rightboxheader_red.gif);
}

div.rightboxfooter{
	background-image: url(../images/square/rightboxfooter_red.gif);
}


/* pager */

td.pagerempty {
	background-image:url(../images/pager/empty_red.gif);
}
td.pagerset {
	background-image:url(../images/pager/set_red.gif);
}