/*      Bob Maesen STYLE SHEET
This stylesheet is used for all the elements that are used in the Bob Maesen website. Only make changes in this document if you are well aware what you are doing. Changes made in this document may result in a non-intuitive and/or (partially) loss of functionality.
*/
 
/*      COPYRIGHT STATEMENT
You may adapt elements of this CSS in your own projects, but the  unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2007 Candidmind and may not be reproduced.
*/
 
/* DE OPMAAK START HIER */

body	{
 color: #fff;
 background: #616161 url("../images/bodytop.jpg") repeat-x; 
 text-align: center;
 padding: 0;
 margin:0;
 scrollbar-base-color: #585858;
scrollbar-arrow-color: #A43F43;
scrollbar-3dlight-color: #cccccc;
 scrollbar-darkshadow-color: #616161;
}

#wrapper	{
	position: relative;
	background: #585858 url("images/bg-b.gif") repeat-x;
	color: #fff;
	top: 0;
	margin: 0 auto;
	width: 768px;
}

#wrapper td	{
	font-size: 12px;
}

#main	{
	padding: 0;
	margin: 0;
	border: 0;
	color: #cccccc;
	clear: both;
	width: 768px;
	top: 0;
}

#content	{
	background-color: #343434;
	position: relative;
	float: left;
	top: 0;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-family: tahoma, verdana;
	font-size: 12px;
	width: 600px;
}

#contentwrap	{
	position: relative;
	border-left: 1px solid #707070;
	background-color: #343434;
	height: 550px;
	top: -3px;
	
}

html>#content 	{
	height: 	
	width: 600px;
	}


#top	{
	position: relative;
	width: 768px;
	text-align: left;
}

img	{
	border: none;
}

a	{
	color: #cccccc;
	text-decoration: none;
} 

h1	{
	font-size: 16px;
	font-weight: bold;
	color: #7D4C4F;
}

h3	{
	font-size: 12px;
	font-weight: normal;
	color: #7D4C4F;
}


/* Opmaak language selectors IMAGE FADING */
 
.gradualshine	{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

/* Opmaak van de language selector home div */

#home	{
	position: relative;	
	top: 278px;
}

/* Opmaak van de datum */

#date	{
	color: #c1c1c1;
	font-size: 11px;
}

/* opmaak van de navigatie */

.nav a {
	font-family: Trebuchet, verdana, arial;
	color: #343434;
	font-size: 12px;
	background: #c1c1c1;
	width: 86px;
	display: block;
	height: 42px;
	border-left: 1px solid #343434;
	padding-top: 15px;
}

.navs 	{
	font-family: Trebuchet, verdana, arial;
        color: #343434;
        font-size: 12px;
        background: #343434;
        width: 86px;
        display: block;
        height: 42px;
        border-left: 0px solid #343434;
        padding-top: 15px;
}

/* Opmaak van de input */
input        {
        background: #616161;
	padding: 3px;
        color: #fff;
        font-weight: bold;
	border: 1px solid #7F4C50;
	border-left: 3px solid #7F4C50;
	width: 340px;
}

textarea        {
        background: #616161;
        padding: 3px;
        color: #fff;
        font-weight: bold;
        border: none;
	border: 1px solid #7F4C50;
        border-left: 3px solid #7F4C50;
        width: 340px;
}

