@charset "UTF-8";
/* CSS Document */
body			{
					font-family: Verdana;
					font-size: 11px;
					color : #666;						
					margin: 0;
					padding:0;
					background-color: #81675B;
					overflow: -moz-scrollbars-vertical;
					text-align:center;
					background-image:url(../images/top.jpg);
					background-repeat:repeat-x;
				}
#container		{
					width: 1050px;
					background-color:#c2272d;
					height:auto;
					position:relative;
					margin:0 auto;
					text-align:left;
					margin-top:10px;
					background-image:url(../images/DFVR_INT08_bruin02_web3_09.jpg);
					background-repeat:repeat-y;
				}
				
/*#main			{
					width: 1050px;
					padding:0;
					background-color:#443311;
					background-image:url(../images/DFVR_INT08_bruin02_web_10.jpg);
					background-repeat:repeat-y;
				}
*/	
/*Linkerstuk met toren*/
			
#left			{
					width:382px;
					height:561px;
					background-image:url(../images/DFVR_INT08_bruin02_web3_03.jpg);
					background-repeat:no-repeat;
					float:left;
				}
/*Rechterstuk met content*/
#top			{
					height:133px;
					margin-left:382px;
					background-image:url(../images/DFVR_INT08_bruin02_web3_04.jpg);
					background-repeat:no-repeat;
				}
				
#topMenu		{
					height:33px;
					margin-left:382px;
					background-image:url(../images/DFVR_INT08_bruin02_web3_06.jpg);
					background-repeat:no-repeat;
					text-align:right;
					font-size:10px;
					font-weight:lighter;
				}	
				
#content		{
					width:493px;
					margin-left:382px;
					background-color:#81675B;
					background-image:url(../images/midden_space.jpg);
					background-repeat:repeat-y;
					min-height:405px;
				}
				
#right			{
					width:175px;
					height:395px;
					margin-left:875px;
					position:absolute;
					top:166px;
					background-image:url(../images/DFVR_INT08_bruin02_web3_08.jpg);
					background-repeat:no-repeat;
				}
				
				
#footer			{
					width:1050px;
					height:395px;
					background-image:url(../images/DFVR_INT08_bruin02_web3_11.jpg);
					background-repeat:no-repeat;
					
				}
/*navigatie*/
#left ul		{
					padding-left:160px;
					padding-right:65px;
					padding-top:400px;
					list-style:none;
				}
				
#left li	{
					border-bottom:1px solid #666666;
					text-align:left;
					padding-bottom:2px;
				}
#left li.lastitem	{
					border-bottom:0px solid #666666;
					text-align:left;
					padding-bottom:2px;
				}
				
#left a			{
					text-decoration:none;
					color:#666666;
				}
				
#left a:hover	{
					text-decoration:none;
					color:#c2272D;
				}
				
.actief			{
					color:#c2272d;
				}
				
/*top navigatie*/
#topMenu ul		{
					list-style: none;
					margin: 0px 0;
					padding: 0;
					padding-top:4px;
					padding-right:160px;
					color:#FFFFFF;
				}
				
#topMenu li		{
					border-right:1px solid #fff;
					float:right;
					/*text-align:right;*/
					line-height: 11px;
					margin-top:5px;
					margin-right: 0px;
					margin-bottom: 0px;
					margin-left: 5px;
					padding-top: 0px;
					padding-right: 5px;
					padding-bottom: 0px;
					padding-left: 0px;
				}
#topMenu li.lastitem		{	
					border-right:0;
				}
				
#topMenu a		{
					text-decoration:none;
					color:#FFFFFF;
				}
				
#topMenu a:hover{
				color:#431;
				}
				
/*Opbouw teksteb*/
h1				{
					font-size:12px;
					color:#c2272d;
				}
					
.insprong		{
					margin-left:10px;
				}
				
.slented		{
					font-style:italic;
					color:#81675B;
				}
				
.wijnPraat		{
					font-style:italic;
					color:#888;
					margin-left:20px;
					font-size:10px;
					margin-top:0px;
				}
				
a				{
					color:#c2272d;
				}
				
a:hover			{
					color:#888;
					text-decoration:none;
				}
