body{
	margin: 0;
	padding: 0;
	background: #6d5c48 url(../images/bg_holz.jpg) ;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	color: #666666;
}

a{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: none;
	color: #333333;
}

#root{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 11px;
	color: #999999;
}

#root a{
	text-decoration: none;
	color: #999999;
}

#root a:hover{
	text-decoration: underline;
	color: #666666;
}

#copyright{
	font-weight: normal;
	color: #FFFFFF;
}

#copyright a{
	text-decoration: none;
	color: #FFFFFF;
}

#copyright a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

h1 {
    font-family: Arial, Helvetica;
	line-height: 1em;
	font-size: 1.8em;
	font-weight: bold;
	color: #336699;
	margin: 0 0 0 0;
}

h1 a{
	color: #666666;
    text-decoration: none;
}

h1 a:hover{
	color: #333333;
	text-decoration: underline;
}

h2 {
    font-family: Arial, Helvetica;
	line-height: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	margin: 0 0 0 0;
}


h2 a:hover {
	text-decoration: underline;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
    font-family: Arial, Helvetica;
	line-height: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	margin: 0 0 0 0;
}


h4 a{
	color: #336699;
    text-decoration: none;
}

h4 a:hover{
	color: #333333;
	text-decoration: underline;
}

.headline {
    font-family: Arial;
	color: #336699;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	line-height: 1em;
	font-size: 1.4em;
}

.headline a{
	color: #336699;
    text-decoration: none;
}


.headline a:hover{
	color: #333333;
	text-decoration: underline;
}

.rss {
    font-family: Arial;
	color: #CC6600;
	text-decoration: none;
	word-spacing: normal;
}

.rss a{
	color: #CC6600;
    text-decoration: underline;
}


.rss a:hover{
	color: #666666;
	text-decoration: underline;
}

.subhead{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
    text-decoration: none;
}

#light {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	line-height: 9px;
	color: #999999;
}




