/*---- Layout ----*/

html, body, textarea
 {
	font-family:   "Trebuchet MS","Arial","Helvetica","Verdana", "Times New Roman", "Fontin",  sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:  black;
	line-height: 1.4em;
} 

p {
	color:  #000;
	}

h1, span.noscreen {
   	display: block;
  	font-size: 1.4em; 
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 0px;
	color:  #000;
	border: 0px;	}

h1.all, h1.hobby, h1.klub {
	margin-bottom: .3em;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-top: 6px;
	border-bottom: 1px solid #000;
	}


h1.inline {
   	display: inline; padding-right: .3em;
	font-size: 16px;
	border-bottom: 0px solid #000s;
	border-left: 0px solid #ffc421;	
	padding-left: 0px;
	color:  #000;
	}

h1.noscreen
{
   	display: block;
  	font-size: 1.8em; 
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0px;
	color:  #f00;
	margin: 20px;
	padding: 0;
	border: 0px solid black;
}


#innerContentColumn p
{
	margin-top: 0;
	margin-bottom: 1em;	
}


 p.noindent
  {
	margin: 0;
	}

 p.indent
  {
	text-indent: 1em;
	margin: 0;

	}


a:link { font-style: italic; text-decoration:none; color: #000; } 
a:visited { font-style: italic; text-decoration:none; color: #000; } 
a:hover { font-style: italic; text-decoration:none; color: #000; } 

*
{
	padding: 0;
	margin: 0;

}
body
{
	padding: 20px;
	margin: 0;
}

#masthead h1
{
	display: inline;
}

#leftColumn, #rightColumn, #oldbrowser, iframe, .noprint
{
	display:none;
	background-color: white;
}
#contentColumn
{
	width: auto;
	margin-left: 0px;

}
#masthead, #innerContentColumn, #innerFooter
{
	padding: 10px;
}


#footer
{

}
#innerFooter
{
	text-align: center;
	font-size: .8em;
}
#innerContentColumn
{
	overflow: visible;
	padding: 10px;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}


/*---- Borders ----*/
#pageFrame
{
	border: solid 0px #777;
}
#footer, #masthead, #contentColumn, #innerContentColumn
{
	border: solid 0px #777;
}
#footer
{
border-top: solid 1px #777;
}
#masthead
{
	border-bottom: solid 2px #000;
}
#innerContentColumn
{
	border-right-width: 0px;
}
#contentColumn
{
	border-left-width: 0px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #fff;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}

table.generique td
        {
        padding: 3px 3px 3px 3px;
        }
table.generique th
        {
        padding: 3px 3px 3px 3px;
        background: #fff;
        }

table.all, table.klub, table.hobby	{ 
	width:99%;
	border : 0px solid #777;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 1em;
 	}


table.all td,
table.klub td,
table.hobby td, 
table.all th,
table.klub th,
table.hobby th
	{ 
	border-top : 0;
	border-left : 0;
	border-bottom : 1px solid #777;
	border-right : 0; 
	background-color: transparent;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-size:.8em;
	vertical-align: top;

	} 