.FotoAppBrodText			/* Brödtext */
							{
							font-family: arial,verdana,geneva,helvetica,sans-serif;
							font-size: 12px;
							color: #333333;
							}

.FotoAppRubrik				/* Huvudrubrik för alla sidor */
							{
							font-family: arial,verdana,geneva,helvetica,sans-serif;
							font-size: 14px;
							color: #999999;
							text-transform: uppercase;
							padding-top: 15px;
							}
					
.FotoAppUnderRubrik			/* Underrubrik för alla sidor */
							{
							font-family: verdana,arial,geneva,helvetica,sans-serif;
							font-size: 10px;
							font-weight: bold;
							color: #333333;
							text-transform: uppercase;
							padding-bottom: 15px;
							}
							
.FotoAppLink				/* Hur länkar ska se ut */

							{
							font-family: verdana,arial,geneva,helvetica,sans-serif;
							font-size: 10px;
							font-weight: normal;
							color: #333333;
							font-weight: bold;
							text-decoration: none;
							}


.FotoAppLink A				/* Hur länkar ska se ut */

							{
							font-family: verdana,arial,geneva,helvetica,sans-serif;
							font-size: 10px;
							font-weight: normal;
							color: #333333;
							text-decoration: none;
							}
							
A:hover						/* Hur länkar ska se ut - MouseOver */

							{
							font-family: verdana,arial,geneva,helvetica,sans-serif;
							
							font-weight: normal;
							text-decoration: underline;
							}

/* ====================================================================== */
/* ============================== COMMON ================================ */
/* ====================================================================== */

body		
			{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px; 
				font-weight: normal;
				font-style: normal;
				background-color: #FFFFFF; 
				color: black;
				/* background-image: url("http://gnosjo.devello.se/Anpassningar/MainBack.gif"); */
			} 
			
a:hover		
			{ 
				text-decoration: underline; 
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
				color: navy; 
			}

a			
			{
				text-decoration: none; 
				font-family: verdana, arial, sans-serif; 
				color: navy; 
			} 

a:visited	
			{ 
				color: navy;
			}

a:active	
			{
				color: maroon;
			}



td			
			{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px; 
				font-weight: normal;
				font-style: normal;
				color: black;
			} 

input
			{
			    cursor: auto;
			    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			    font-size: 12px;
			    background-color : #f5f5f5;
			    border-bottom: 1px solid;
			    border-left: 1px solid;
			    border-right: 1px solid;
			    border-top: 1px solid;
			}

textarea
			{
			    cursor: auto;
			    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			    font-size: 12px;
			    background-color: #f5f5f5;
			    border-bottom: 1px solid;
			    border-left: 1px solid;
			    border-right: 1px solid;
			    border-top: 1px solid;
			    overflow: hidden;
			}

select
			{
			    cursor: auto;
			    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			    font-size: 10px;
			    background-color : #f5f5f5;
			    border-bottom: 1px solid;
			    border-left: 1px solid;
			    border-right: 1px solid;
			    border-top: 1px solid;
			}
			
option
			{
			    cursor: auto;
			    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			    font-size: 12px;
			    background-color: #f5f5f5;
			    border-bottom: 1px solid;
			    border-left: 1px solid;
			    border-right: 1px solid;
			    border-top: 1px solid;
			}
pre			
			{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
img			
			{
				border-color: black;
			}
			
/* ====================================================================== */
/* ============================= CLASSES ================================ */
/* ====================================================================== */
			
.Kategori_Namn				{
							font-family: verdana,arial,geneva,helvetica,sans-serif;
							font-size: 12px;
							font-weight: bold;
							color: #3683DE;					
							}
							
.radio
			{
			    cursor: auto;
			    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			    font-size: 12px;
			    background-color: white;
			    border-bottom: none;
			    border-left: none;
			    border-right: none;
			    border-top: none;
			}
			
.inputcheckbox
			{
			    cursor: auto;
			    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			    font-size: 12px;
			    background-color : white;
			    border-bottom: none;
			    border-left: none;
			    border-right: none;
			    border-top: none
			}

.menutop	{
				background-color: #C0C0C0;
			}
			
.fetstil	{
				font-weight:bold;
			}
			
.knappbakgrund 
			{
				background-color: #D6D3CE;
			}

.rubrik		{
				font-weight: bold;
			}
			
.sidrubrik	{
				font-weight: bold;
				font-size: 18px;
				color: #000000;
			}

.knapp		{
				background-color: #DEDFDE;
				border-right-style: outset;
				border-right-width: 2px;
	
				border-bottom-style: outset;
				border-bottom-width: 2px;
		
				border-top-color: #A3A3A3;
				border-left-color: #A3A3A3;
			}





					