/*******************************************/
/*            GENERAL PROPERTIES           */
/*******************************************/

body
{
	background-image: url(../images/tausta.gif);    
}

.body_text2
{
    color: #565656;
}

.title
{
    background: url('../images/titlefade.png') repeat-y left;
}

#content_wrapper
{
    border: 1px solid #d4d2d2;
    border-top: 0px;
    background: url('../images/menufade.png') repeat-x top #f8f6f6;
}

/**************** LINKS ********************/

a.link:link, a.link:visited,
a.link_selected:link, a.link_selected:visited
{
    color: blue;
}

/*******************************************/
/*                 HEADER                  */
/*******************************************/

#header
{
    background-color: #ffffff;
    border: 0px solid #d4d2d2;
    background: url('../images/header.png') no-repeat left;
}

a.language_link:link, a.language_link:visited
{
    color: #4259cc;
}

/*******************************************/
/*                 MENUS                   */
/*******************************************/

.menu_item
{
    border-left: 1px solid #000000;
}

#admin_menu
{
    background-color: #de620a;
    color: #000000;
}

a.menu_link:link, a.menu_link:visited
{
    color: #b1c1cf;
}

/*******************************************/
/*                CONTENT                  */
/*******************************************/

img
{
    border: 1px solid #787272;
}

.news_field, .guestbook_message
{
    background: #ffffff;
}

.section_link
{
    background: url('../images/sectionfade.png') repeat-y left;
}

.news_legend
{
    color: #3c3636;
}

#frontpage_info_side, .guestbook_message,
.section_content, .new_messages_table,
#blocked_ips, #areas_table, #stats_table,
#languages_table, .settings_td, #translations_table,
#log_table
{
    border: 1px solid #d4d2d2;
    background-color: #ffffff;
}

.admin_edit_div
{
    border: 1px dashed black;
}

/*******************************************/
/*                FOOTER                   */
/*******************************************/

#footer
{
    background: url('../images/footerfade.png') repeat-x left ;
    color: black;
}