/* BGJGPAGES_1.css

   Style-sheet 1 for B.G.J.G.-web-site
   
   ----------------------------------------------------
   Author : F. Grison
   ----------------------------------------------------
   Date   : 29-jan-2001
   ----------------------------------------------------

 */

/*
  Styles connected to HTML-tags.
 */

A			{color:#003366;
			 background-color:transparent} 

A:visited		{color:green;
			 background-color:transparent} 

A:hover 		{color:purple;
			 background-color:transparent} 

BODY			{font-family:Verdana,arial,helvetica; 
			 font-size: 10pt;
			 color:#003366; 
			 background-color:#d5e5d9;
			 margin-left:0pt; 
			 margin-top:0pt; 
			 margin-right:0pt; 
			 margin-bottom:3pt}

TABLE			{font-family:Verdana,arial,helvetica; 
			 font-size: 10pt}

UL			{margin-top:0pt;
			 margin-bottom:0pt;
			 margin-left:12pt}

/*
  Styles connected to self-created classes.
 */

.banner 		{background:green; 
			 background-image:url(../Img/BannerStadsschild.jpg);
			 background-position:center center;
			 font-size:8pt;
			 width:100%;}
.foto			{background:black;
			 color:green;
			 font-size:30pt;
			 font-weight:bold}

.bannertext_1		{font-size:30pt;
			 font-weight:bold}

.bannertext_2		{font-size:20pt}

.subbanner		{background-color:#e8dfd8;
			 border-style:outset;
			 border-width:1; }

.subbannertext_1	{font-size:13pt;
			 font-weight:bold}
.lichtkrant		{background-color:#e8dfd8;
			 color:blue;
			 font-size:13pt;
			 font-weight:bold}

.text			{background-color:#e8dfd8;
			 border-style:outset; 
			 border-width:1; }

.text_1 		{color:#008000}

.text_2 		{color:#0000DA}

.header_1		{font-size:15;
			 font-weight:bold}

.small			{font-family:verdana,arial,helvetica; 
			 font-size:8pt}

.box			{background-color:#e8dfd8;
			 border-style:outset; 
			 border-width:1; }

