/***************************************************************************************************
* css_main.php
* This code is part of the Wbiz-cms software (©www.Wbiz.dk)
*---------------------------------------------------------------------------------------------------
* You have to obtain permission before selling this code, using it on a commercial website, or
* redistributing it over the Internet. In all cases the copyright must remain intact as well as
* the credits and site link.
* For permission to remove copyright, credits and site link please contakt: permissions@wbiz.dk
* WbizCMS Version 2.3 - January 2009
* Design by Wbiz Design, © 2008 Kaj Christensen/wbiz@wbiz.dk
*---------------------------------------------------------------------------------------------------
* Main stylesheet for Wbiz-cms
****************************************************************************************************/
/* Main definitions */
body {background-color: #414872; margin: 0; padding:0px; font-family: 'Verdana'; color: #3c3c3c; font-size: 0.9em; text-align: -moz-center;
      height: 680px; background-image: url(../style/images/back_top.png); background-repeat: repeat-x;}

/* Scrollbar definitions */
body {scrollbar-face-color: #D0D8E0;
scrollbar-highlight-color: #FECE5D6;
scrollbar-3dlight-color: #F7F5F7;
scrollbar-shadow-color: #353C5E;
scrollbar-darkshadow-color: #58618C;
scrollbar-arrow-color: #58618C;
scrollbar-track-color: #B2BACB;
}

/* General links in the page text */
a:link { color: #2A3638; text-decoration: none; font-weight: normal; font-style: normal; background-color: transparent;}
a:visited { color: #2A3638; text-decoration: none; font-weight: normal; font-style: normal; background-color: transparent;}
a:hover { color: #2A3638; text-decoration: none; font-weight: normal; font-style: normal; background-color: #848DAB;}
a:active { color: #2A3638; text-decoration: none; font-weight: normal; font-style: normal; background-color: #848DAB;}

/* Site definitions */
#site {margin-top: 0 px; padding: 0px; width: 900px; background-color: transparent; font-family: Verdana; font-size: 100%; color: #2A3638;
      border-top: 0px solid #848DAB; border-bottom: 0px solid #848DAB; border-left: 0px solid #848DAB;  border-right: 0px solid #848DAB;}



