/**                  
 * 1024x768.css
 *
 * Stylesheet definition for browsers with
 * a screenresolution that is equal or bigger than
 * 1024*768 px.
 *
 * @version 	1.0
 * @author	A.J. de Vries	
 * @package	www.schilderonderhoudsplan.nl
 * 
 * Copyright (c) 2005 Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF THIS SITE,  
 * WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com  
 *
 *
 * Colors:
 * Purple: 	 #753666
 * Purple light: #ab83a4
 * Blue: 	 #253662
 * Blue light:	 #d7e8ef
 *
 */
/*<![CDATA[*/ 

/* ------- HTML ELEMENTS -------- */

html {
	margin:0px;
	border:0px;
	width:100%;
	height:600px;
}

body { 
	padding: 0px; 
	margin: 0px; 
	overflow:auto;
}


body, th, td, p, div, span {
	color: #253662;
	font-size: 11px;
	font-family: Verdana, Century Gothic, Arial, Tahoma;
}


/* ------- LAYOUT ------ */

div#canvas { 
	padding: 0px; 
	width: 700px; 
	background-color: #fff;
	border: 0px solid gray;
	margin: 0px auto 0px auto; 
	text-align: left; 
}


/**
 * Header style(s) and
 * class definitions.
 */
div#header {
	height: 165px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;	
	float: left;
}

div#header_left {
	top:0px;	
	left:0px;
	width:367px;
	height:151px;
	position:relative;
	background:#753666;
	float: left;
}

div#logo {
	right: 90px;
	top: 50px;
	width: 240px;
	position:relative;
	background:#ffffff;
	float: right;
}


div#content {	
	display: block;
	float: left;
	width: 600px;
	padding: 12px;
	margin: 0;
	font-size: 10px;
	text-align:justify;
}

#container_left_bar {
	display: block;
	width: 942px;
	margin: 0;
	padding: 0;
}
	
#sidebarLeft {
	display: none;
}

#sidebarRight {
	display: none;
}

#sidebarRight ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

div#gototop {	
	display: block;
	background:#fff url('/pics/top.png') no-repeat right center;
	float: left;
	width: 505px;
	padding: 12px;
	margin: 0;
	font-size: 8px;
	text-align:right;
	cursor: hand;
}
/* -------  Content header text ------- */

div#content h1	{
	font-size: 16px; 
}
div#content h2	{
	font-size: 14px; 
}
div#content h3	{
	font-size: 12px; 
}
div#content h4	{
	font-size: 11px; 
	font-style: italic;
	font-weight: bold;
	
}
div#content h5	{
	font-size: 9px; 
}

div#content h6	{
	color: white;
	border: 1px solid black;
	background: red;
	text-align:center;
	font-family: times;
	font: italic small-caps 900 12px arial
}

div#content b	{
	color: #753666;
}

div#content img	{
	text-align: center;
	
}

#content ol {
	padding: 0px;
	margin: 0px 40px 40px 40px;
	list-style-type: decimal;
}

#content ol.big_list	{
	font-size: 14px; 
	color: #753666;
}

H1, H2, H3, H4, H5, H6 { padding: 0; margin: 0; font-family: Verdana, Arial;}


/* -------  Submenu ------- */


#sidebarRight .txt {
	text-align:center;
}

/*  ------- footer ------- */

#footer {
	background: url(/pics/bg_footer.png) repeat-x 200px 0px;
	font-family: Verdana, Century Gothic, Arial, Tahoma;
	font-size: 9px;
	color:#333333;
	clear: both;
	padding: 10px;
	margin-top: 1px;
	text-align: center;
}

a.footer:link		{	color: #1C2C56;	text-decoration: none;	}
a.footer:active		{	color: #1C2C56;	text-decoration: none;	font-weight: bold;}
a.footer:visited	{	color: #1C2C56; text-decoration: none;	}
a.footer:hover		{	color: #888888;	text-decoration: underline; }



/* ------- box ------- */	

#box_title {
	display: none;
}
	
#box { 
	width: 100%;
	color: #FFFFFF;
	text-align:center;
	background-color: #753666;
	margin: 20px 15px 20px auto;
	padding:3px 0px 3px 0px;
	font-size:10px;
}

#box a { 
	color: #FFFFFF; 	
	text-decoration:none;
}
	
#box a:hover { 
	color: #FFFFFF; 	
	text-decoration:underline;
}



/* ------- navigatie -------  */

div#header_bar  {
	display: none;
}


#header_bar a {
	color: #753666;
	text-decoration:none;
	
}


#navcontainer	{
	display: none;
	
}







/*]]>*/