/******************************************
Website : De Kwast schilder- en klussenbedrijf
CSS : Lautenbag Reclame (Eefje Graauwmans)
E-mail: info@lautenbagreclame.nl
WWW: http://www.lautenbagreclame.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

html,body{ margin:0;padding:0 }
a img { border: 0; }
:-moz-any-link:focus { outline: none; }

/*LAYOUT
*****************************************/
body{
	text-align:center;
	background: #ccc;
	margin-bottom: 20px;}
	
div#winterschilder{
	margin:30px 0 0 230px;}
	
a.winterschilder{
	float: left;
	display: inline;
	width: 555px;
	height: 50px;
	margin-top: -50px;
	margin-left: -150px;
	background: transparent;
	cursor: pointer;
	position: absolute;
	}

div#producten{
	margin:30px 0 0 230px;}
	
a.producten{
	float: left;
	display: inline;
	width: 530px;
	height: 50px;
	margin-top: -50px;
	margin-left: -150px;
	background: transparent;
	cursor: pointer;
	position: absolute;
	}
	
div#menu{
	line-height:30px;
	height: 30px;
	margin:0 0 0 230px;
	background: #c686b5;
	overflow: hidden;}

div#container{
	width:785px;
	margin:40px auto 0;
	text-align:left;}

div#content{
	float:right;
	display: inline;
	width:555px;
	height: 420px;
	background: #fff;
	overflow: auto;
	overflow-x:hidden;}

div#sidebar{
	float:left;
	display:inline;
	width:228px;
	height: 420px;
	background:#002d5c url("img/sidebar.jpg") left top no-repeat;}

div#footer{
	clear:both;
	width:100%;
	height: 0px;}

/*TYPOGRAFIE
*****************************************/
body{
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 17px;}

/*H1, H2, H3, H4*/
h1{
	margin: 20px 15px;
	padding: 0;
	color: #e5322c;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	font-family: tahoma,verdana,arial,sans-serif;}

h2, h3, h4 {
	margin: 0 15px 2px;
	padding: 0;
	color: #e5322c;
	line-height: 16px;
	font-weight: bold;
	font-family: tahoma,verdana,arial,sans-serif;}

h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 12px;}

/*P*/
p{
	margin: 0 15px 16px;
	padding: 0;
	color: #333;}

div#sidebar p{
	margin: 305px 15px 0 32px;
	color: #000;
	font-size: 11px;}

small{
	font-size: 11px;}
	
/*UL, OL, LI*/
ul, ol{
	margin: 0 15px 16px 30px;
	padding: 0;}

li{
	color: #333;
	line-height: 16px;}

/*LINKS
*****************************************/
a{
	text-decoration: underline;
	font-weight: bold;}

a:link{
	color: #e5322c;}
	
a:visited{
	color: #e5322c;}
	
a:hover{
	color: #e5322c;
	text-decoration: none;}
	
a:active{
	color: #e5322c;}

/*LINKS H1, H2, H3, H4*/
h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
	font-weight: bold;}

h1 a:link, h2 a:link, h3 a:link, h4 a:link{
	color: #e5322c;}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited{
	color: #e5322c;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color: #f39800;
	text-decoration: none;}

h1 a:active, h2 a:active, h3 a:active, h4 a:active{
	color: #e5322c;}

/*LINKS SIDEBAR*/
div#sidebar a{
	text-decoration: none;
	font-weight: normal;}

div#sidebar a:link{
	color: #000;}
	
div#sidebar a:visited{
	color: #000;}
	
div#sidebar a:hover{
	color: #000;
	text-decoration: underline;}
	
div#sidebar a:active{
	color: #000;}

/*TABEL
*****************************************/

table{
	margin: 0 15px 15px;
	border: 0;
	/*border-left: 1px solid #f39800;*/
	/*border-bottom: 1px solid #f39800;*/
	width: 480px;}

tr{
	margin: 0;
	padding: 0;}

td{
	/*border: 1px solid #f39800;*/
	border-left: 0;
	border-bottom: 0;
	margin: 0;
	padding: 2px 2px 2px 6px;
	color: #e5322c;}

th{
	/*border: 1px solid #f39800;*/
	border-left: 0;
	border-bottom: 0;
	margin: 0;
	padding: 2px 2px 2px 6px;
	background-color: #f39800;
	color: #fff;}

/*AFBEELDINGEN
*****************************************/
div#content img{
	float: right;
	display: inline;
	width: 240px;
	height: 160px;
	padding: 0;
	margin: 0 15px 15px 15px;}

/*div#content img:hover{
	position: absolute;
	float: right;
	width: 500px;
}*/



/*MENU
*****************************************/
div#menu a{

	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;}

div#menu a:link    { color: #000; background: transparent;}
div#menu a:visited { color: #000; background: transparent;}
div#menu a:hover   { color: #000; text-decoration: none; background: transparent;}
div#menu a:active  { color: #000; background: transparent;}


div#menu a.home{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;
	}

