/* #####################################################################################
 *  
 *  Onderdeel    > Custom Content Management Systeem                                    
 *  Bestand      > index.css                                
 *  Versie       > 1.0
 *  Maker script > Tim van Tetrode - Trixes Webdesign
 *  Website      > http://www.trixes-webdesign.nl  
 *
 *  Dit script is gemaakt door Trixes Webdesign © 2006. Dit script mag alleen gebruikt
 *  worden door klanten van Trixes Webdesign.
 *               
 * #####################################################################################
 */

/* Styling Standaard elementen m.u.v. links (a)
/*************************************************/
* {
	box-sizing: border-box;
	-moz-box-sizing: content-box;  
}
body{
	padding: 20px;
	margin: 0px;
	color: #000000;
	text-align: left;
	background-color: #DCB792;
}
body, table, td, tr, input, select, option, textarea{
	font-size: 13px;
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
}

td{
	text-align: left;
	vertical-align: top;
}
fieldset{
	text-align: left;
}
/* Styling links (a)
/*************************************************/
a:link     {text-decoration: underline; color: #11006E;}
a:visited  {text-decoration: underline; color: #11006E;}
a:active   {text-decoration: underline; color: #11006E;}
a:hover    {text-decoration: none     ; color: #000000;}

#keuzes a:link, .row2 a:link       {text-decoration: none     ; color: #000000;}
#keuzes a:visited, .row2 a:visited {text-decoration: none     ; color: #000000;}
#keuzes a:active, .row2 a:active   {text-decoration: none     ; color: #000000;}
#keuzes a:hover, .row2 a:hover     {text-decoration: underline; color: #11006E;}

fieldset a:link     {text-decoration: none     ; color: #000000;}
fieldset a:visited  {text-decoration: none     ; color: #000000;}
fieldset a:active   {text-decoration: none     ; color: #000000;}
fieldset a:hover    {text-decoration: underline; color: #11006E;}

.row1 a:link     {text-decoration: none     ; color: #000000;}
.row1 a:visited  {text-decoration: none     ; color: #000000;}
.row1 a:active   {text-decoration: none     ; color: #000000;}
.row1 a:hover    {text-decoration: underline; color: #FFFFFF;}

.row8 a:link     {text-decoration: none     ; color: #000000;}
.row8 a:visited  {text-decoration: none     ; color: #000000;}
.row8 a:active   {text-decoration: none     ; color: #000000;}
.row8 a:hover    {text-decoration: underline; color: #000000;}

.row6 a:link     {text-decoration: underline; color: #000000;}
.row6 a:visited  {text-decoration: underline; color: #000000;}
.row6 a:active   {text-decoration: underline; color: #000000;}
.row6 a:hover    {text-decoration: none     ; color: #000000;}

.row9 a:link     {text-decoration: none     ; color: #000000;}
.row9 a:visited  {text-decoration: none     ; color: #000000;}
.row9 a:active   {text-decoration: none     ; color: #000000;}
.row9 a:hover    {text-decoration: underline; color: #000000;}

/* Styling Custom elementen
/*************************************************/

#buitentabel{
	width: 780px;
	background-color: #F7F2EC;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

#menu1{
	width: 200px; 
	height: 207px;
}
#header{
	width: 580px; 
	height: 207px;
}

#menu2{
	width: 200px; 
}
#inhoud{
	width: 545px;
	vertical-align: top;
	
	padding: 5px 20px 0px 15px;
}

#keuzes{
	width: 150px;
	margin-left: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	background-color: #DBC3A9;
	border-collapse: collapse;
}

.hond, .hond2{
	width: 500px;
	border: 1px solid #000000;
	border-collapse: collapse;
	background-image: url(images/achtergrond_inhoud.gif);
}
.hond td, .hond2 td{
	border: 1px solid #000000;
}

.leeg td{
	border: 0px;
}
.hond_datum{
	text-align: right;
	font-style: italic;
	background-color: #DCB792;
}

.row1{
	font-weight: bold;
	background-color: #C88E54;
	border: 1px solid #000000;
}

.row2{
	font-weight: bold;
	background-color: #DCB792;
	border: 1px solid #000000;
}
.row3{
	padding: 10px;
}
.row4{
	padding: 5px;
}
#row4{
	border-right: 0px;
	vertical-align: middle;
}
#row5{
	border-left: 0px;
	vertical-align: middle;
}
.row6{
	background-color: #C88E54;
}
.row7{
	background-color: #C88E54;
	text-align: right;
}	
.row8{
	background-color: #DCB792;
}
.row9{
	background-color: #DCB792;
	text-align: right;
}
.hond2 .row3{
	font-size: 11px;
	padding: 2px;
	text-align: center;
}
.hond2 .row3 a{
	text-decoration: none;
	color: #000000;
}
#copyright{
	background-color: #D3A77A;
	border-top: 1px solid #000000;
	text-align: center;
}

.send{
	font-weight: bold;
}
.rood{
	color: #FF0000; 
	font-weight: bold;
}

#videoboek_link a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#videoboek_link a:hover{
	text-decoration: underline;
}
/* Einde CSS bestand
/**********************************************************/
