@charset "utf-8";
/* CSS Document */

body					{
								font-family:				Arial, Helvetica, sans-serif; 
								font-size:					10px;
								color:						#616367;
								margin:						0px;
								padding:                  	0px;
								background-color:			#eeeeee;
								background-image:			url(../images/background.jpg);
								background-repeat:			no-repeat;
								background-position:		top center;
						}
						

table {

	font-size: 12px;
	color: #333;

}
					
#container				{
								width:						990px;
								position: absolute;
								left: 50%;
								float:						left;
								margin:						50px 0px 50px -495px;
						}

.login {

	padding: 85px 0px 0px 140px;

}


#login {

	background-color: #f4ac00;
	float: left;
	margin: 0px;
	padding: 0px;

}

h1						{
								font-family:				Arial, Helvetica, sans-serif;
								font-size:					14px;
								text-align:					center;
								color:						#343434;
						}
						
						
.bt						{			
								background-image:			url(../images/button.png);
								background-repeat:			no-repeat;
								font-family:				Tahoma;
								font-size:					12px;
								text-align:					left;
								color:						#ffffff;
								padding:                   	0px 0px 10px 25px;
								margin:						4px 0px 0px 0px;
						}
						

#header					{
								width:						986px;
								height:						158px;
								margin:						0px 0px 0px 1px;
								background-image:			url(../images/headerbg.png);
								background-repeat:			no-repeat;
								float:						left;	
						}
							

#logo					{
								width:						240px;
								height:						102px;
								margin:						50px 0px 0px 55px;
								float:						left;
								background-image:			url(../images/logo.png);
								background-repeat:			no-repeat;
						}
						
						
#menu					{
								width:						550px;
								height:						100px;
								margin:						48px 52px 0px 91px;
								float:						left;
						}
						

#menu ul				{
								list-style-type:			none;
								float: 						right;
								margin:						0px;
								padding:		            0px;	
						}

#menu ul li				{
								display:					inline;
						}
						
					
#menu ul li a			{			
								text-decoration:			none;
								font-size:					13px;
								width:						80px;
								text-align:					center;
								float:						left;
						}	

						
a.wit					{
								color:						#FFFFFF;
								padding:                   	5px;
						}																	


a.grijs					{
								color:						#c7c7c7;
								padding:                  	5px;
						}	
						
						
#home					{
								width:						92px;
								height:						65px;
								background-image:			url(../images/home.jpg);
								background-repeat:			no-repeat;
								float:						left;
						}
						
					
#overons				{
								width:						92px;
								height:						65px;
								background-image:			url(../images/overons.jpg);
								background-repeat:			no-repeat;
								float:						left;
								margin:						0px 0px 0px 10px;
						}
						
					
#maatwerk				{
								width:						92px;
								height:						65px;
								background-image:			url(../images/maatwerk.jpg);
								background-repeat:			no-repeat;
								float:						left;
								margin:						0px 0px 0px 10px;
						}
						
						
#referenties			{
								width:						92px;
								height:						65px;
								background-image:			url(../images/referenties.jpg);
								background-repeat:			no-repeat;
								float:						left;
								margin:						0px 0px 0px 10px;
						}
						

#contact				{
								width:						92px;
								height:						65px;
								background-image:			url(../images/contact.jpg);
								background-repeat:			no-repeat;
								float:						left;
								margin:						0px 0px 0px 10px;
						}
			
		
#content				{
								width:						986px;	
								min-height:					500px;
								background-image:			url(../images/contentbg.png);
								background-repeat:			repeat-y;
								background-position:		center;
								float:						left;
								margin:						0px 0px 0px 0px;
						}
						
					
#rechts					{
								width:						175px;
								height:						450px;
								margin:						30px 0px 0px 50px;
						}
						
						
.button					{
								float:						left;		
								width:						135px;
								min-height:					30px;
						}
					
						
.button ul				{
								list-style-type:			none;
								margin:						-2px 0px 0px 0px;
								border-top:					none;
						}
						
.button ul li			{
								border:						1px solid #d8d8d8;
								text-align:					center;
								width:						130px;
								height:						15px;
								margin:						0px 0px 0px -40px;
								padding:                	5px 0px 0px 0px;
								
						}
						

.button ul li.first		{
								border-top:					none;
								
						}
						
				
#tekstvak				{
								width:						720px;
								min-height:					100px;
								float:						left;
								margin:						-468px 0px 0px 226px;
						}
						
						
#tekstheader			{
								width:						720px;
								height:						68px;
								background-image:			url(../images/tekstheaderbg.png);
								background-repeat:			no-repeat;
								background-position:		center;
								float:						left;
						}
						
						
h1.headerbalk			{
								text-align:					left;
								float:						left;
								font-size:					17px;
								color:						#000000;
								margin:						35px 0px 0px 35px;
						}
						
						
#tekstinhoud			{
								width:						720px;
								min-height:					300px;
								background-image:			url(../images/tekstinhoudbg.png);
								background-position:		center;
								float:						left;
						}
					
						
#shirt1					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 65px;
						}
						
						
#shirt2					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 25px;
						}
						
						
#shirt3					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 25px;
						}
						
						
#shirt4					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 25px;
						}
						
						
#shirt5					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 65px;
						}
						
						
#shirt6					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 25px;
						}
						
						
#shirt7					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 25px;
						}
						
						
#shirt8					{
								border:						1px solid #343434;
								width:						125px;
								height:						175px;
								float:						left;
								margin:						20px 0px 0px 25px;
						}
					
												
.header					{
								float:						left;
								margin:						0px 0px 0px 12px
						}
						

.image					{
								width:						75px;
								height:						75px;
								float:						left;
								margin:						0px 0px 0px 23px;
						}
						
						
.kleurkeuze				{
								width:						105px;
								height:						25px;
								float:						left;
								margin:						0px 0px 0px 8px;
						}
						
						
.info					{
								float:						left;
								width:						60px;
								height:						32px;
						}
						
						
.prijs					{
								width:						60px;
								height:						32px;
								float:						left;
								margin:						0px 0px 0px 1px;
						}
						
						
#tekstfooter			{
								width:						720px;
								height:						49px;
								background-image:			url(../images/tekstfooter.png);
								background-position:		center;
								float:						left;
						}						
						
				
#footer					{
								width:						986px;
								height:						43px;
								margin:						0px 0px 0px 0px;
								background-image:			url(../images/footerbg.png);
								background-repeat:			no-repeat;
								background-position:		center;
								float:						left;
						}

#footer p {

	font-family: tahoma;
	text-align: center;
	width: 100%;
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;

}

