/* hidden layers */
#contentlink,
#navigation,
#logo A,
#logo IMG,
#subnavigation,
#teaser,
#shortcuts { display: none; }

/* generic formating, tags */
IMG { border: 0; }
A { color: #000; }

/* generic formating, classes */
.image P { margin-top: 0; }
.clear { display: none; }

/* logo layer */
#logo { display: none; }
#logo H1 { border-bottom: 1px solid #000; }

/* main content layer, all pages */
#content { }
	
	/* images */
	#content A IMG.left { float: left; margin: 5px 10px 10px 0; }
	#content A IMG.right { float: right; margin: 5px 0 10px 10px; }

	/* links and files */
	UL#related { list-style: none; padding: 0; margin: 0; }
	UL#related .filesize { padding-left: 5px; text-decoration: none; color: #999; }
	UL#related .filetype { display: none; }
	
	/* news archive template */
	TABLE.news { margin: 10px 0 0 0; width: 100%; border: 0; border-collapse: collapse; }
	TABLE.news THEAD TR TD { font-weight: bold; padding: 0 0 5px 0; text-align: left;}
	TABLE.news TBODY TR TD { padding: 5px 0; }
	TABLE.news TBODY TR.foot TD { padding: 10px 0 0 0; }
	TABLE.news TBODY TR.foot TD.next { text-align: right; }

	/* newsbill frontpage template */
	#news { }
	#news UL { display: inline; list-style: none; margin: 0; padding: 0; }
	#news UL LI { margin: 0; padding: 0; list-style: none; display: inline;}
	#news A.title { display: block; text-decoration: none; font-weight: bold; color: #000; }
	#news A.introduction { text-decoration: none; color: #000; }
	#news A.readmore { display: none; }
	#news SPAN { padding-right: 5px; font-weight: bold; }

	/* filearchive template */
	#filearchive TABLE { margin: 10px 0 0 0; width: 100%; border: 0; border-collapse: collapse; }
	#filearchive TABLE THEAD TR TH { font-weight: bold; padding: 0 0 5px 0; text-align: left;}
	#filearchive TABLE TBODY TR TD { padding: 5px 0; }
	#filearchive TABLE TBODY TR.foot TD { padding: 10px 0 0 0; }
	
	/* form template */
	FIELDSET { border: 0; margin: 0; padding: 0; }
	LEGEND { display: none; }
	LABEL { display: block; padding: 5px 0 2px 0; }
	INPUT.text { width: 50%; border: 0; border-bottom: 1px dotted #000; }
	BUTTON { display: none; }
	TEXTAREA { width: 100%; border: 0; border-bottom: 1px dotted #000; overflow: hidden;}
	TEXTAREA.error { background: #f00; }

/* address layer */
#address {  display: none; }
#address UL { clear: both; display: block; list-style: none; padding: 20px 0 0 0; margin: 0; }
	#address .email A { text-decoration: none; }
	#address .about { display: none; }

#golftavling_list A { text-decoration: none; }