div#menu a.home:link    { color: #000; background: #e5322c;}
div#menu a.home:visited { color: #000; background: #e5322c;}
div#menu a.home:hover   { color: #fff; text-decoration: none; background: #e5322c;}
div#menu a.home:active  { color: #000; background: #e5322c;}

div#menu a.homeactief{
	background: #fff;
}


div#menu a.overons{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;
	}

div#menu a.overons:link    { color: #000; background: #f39800;}
div#menu a.overons:visited { color: #000; background: #f39800;}
div#menu a.overons:hover   { color: #fff; text-decoration: none; background: #f39800;}
div#menu a.overons:active  { color: #000; background: #f39800;}

div#menu a.overonsactief{
	background: #fff;
}


div#menu a.buitenwerk{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;
	}

div#menu a.buitenwerk:link    { color: #000; background: #96bf0d;} 
div#menu a.buitenwerk:visited { color: #000; background: #96bf0d;}
div#menu a.buitenwerk:hover   { color: #fff; text-decoration: none; background: #96bf0d;}
div#menu a.buitenwerk:active  { color: #000; background: #96bf0d;}

div#menu a.buitenwerkactief{
	background: #fff;
}


div#menu a.binnenwerk{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;
	}

div#menu a.binnenwerk:link    { color: #000; background: #f5de03;}
div#menu a.binnenwerk:visited { color: #000; background: #f5de03;}
div#menu a.binnenwerk:hover   { color: #fff; text-decoration: none; background: #f5de03;}
div#menu a.buitenwerk:active  { color: #000; background: ##f5de03;}

div#menu a.binnenwerkactief{
	background: #fff;
}

div#menu a.materiaal{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;
	}

div#menu a.materiaal:link    { color: #000; background: #0071b9;}
div#menu a.materiaal:visited { color: #000; background: #0071b9;}
div#menu a.materiaal:hover   { color: #fff; text-decoration: none; background: #0071b9;}
div#menu a.materiaal:active  { color: #000; background: #0071b9;}

div#menu a.materiaalactief{
	background: #fff;
}



div#menu a.contact{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: transparent;
	}

div#menu a.contact:link    { color: #000; background: #c686b5;}
div#menu a.contact:visited { color: #000; background: #c686b5;}
div#menu a.contact:hover   { color: #fff; text-decoration: none; background: #c686b5;}
div#menu a.contact:active  { color: #000; background: #c686b5;}

div#menu a.contactactief{
	background: #fff;
}


/*FORMULIER
*****************************************/
form{
	margin:0;
	padding: 0;}

form#contactformulier table {
	border: 0;}
	
form#contactformulier table td{
	border: 0;
	padding: 0 5px 0 0;}

form#contactformulier input,
form#contactformulier textarea{
	font-size: 12px;
	font-family: arial,sans-serif;
	line-height: 16px;
  color: #333;
  border: 1px solid #0071b9;
  background: #FFF;
  padding: 2px 0 2px 2px;}

form#contactformulier input,
form#contactformulier textarea{
	width: 230px;}

form#contactformulier textarea{
	height: 184px;
	width: 473px;}

form#contactformulier span{
    display: block;
    background-color: #fff;
    padding: 1px;
    margin: 0 0 8px;
    }

form#contactformulier input#submit{
	color: #fff;
	background-color: #0071b9;
  border: 1px solid #0071b9;
  border-top-color: #0071b9;
  border-bottom-color: #0071b9;
  cursor: pointer;
	padding: 4px;
	width: 160px;
	float: right;
	display: inline;}

