/*
CSS for Text formating


@date:		12.03.2006
@modifed:	06.08.20006
@author:	raphael at infolehrling.ch
*/

/*
Basic fonts
---------------------------------------
*/

h3	{
	margin:0px 0px 5px 0px;
         }
body	{
	font-family:arial,verdana;
         font-size:10pt;
         color:#000000;
         }

.blog_preview	{
	font-size:10pt;
         color:#000000;
         font-family:arial;
         background-color:#BFBFBF;
         margin: 5px 0px 0px 0px;
         /*border:1px dotted #60FF00;*/
	 padding: 0px 4px 0px 4px;
         }

.blogPreviewHeader {
	font-style:italic;
         font-size:10px;
         }

a	{
	font-family:arial;
         font-size:10pt;
         color:#0000FF;
         font-weight:normal;
         text-decoration:none;
         }
a:hover	{
	font-weight:normal;
	color:#FF0006;

}

h1 {
	margin:0px 0 5px 0;
}

h3 a {
	font-size:16px;
	font-family:arial;
	font-weight:bold;
	}
h3 a:hover {
	color: #000000;
	font-weight:bold;
	
	}
	
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
