/* General font families for common tags */
body {
					font-family: Tahoma, Arial, Helvetica, sans-serif;
					font-size : 11px;
					color : #8f8682;
					background-image: url(/bilder/bg.gif);
					background-repeat: repeat-x;
					background-color: #f3f2ed;
					background-attachment: scroll;
					margin-left: 0px;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;}

p					{font-size : 11px; color: #8f8682;}
td,th 				{font-size : 11px; padding: 0; }

A:link 				{ font-weight: bold; color: #04b8dc; text-decoration: none;} /* unvisited link */
A:visited 			{ font-weight: bold; color: #04b8dc; text-decoration: none;} /* visited links */
A:active 			{ font-weight: bold; color: #04b8dc; text-decoration: none;} /* active links */
A:hover				{ color: #8f8682;}  		  /* active links */
  
A.vit:link 				{ color: #FFFFFF; text-decoration: none;} /* unvisited link */
A.vit:visited 			{ color: #FFFFFF; text-decoration: none;} /* visited links */
A.vit:active 			{ color: #FFFFFF; text-decoration: none;} /* active links */
A.vit:hover				{ text-decoration: underline }  		  /* active links */
  
.bla_bold		{ color: #04b8dc; font-weight: bold; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif;}
.bla			{ color: #04b8dc; font-weight: normal; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif;}
