@charset "utf-8";
/* CSS Document for infotag.org
created by Tobias Orth 12.2008*/

/* TEXT */
body, table, td, th, p, textarea, input, select, pre  { 
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size:					12px;
	font-style:					normal;
	color:						#000000;
  }
  
h3 {
	font-size: 120%;
	font-weight: bold;
}
  
.huge {
	font-size: 		36px;
	font-weight: 	900;
} 

.big {
	font-size: 		18px;
	font-weight: 	900;
}

.mid {
	font-size: 		14px;
	font-weight:	900;
}

.menu {
	cell-padding:	5px;
	font-size:		14px;
	font-weight:	900;
}

.sidebar {
	font-weight:	normal;
}

.small {
	font-size:		 9px;
}

/* BODY */
body {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LINKS */
a {
	font-weight: 	900;
}
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #AAA; text-decoration: none; }
a:active  { color: #333; text-decoration: none; }

