/***************************************************************************************************
* main_css.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
****************************************************************************************************/

body  {background-color: white; margin-top: 20px; padding: 0px; font-family: 'Verdana'; color: black; text-align: -moz-center;}


/* Header styles */
#header {background-color: transparent; height: 150px; width: 898px; margin-top: 0px;
font-size: 1.0em; text-align: right; padding-left: 0px; padding-top: 0px;
border-top: #828282 2px solid; border-bottom: #828282 0px solid; border-left: #828282 2px solid;  border-right: #828282 2px solid;}
#header_image {margin: 8px 10px 5px;}

#top_container_full {background-color: #085AA3; height: 20px; width: 898px; margin-top: 0px;
        font-size: 0.8em; text-align: left; padding-left: 0px; padding-top: 0px;
        border-top: #828282 1px solid; border-bottom: #828282 0px solid; border-left: #828282 2px solid;  border-right: #828282 2px solid;}
	}

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:900px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */

	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		/*float:left;*/
		width:902px;
                position:relative;

	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0px 0px 1em 0px;
		overflow:auto;

	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */

	}
	.rightmenu .colleft {
		right:250px;			/* right column width */
		background:#fff;		/* left column background colour */

	}
	.rightmenu .col1 {background:transparent; margin-top: -6px;
	font-size: 0.8em; text-align: left; padding-left: 10px; padding-top: 10px;
	        height:420px;   
		width:630px;			/* left column content width (left column width minus left and right padding) */
		left:250px;			/* (right column width) plus (left column left padding) */
		border-right: transparent 2px solid; border-left: #828282 2px solid; border-top: #828282 0px solid;
	}
	.rightmenu .col2 { background:transparent; margin-top: -6px;
	font-size: 0.8em; text-align: left; padding-left: 5px; padding-top: 10px;
	        height:420px;
		width:249px;			/* right column content width (right column width minus left and right padding) */
		left:250px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		border-right: #828282 2px solid; border-left: transparent 2px solid; border-top: #828282 0px solid;
	}





/* Definition of top menu */
.top_menu{width: 100%; height: 20px; background: #085AA3; font-family : Verdana; font-size :12px;}
.top_menu ul{ margin: 0; padding: 0; float: left;}
.top_menu ul li{ display: inline;}
.top_menu ul li a{height: 20px; float: left; text-decoration: none; color: #ffffff; padding: 3px 10px; background: transparent url('../design/images/top_menu_normal.png') repeat-x; }
.top_menu ul li a:visited{ color: #ffffff;}
.top_menu ul li a:hover, .menu ul li .current{ height: 20px; color: #ffffff; background: transparent url('../design/images/top_menu_hover.png') repeat-x; font-weight:normal;}
#active_top_menu {display: block; height: 20px; background: transparent url('../design/images/top_menu_active.png') repeat-x; font-weight:normal;}
#top_menu_image {float: right; clear: right; margin-right: 24px; margin-top: 0px; border: 0px; width: 20px;}



/* Copyright */
#copyright {clear:both; background-color: transparent; height: 45px; width: 902px; margin-top: 0px;
        font-size: 0.7em; text-align: center; padding-right: 0px; padding-left: 0px; padding-top: 0px;
        border-top: #828282 2px solid; border-bottom: #828282 0px solid; border-left: #828282 0px solid;  border-right: #828282 0px solid;}




/* Footer text */
#footer {clear:both; background-color: transparent; height: 15px; width: 900px; margin-top: 0px;
        font-size: 0.6em; color: #a7a7a7; text-align: right; padding-right: 0px; padding-left: 0px; padding-top: 0px;
        border-top: #828282 0px solid; border-bottom: #828282 0px solid; border-left: #828282 0px solid;  border-right: #828282 0px solid;}
#footer a{color: #A7A7A7; text-decoration: none;}

