/* Cascading Style Sheet til BirgittaBadstue.dk */
/* Der skal laves flere forskellige css specifikationer, men disse kommer efterhånden */

h1	{font-size : 14px; font-weight : bold}	/* Normal overskrift */
h2	{font-size : 12px; font-weight : bold}	/* lille overskrift */
h3  {font-size : 12px; font-weight : normal} /* alm tekst */

/* bestemmer table udseende */
TABLE	{font-size : 10px; font-weight : normal; background-color : #FFFFFF}

SELECT	{font-size : 10px; font-weight : normal}	/* bestemmer select rulle menuernes udseende */
INPUT	{font-size : 10px; font-weight : normal}	/* bestemmer input boksenes udseende */
TEXTAREA {font-size : 10px; font-weight : normal; font-family : Verdana}	/* bestemmer tekst boksenes udseende */

a:link		{color		: #000000;
		 text-decoration: none;
		 font-size	: 12px;
		 font-weight	: bold;}

a:hover		{color		: #0000C0;
		 text-decoration: underline;
		 font-size	: 12px;
		 font-weight	: bold;}

a:visited	{color		: #000000;
		 text-decoration: none;
		 font-size	: 12px;
		 font-weight	: bold;}

a:active	{color		: #000000;
		 text-decoration: none;
		 font-size	: 12px;
		 font-weight	: bold;}

body		{font-family		: Verdana;
   		 font-style		: normal;
		 font-size		: 12px;
		 text-decoration	: none;
    		 /* background-image	: url('../images/tmp.png');*/
    		 /* background-color	: #EFE8EF;	// Ses kun hvis billedet ikke bliver fundet*/
    		 background-color	: #000000;
    		 color			: #000000}
