﻿/*
weet't kennis systemen
Updated: June 28 2004
*/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #666;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}

.hide {
	display: none;
	}

/* ---( top )------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: url(../images/bg_dark.gif) repeat-y;
	width: 782px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}

html>body #wrap {
  	width: 750px;
	} 

#logo {
	background: #f60 url(../images/orange_top.gif) no-repeat top left;
	background-repeat: no-repeat;
	height: 63px;
	padding: 0;
	margin: 0;
	}

#logo a  {
	border-style: none;
	display: block;
	width: 400px;
	}

#logo img  {
	display: block;
	width: 0;
	}

#logo span {
	position: absolute;
	top: 3px;
	left: 20px;
	width: 400px;
	height: 60px;
	background: url(../images/weett.gif) no-repeat;
	/*	padding-top:20px;*/
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:65px;
	color:#000;
	}
#logo span sub{
	color:#fff;
	font-size:20px;
	vertical-align:baseline;
	}

html>body #logo span {
	top: 3px;
	}

/* ---( main column )----------------------------- */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	background: url(../images/main_bg6.gif) no-repeat top left;
	}

#content {
	float: left;
	margin: 24px 0 0 0;
	padding: 0 20px;
	width: 502px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 462px;
	}

html>body #content { /* be nice to Opera */
	width: 462px;
	}

/* ---( right column )----------------------------- */

#sidebar {
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 509px;
	padding: 60px 15px 0 20px;
	color: #937966;
	}

/* eye */

#eye {
	position: absolute;
	top: 6px;
	right: 26px;
	width: 138px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../images/oog.gif) no-repeat top right;
	}

/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #666;
	background: #333;
	border-top: 1px solid #000;
	}
	
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #888;
	}

#footer a:hover {
	color: #ccc;
	}
