
/* this is a comment in css */

/* formally #6699FF; */


a:link    {color:#303030; text-decoration:none; font-weight:bold; } /* unvisited link   */
a:visited {color:#303030; text-decoration:none; font-weight:bold; } /* visited link     */
a:hover   {color:#0166FF; text-decoration:none; font-weight:bold; } /* mouse over link  */
a:active  {color:#303030; text-decoration:none; font-weight:bold; } /* selected link    */


body {

	background-color:#137BBA;  /* darker blue added 05 apr 13 */


/*	background-color:#EFF8FB;  /* gray blue commented out 05 apr 13 */

/*	background-color:#E4E4E4;  */    /*  #9A2EFE;  #E6F8E0;   */

/*	background-color:#F6F6F6;   25th july 12 */
/*	background-color:#E6E6E6;      */

/*	background-image:url('images/blue-gradient.png'); 
	background-repeat:repeat-x;                             */

	background-image:url('images/grunde_retro_papper_4.1.jpg'); 


	margin:25pt;

	font-family: helvetica, Verdana, Arial, Helvetica, sans-serif;  

	font-size: 15px;
}


h1 {
	color: #6699FF;
	font-weight:bold;
	font-size: large;
	margin: 10px 0 10px 8px;
	padding:0;
}

h2 {
	color: #6699FF;
	font-weight:bold;
	font-size: medium;
	margin: 5px 0 5px 8px;
	padding:0;
}


img {
	border: 0;
}


form {
	margin: 0;
	padding: 0;
}




#page {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	border: 2px solid #CCCCCC;
	padding: 10px;
	background-color:#FFFFFF;

/*	-moz-border-radius: 5px;
	border-radius: 5px;            */

	overflow:auto;

}

#pageheader {
	width: 100%;
	height:auto;
	overflow:auto;
	padding-bottom:10px;
}


#pagebody {
	width: 100%;
	height:auto;
	min-height:600px;
	overflow:auto;
}


#pagefooter {
	width: 100%;
	height:auto;
	overflow:auto;
}


.logobox
{
	margin:10px;
	margin-bottom:5px;
	width:240px;
	height:50px;
	overflow:hidden;
}


.text_line
{
	clear:both;
}


.css_article_qty
{
	font-size:10px;
}

