/*ALGEMEEN*/
	* {
		margin: 0;
		padding: 0;
	}

	body {
		position: relative;
		margin: 0px auto;
		width: 915px;
		
	}

	a {
		color: #F2B562;
		text-decoration: none;
		font-family: verdana;
		font-size: 9pt;
		font-style: normal;
		font-weight: normal;
	}

	a:hover {
		color: #F2B562;
		text-decoration: underline;
		font-family: verdana;
		font-size: 9pt;
		font-style: normal;
		font-weight: normal;
	}

	a.underline {
		color: #F2B562;
		text-decoration: underline;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
	}

	a.underline:hover {
		color: #F2B562;
		text-decoration: none;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
	}

	a.small {
		color: #F0AB4D;
		text-decoration: none;
		font-family: verdana;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
	}

	a.img {
		border: 0px solid;
		text-decoration: none;
	}

	a.small:hover {
		color: #F0AB4D;
		text-decoration: underline;
		font-family: verdana;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
	}

	a.pagina {
		color: #4C4C4C;
		text-decoration: underline;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
	}

	a:hover.pagina{
		color: #4C4C4C;
		text-decoration: none;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
	}

	a.dik {
		color: #4C4C4C;
		text-decoration: underline;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

	a.dik:hover{
		color: #4C4C4C;
		text-decoration: underline;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}


	h1{
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		padding: 0px;
	}

	h1.rood{
		font-family: verdana;
		color: #FF0000;
		font-size: 14pt;
		font-style: normal;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}

	h2 {
		font-family: verdana;
		color: #FF0000;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		padding: 2px 4px 2px 4px;
	}

	b {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
	}

	bsmall {
		font-family: verdana;
		color: #535151;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
	}
	b.rood {
		font-family: verdana;
		color: #700000;
		font-size: 11pt;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
	}

	p {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.italic {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: italic;
		font-weight: bold;
		text-transform: none;
		padding: 0px;
	}

	p.italicgroot {
		font-family: verdana;
		color: #535151;
		font-size: 11pt;
		font-style: italic;
		font-weight: bold;
		text-transform: none;
		padding: 0px;

	}
	p.italicsmall {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: italic;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.smallgrijs {
		font-family: verdana;
		color: #535151;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}


	p.small {
		font-family: verdana;
		color: #F2B562;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.kleingrijs {
		font-family: verdana;
		color: #6E6E6Ef;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.table {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.groot {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
	}

	p.rood{
		font-family: verdana;
		color: #FF0000;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.blauw{
		font-family: verdana;
		color: #4A708B;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.groen{
		font-family: verdana;
		color: #6E8B3D;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}

	p.roze{
		font-family: verdana;
		color: #EE9572;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
	}	
	

	p.grootrood {
		font-family: verdana;
		color: #FF0000;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
	}



	
	p.grootblauw {
		font-family: verdana;
		color: #4A708B;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
	}


	p.grootgroen {
		font-family: verdana;
		color: #6E8B3D;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
	}

	p.grootroze {
		font-family: verdana;
		color: #EE9572;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
	}

	center {
		font-family: verdana;
		color: #535151;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
	}

	img.kop {
		border: 2px solid;
		color: #000000;
		width: 850px;
		height: 250px;
	}

	img.header {
		border: 0px solid;
		width: 800px;
		height: 80px;
	}

	img.vlag {
		border: 0px solid;
		width: 20px;
		height: 13px;
	}

	img.contact {
		border: 0px solid;
		width: 13px;
		height: 11px;
	}

	img.spotlight {
		border: 0px solid;
	}


/*STANDAARD TABELLEN*/
	table.hf {
		border: 0px;
		width: 915px;
		border-collapse: collapse;
		background-color: #700000;
	}

	table {
		border: 0px;
		width: 915px;
		border-collapse: collapse;
	}

	table.pagina {
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}

	td.headerbreed {
		width:153px;
		background-color: #700000;
		font-family: verdana;
		color: #F2B562;
		font-size: 9pt;
		font-style: normal;
		font-weight: bold;
		text-align: center;
		text-transform: none;
	}

	td.headerbreed_nl {
		width: 175px;
		font-family: verdana;
		color: #700000;
		font-size: 9pt;
		font-style: normal;
		font-weight: bold;
		text-align: left;
		text-transform: none;
	}
	
	td.headersub {
		width: 229px;
		padding: 10px;
		background-color: #700000;
		font-family: verdana;
		color: #535151;
		font-size: 9pt;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-transform: none;
	}

	td.headersmal {
		background-color: #700000;		

	}

	td.headervlag {
		width: 20px;
		background-color: #700000;
	}

	td.footersmal {
		width: 228.75px;
		font-family: verdana;
		color: #F2B562;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: none;
	}

	td.footerbreed {
		width: 915px;
		font-family: verdana;
		color: #F2B562;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: none;
	}

	td.breed {
		width: 915px;
		font-family: verdana;
		text-align: center;
	}

	td.paginasmal {
		width: 229px;
	}

	td.paginabreed {
		width: 458px;
	}

/*NAVIGATIE*/
	ul				{padding: 0; margin: 0; list-style: none; float: left;}
	li				{float: left; position: relative; width: 9em;}
	li ul				{background-color: #700000; display: none; position: absolute; top: 1em; left: 0;}
	li>ul				{top: 1.2em; float: left; }
	li:hover ul, li.over ul		{display: block;}
	li:focus 			{color: #F2B562}
	content			{clear: left;}

/*SPECIFIEK PER PAGINA*/

/*ANSIKTE*/

	body.ansikte{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/spa.png");
	}
	tr.ansikte{
		background-color: #9F8964;
	}
	td.ansikte{
		background-color: #EDD7B3;
		padding: 10px;
		text-align: left;
	}
	table.ansikte{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.ansikte{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.ansiktebreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.ansiktesmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*BEREIK*/
	body.bereik{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}

	tr.bereik{
		background-color: #F2B562;
	}

	td.bereik{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}
	table.bereik{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
		
	} 	
	img.bereik{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.bereikbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.bereiksmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*BESTALLNINGSBUFFE*/
	body.bestallningsbuffe{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}

	tr.bestallningsbuffe{
		background-color: #B49C51;
	}

	td.bestallningsbuffe{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}
	table.bestallningsbuffe{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
		
	} 	
	img.bestallningsbuffe{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.bestallningsbuffebreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.bestallningsbuffesmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*BOEKING*/
	body.boeking {
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}

	tr.boeking {
		background-color: #F2B562;
	}

	td.boeking {
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}

	table.boeking {
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}


/*BRUILOFT*/
	body.bruiloft{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/fira.png");
	}


	tr.bruiloft{
		background-color: #F2A092;
	}

	td.bruiloft{
		background-color: #f3dad5;
		width: 458px;
		padding: 10px;
	}

	table.bruiloft{
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}


	img.bruiloftbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}

	img.bruiloftsmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}

/*BOENDEPAKET*/
	body.boendepaket{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.boendepaket{
		background-color: #DFA34E;
	}
	td.boendepaket{
		background-color: #FFCF8A;
		padding: 10px;
	}
	img.boendepaket{
		border: 0;
		width: 196px;
		height: 138px;
	}

/*CAFE*/
	body.cafe{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.cafe{
		background-color: #B49C51;
	}
	td.cafe{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.cafe{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.cafe{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.cafebreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.cafesmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}

/*CONFERENTIE*/
	body.conferentie{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/konferens.png");
	}

	tr.conferentie{
		background-color: #a6a452;
	}

	td.conferentie{
		background-color: #d5d5b9;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.conferentie{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.conferentie{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.conferentiebreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.conferentiesmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}

/*CONFAKTIEF*/
	body.confaktief{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/konferens.png");
	}

	tr.confaktief{
		background-color: #a6a452;
	}

	td.confaktief{
		background-color: #d5d5b9;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.confaktief{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.confaktief{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.confaktiefbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.confaktiefsmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*CONTACT*/
	body.contact{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}

	tr.contact{
		background-color: #F2B562;
	}

	td.contact{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}

	table.contact{
		border: 0px;
		width: 210px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.contactbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}

	img.contactsmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*DALARNA*/
	body.dalarna{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}

	tr.dalarna{
		background-color: #DAC06B;
	}

	td.dalarna{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}

	table.dalarna{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.dalarnabreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}

	img.dalarnasmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*DISCLAIMER*/
	body.disclaimer{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.disclaimer{
		background-color: #F2B562;
	}
	td.disclaimer{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}



/*DOWNLOADS*/
	body.downloads{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}

	tr.downloads{
		background-color: #F2B562;
	}

	td.downloads{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.downloads{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.downloads{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.downloadsbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.downloadssmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}

/*FAMILJEHELG*/
	body.familjehelg{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.familjehelg{
		background-color: #DAC06B;
	}

	td.familjehelg{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}

	table.familjehelg{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.familjehelgbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.familjehelgsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*GASTENBOEK*/
	body.gastenboek{
		background-color: #F9D8AC;
	}
	tr.gastenboek{
		background-color: #F2B562;
	}
	td.gastenboek{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}

/*GOLF*/
	body.golf{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.golf{
		background-color: #F2B562;
	}
	td.golf{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;	
		text-align: left;
	}
	table.golf{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.golf{
		border: 0px;
		width: 187px;
		height: 53px;
		border-collapse: collapse;
	}	
	a.img	{
		border: 0px;
		border-collapse: collapse;
	}

/*GRILLFEST*/
	body.grillfest{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.grillfest{
		background-color: #B49C51;
	}
	td.grillfest{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.grillfest{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.grillfest{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.grillfestbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.grillfestsmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}
	

/*GROEPEN*/
	body.groepen{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.groepen{
		background-color: #CC9900;
	}
	td.groepen{
		background-color: #ebd3b4;
		padding: 10px;
	}
	img.groepenbreed{
		border: 0px;
		width: 424px;
		height: 250px;
	}
	img.groepensmal{
		border: 0px;
		width: 196px;
		height: 250px;
	}



/*HELGPAKET*/
	body.helgpaket{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.helgpaket{
		background-color: #DFA34E;
	}
	td.helgpaket{
		background-color: #FFCF8A;
		padding: 10px;
		text-align: left;
	}

	table.helgpaket{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.helgpaketbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}

	img.helgpaketsmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*HISTORIA*/
	body.historia{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");;
	}
	tr.historia{
		background-color: #F2B562;
	}
	td.historia{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}
	table.historia{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.historia{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.historiabreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.historiasmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}




/*HOTEL*/
	body.hotel{
		background-color: #F2B562;
	}
	tr.hotel{
		background-color: #F2B562;
	}
	td.hotel{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}
	img.hotel{
		border: 0px;
		width: 196px;
		height: 138px;
	}

/*INDEX*/
	body.index{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
		
	}

	tr.index{
		background-color: #F2B562;
	}

	td.index{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}

	table.index{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	}

	a.index{
		color: #FF0000;
		text-decoration: none;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

	a:hover.index{
		color: #00005F;
		text-decoration: none;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

	img.index{
		border: 0px;
		width: 196px;
		height: 138px;
	}

	img.kleinbreed{
		border: 0px;
		width: 420px;
		
	}

	img.indextop{
		border: 0px;
		width:  408px;
	}

	
	img.indexklein
		border: 0px;
		width: 187px;
		height: 53px;
	}
	img.indexbalkje
		border: 0px
		width: 210px
		height: 12px
/*INDEX2*/
	body.index2{
		background-color: #7A2E18;
		
	}

	tr.index2{
		background-color: #F2B562;
	}

	td.index2{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}

	table.index2{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	}

	a.index2{
		color: #FF0000;
		text-decoration: underline;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

	a:hover.index2{
		color: #00005F;
		text-decoration: none;
		font-family: verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

	img.hotel{
		border: 0px
		width: 196px;
		height: 138px;
	}	
	img.indexklein
		border: 0px
		width: 181px;
		height: 167px;
	}

/*INGREDIENTEN*/
	body.ingredienten{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.ingredienten{
		background-color: #B49C51;
	}
	td.ingredienten{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.ingredienten{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.ingredienten{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.ingredientenbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.ingredientensmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*JULBORD*/
	body.julbord{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.julbord{
		background-color: #B49C51;
	}
	td.julbord{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;	
	}
	table.julbord{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.julbord{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.julbordbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.julbordsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*JULBORDSBOENDE*/
	body.julbordsboende{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.julbordsboende{
		background-color: #DFA34E;
	}
	td.julbordsboende{
		background-color: #FFCF8A;
		padding: 10px;
		text-align: left;
	}

	table.julbordsboende{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.julbordsboendebreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.julbordsboendesmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*KAMERS*/
	body.kamers{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.kamers{
		background-color: #DFA34E;
	}
	td.kamers{
		background-color: #FFCF8A;
		padding: 10px;
		text-align: left;
	}

	table.kamers{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.kamersbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.kamerssmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*KERST*/
	body.kerst{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.kerst{
		background-color: #A76606;
	}
	td.kerst{
		background-color: #FFDCA8;
		padding: 10px;
		text-align: left;
	}
	table.kerst{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.kerst{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.kerstbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.kerstsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*KICKOFF*/
	body.kickoff{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/konferens.png");
	}

	tr.kickoff{
		background-color: #a6a452;
	}

	td.kickoff{
		background-color: #d5d5b9;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.kickoff{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.kickoff{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.kickoffbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.kickoffsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

	
/*KROPP*/

	body.kropp{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/spa.png");
	}
	tr.kropp{
		background-color: #9F8964;
	}
	td.kropp{
		background-color: #EDD7B3;
		padding: 10px;
		text-align: left;
	}
	table.kropp{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.kropp{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.kroppbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.kroppsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*KUNSTCURUS*/
	body.kunstcursus{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.kunstcursus{
		background-color: #DBCA69 ;
	}
	td.kunstcursus{
		background-color: #ffeabb;
		padding: 10px;
		text-align: left;
	}
	table.kunstcursus{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.kunstcursus{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.kunstcursusbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.kunstcursussmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*KUNSTHOTEL*/
	body.kunsthotel{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.kunsthotel{
		background-color: #DBCA69;
	}
	td.kunsthotel{
		background-color: #ffeabb;
		width: 458px;
		padding: 10px;
	}
	img.kunsthotelbreed{
		border: 0px
		width: 424px;
		height: 246px;
	}
	img.kunsthotelsmal{
		border: 0px
		width: 196px;
		height: 246px;
	}

/*LOGIES*/
	body.logies{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.logies{
		background-color: #DFA34E;
	}
	td.logies{
		background-color: #FFCF8A;
		padding: 10px;
		text-align: left;
	}

	table.logies	{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.logies{
		border: 0px
		width: 196px;
		height: 138px;
	}
	
/*MENU*/
	body.menu{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.menu{
		background-color: #B49C51;
	}
	td.menu{
		background-color: #EAD389;
		width: 458px;
		padding: 10px;
	}
	table.menu{
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}
	img.menusmal{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.menubreed{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*MIDSOMMAR*/
	body.midsommar{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.midsommar{
		background-color: #B49C51;
	}
	td.midsommar{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.midsommar{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.midsommar{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.midsommarbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.midsommarsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*MINNESSTUND*/
	body.minnesstund{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.minnesstund{
		background-color: #B49C51;
	}
	td.minnesstund{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.minnesstund{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.minnesstund{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.minnesstundbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.minnesstundsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*MUSEA*/
	body.musea{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}

	tr.musea{
		background-color: #DAC06B;

	}

	td.musea{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}

	table.musea{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.museabreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.museasmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*NATUUR*/
	body.natuur{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}

	tr.natuur{
		background-color: #DAC06B;
	}

	td.natuur{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}

	table.natuur{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.natuurbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.natuursmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*NIEUWSBRIEF*/
	body.nieuwsbrief{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.nieuwsbrief{
		background-color: #F2B562;
	}
	td.nieuwsbrief{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}
	table.nieuwsbrief{
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}

/*OMGEVING*/
	body.omgeving{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.omgeving{
		background-color: #DAC06B;
	}
	td.omgeving{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}
	table.omgeving{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	} 	
	img.omgeving{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.omgevingbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.omgevingsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*OMREKENEN*/
	body.omrekenen{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.omrekenen{
		background-color: #F2B562;
	}
	td.omrekenen{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}
	table.omrekenen{
		border: 0px;
		width: 300px;
		border-collapse: collapse;
	}

/*OUDENNIEUW*/
	body.oudennieuw{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/fira.png");
	}
	tr.oudennieuw{
		background-color: #A76606;
	}
	td.oudennieuw{
		background-color: #FFDCA8;
		padding: 10px;
		text-align: left;
	}
	table.oudennieuw{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.oudennieuw{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.oudennieuwbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.oudennieuwsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*OVERONS*/
	body.overons{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");;
	}
	tr.overons{
		background-color: #F2B562;
	}
	td.overons{
		background-color: #F9D8AC;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.overons{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.overons{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.overonsbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.overonssmal{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*PASKBORD*/
	body.paskbord{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.paskbord{
		background-color: #B49C51;
	}
	td.paskbord{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.paskbord{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.paskbord{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.paskbordbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.paskbordsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*PRIJZEN*/
	body.prijzen{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.prijzen{
		background-color: #F2B562;
	}
	td.prijzen{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}

/*RAKAFTON*/
	body.rakafton{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.rakafton{
		background-color: #B49C51;
	}
	td.rakafton{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.rakafton{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.rakafton{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.rakaftonbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.rakaftonsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*RESTAURANT*/
	body.restaurant{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.restaurant{
		background-color: #B49C51;
	}
	td.restaurant{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}
	table.restaurant{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.restaurant{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.restaurantbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.restaurantsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*SIDEBAR*/
	body.sidebar{
		width: 201px;
	}
	tr.sidebar{
		background-color: #b49c51;
	}
	td.sidbar{
		background-color: #ffffcc;
		padding: 10px;
		text-align: left;
	}

/*SOMMARPROGRAM*/
	body.sommarprogram{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.sommarprogram{
		background-color: #B49C51;
	}
	td.sommarprogram{
		background-color: #FFFFCC;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.sommarprogram{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.sommarprogram{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.sommarprogrambreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.sommarprogramsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*SPA*/

	body.spa{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/spa.png");
	}
	tr.spa{
		background-color: #9F8964;
	}
	td.spa{
		background-color: #EDD7B3;
		padding: 10px;
		text-align: left;
	}
	table.spa{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.spa{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.spabreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.spasmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*SPAKURS*/

	body.spakurs{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/spa.png");
	}
	tr.spakurs{
		background-color: #9F8964;
	}
	td.spakurs{
		background-color: #EDD7B3;
		padding: 10px;
		text-align: left;
	}
	table.spakurs{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.spakurs{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.spakursbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.spakurssmal{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*SPAPAKET*/

	body.spapaket{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/spa.png");
	}
	tr.spapaket{
		background-color: #9F8964;
	}
	td.spapaket{
		background-color: #EDD7B3;
		padding: 10px;
		text-align: left;
	}
	table.spapaket{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.spapaket{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.spapaketbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.spapaketsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*SPAWEEKEND*/

	body.spaweekend{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/spa.png");
	}
	tr.spaweekend{
		background-color: #9F8964;
	}
	td.spaweekend{
		background-color: #EDD7B3;
		padding: 10px;
		text-align: left;
	}
	table.spaweekend{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}
	img.spaweekend{
		border: 0px;
		width: 185px;
		height: 123px;
		border-collapse: collapse;
	}	

	img.spabreedweekend{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.spasmalweekend{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*SPOTLIGHT*/
	body.spotlight{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}

	tr.spotlight{
		background-color: #F2B562;
	}

	td.spotlight{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}

	table.spotlight{
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}

/*TAALCURSUS*/
	body.taalcursus{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.taalcursus{
		background-color: #DAC06B;
	}
	td.taalcursus{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.taalcursus{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.taalcursus{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.taalcursusbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}
	img.taalcursussmal{
		border: 0px
		width: 196px;
		height: 142px;
	}



/*TENTOONSTELLING*/
	body.tentoonstelling{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.tentoonstelling{
		background-color: #DBCA69 ;
	}
	td.tentoonstelling{
		background-color: #ffeabb;
		padding: 10px;
		text-align: left;
	}
	table.tentoonstelling{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.tentoonstelling{ 
		border 0px
		width: 187px
		height: 53px
	}

	img.kleinbreed{
		border: 0px;
		width: 420px;
		height: 50px;
	}


	img.tentoonstellingbreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.tentoonstellingsmal{
		border: 0px;
		width: 185px;
		height: 52px;
	}

	a.tentoonstelling{
		border: none

	}

/*VAKANTIE*/
	body.vakantie{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}

	tr.vakantie{
		background-color: #F3DC5A;
	}

	td.vakantie{
		background-color: #F9EDAC;
		padding: 10px;
		text-align: left;
	}

	table.vakantie{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.vakantiebreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.vakantiesmal{
		border: 0px
		width: 196px;
		height: 142px;
	}

/*WEEKEND*/
	body.weekend{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.weekend{
		background-color: #DFA34E;
	}
	td.weekend{
		background-color: #FFCF8A;
		padding: 10px;
		text-align: left;
	}

	table.weekend{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.weekendbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.weekendsmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*VERBLIJF*/
	body.verblijf{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/hotel.png");
	}
	tr.verblijf{
		background-color: #009999;
	}
	td.verblijf{
		background-color: #C4FFE1;
		width: 458px;
		padding: 10px;
	}
	table.verblijf{
		border: 0px;
		width: 100%;
		border-collapse: collapse;
	}
	img.verblijf{
		border: 0px
		width: 196px;
		height: 138px;
	}

/*WERK*/
	body.werk{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.werk{
		background-color: #F3DC5A;
	}

	td.werk{
		background-color: #F9EDAC;
		padding: 10px;
		text-align: left;
	}

	table.werk{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.werkbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.werksmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*WINKELTJE*/
	body.winkeltje{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}

	tr.winkeltje{
		background-color: #DAC06B;
	}

	td.winkeltje{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}

	table.winkeltje{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.winkeltjebreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.winkeltjesmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*WINTER*/
	body.winter{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}
	tr.winter{
		background-color: #DAC06B;
	}

	td.winter{
		background-color: #F0E7C6;
		padding: 10px;
		text-align: left;
	}

	table.winter{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.winterbreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.wintersmal{
		border: 0px
		width: 196px;
		height: 142px;
	}










/*ZOMERAGENDA*/
	body.zomeragenda{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/upptacka.png");
	}

	tr.zomeragenda{
		background-color: #F3DC5A;
	}

	td.zomeragenda{
		background-color: #F9EDAC;
		padding: 10px;
		text-align: left;
	}

	table.zomeragenda{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse;
	}

	img.zomeragendabreed{
		border: 0px
		width: 310px;
		height: 142px;
	}

	img.zomeragendasmal{
		border: 0px
		width: 196px;
		height: 142px;
	}


/*ÄTA*/
	body.ata{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/restaurang.png");
	}
	tr.ata{
		background-color: #CFBB7C;
	}
	td.ata{
		background-color: #EAD389;
		padding: 5px;
		text-align: left;
	}
	td1.{
		background-color: #EAD389;
		padding: 10px;
		text-align: left;
	}

	table.ata{
		border: 0px;
		width: 875px;
		margin: 20px;
		border-collapse: collapse
	} 	
	img.ata{ 
		border 0px
		width: 187px
		height: 53px
	}
	img.atabreed{
		border: 0px;
		width: 310px;
		height: 142px;
	}
	img.atasmal{
		border: 0px;
		width: 196px;
		height: 142px;
	}


/*404*/
	body.error404{
		background-image: url("http://www.tolvsbo.se/img/pagina/achtergrondjes/algemeen.png");
	}
	tr.error404{
		background-color: #F2B562;
	}
	td.error404{
		background-color: #F9D8AC;
		width: 458px;
		padding: 10px;
	}

