/*
 * Style sheet for www.atelier-de-garage.nl
 */

/*
 * normal text and links
 */
body,td,p			{ 	font-family: Arial, Verdana,Helvetica; 
						font-size: 10pt; 
						color: #000000
					}

A:visited			{	color: #000000;
						text-decoration: underline
					}
A:link  			{	color: #000000;
						text-decoration: underline
					}
A:active  			{	color: #F4BC2E;
						text-decoration: underline
					}
A:hover   			{	color: #000000; 
						text-decoration: none;
						border-bottom-width:1;
						border-top-width:0; 
						border-left-width:0; 
						border-right-width:0; 
						border-color: #F4BC2E; 
						border-style:solid
					}

/*
 * menu links
 */
A.menu:visited	{	color: #785422; 
						font-family: Arial, Helvetica, Verdana;
						text-decoration: none; 
						font-size: 12pt;
						font-weight: bold;
						line-height: 1;
					}
A.menu:link  		{	color: #000000; 
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none;
						font-size: 12pt;
						font-weight: bold;
						line-height: 1;
					}
A.menu:active  	{	color: #785422; 
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none; 
						font-size: 12pt; 
						font-weight: bold;
						line-height: 1;
					}
A.menu:hover  	{	color: #785422; 
						font-family: Arial, Helvetica, Verdana;
						text-decoration: none; 
						font-size: 12pt; 
						font-weight: bold; 
						line-height: 1;
						border-bottom-width:3; border-top-width:0; 
						border-left-width:0; border-right-width:0; 
						border-color: #F4BC2E; border-style:solid
					}


h3.menu			{	color: #000000; 
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none; 
						font-size: 12pt; 
						font-weight: bold;
						line-height: 1;
					}

/*
 * submenu links
 */
A.submenu:visited {	color: #785422; 
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none; 
						font-size: 9pt; 
						font-weight: normal;
					}
A.submenu:link  	{	color: #785422; 
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none; 
						font-size: 9pt; 
						font-weight: normal;
					}
A.submenu:active	{	color: #785422; 
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none; 
						font-size: 9pt; 
						font-weight: normal;
					}
A.submenu:hover 	{	color: #785422;
						font-family: Arial, Helvetica, Verdana; 
						text-decoration: none; 
						font-size: 9pt; 
						font-weight: normal; 
						border-bottom-width:2; 
						border-top-width:0; 
						border-left-width:0; 
						border-right-width:0; 
						border-color: #F4BC2E; 
						border-style:solid
					}


/*
 * images 
 * image links should not get underlines, borders or hover effects! 
 */
A.img:visited 	{	color: #000000; 
						text-decoration: none
					}
A.img:link  		{	color: #000000; 
						text-decoration: none
					}
A.img:active		{	color: #000000;
						text-decoration: none
					}
A.img:hover 		{	color: #000000; 
						text-decoration: none;
						border:0 
					}


/*
 * Titles under artwork (OLD!!!)
 */
p.werktitle		{ 	font-weight: bold }



/* 
 * home page text and links formatting
 * Text on home page is large and has different color!
 */

p.homepage				{ 	margin-right: 80; 
							margin-left: 80;
							line-height: 200%;
							font-style: italic; 
							font-weight: bold; 
							font-size: 11pt; 
							color: #785422
						}

A.homepage:visited	{	color: #785422;
							text-decoration: underline
						}
A.homepage:link  		{	color: #785422; 
							text-decoration: underline
						}
A.homepage:active  	{	color: #F4BC2E;
							text-decoration: underline
						}
A.homepage:hover   	{	color: #785422; 
							text-decoration: none;
							border-bottom-width:1;
							border-top-width:0; 
							border-left-width:0; 
							border-right-width:0; 
							border-color: #F4BC2E; 
							border-style:solid
						}

/*
 * default headers
 */				
h1           			{ 	color: 785422;
							font-family: Arial, Helvetica, Verdana; 
							font-size: 12pt; 
							font-weight: bold; 
			              margin-top: 0; 
			              margin-bottom: 0; 
			              line-height: 100%
			   			}

h2           			{ 	color: 785422;
							font-family: Arial, Helvetica, Verdana; 
							font-size: 10pt; 
							font-weight: bold; 
			              margin-top: 0; 
			              margin-bottom: 0; 
			              line-height: 100%
			   			}