body {
	background-color: #000000;
	background-image: url();
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a58;
}
a:link {
	color: #16BA03;
}
a:visited {
	color: #16BA03;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF9900;
}

#content{
padding:10px 8px 8px 8px;
margin:0;
width:462px;
background-color:#333333;
color:#6a6a58;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	text-align:left;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 20px;
	font-size:13px;
	padding: 0 12px 0 12px; /*top right bottom left*/
	margin: 0;
}

h1, h2, p, span, dl, 
blockquote, code, pre, adress, 
.picture {
	padding: 0 12px 0 12px;
}
h3, h4, h5, h6,{
padding:;
}

h1 {
	color:#6a6a58;
	background-image:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/h1.gif);
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}
h2 {
	color:#333333;
	background-image:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/h2.gif);
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}
h3 {
	color:#333333;
	background-image:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/h3_german.gif);
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}

h4 {
	color:#333333;
	background-image:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/h4_english.gif);
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}

h5 {
	color:#FFFFFF;
	background-image:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/h5.gif);
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}

h6 {
	color:#333333;
	background-image:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/h1.gif);
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}
	
p,ul,dd,dt { 
	line-height: 1.5em;
}

p {
	line-height: 1.7em; margin: 0 0 2em 0;
	text-align:justify;
}

/* //////////////////////////////////////////HORIZONTALE LINIE*/

hr {
	border:none hidden;
  	height:19px;
  	background:url(http://www.hidenseek.ch/chameleon/site/tpl/standard/img/hr_skull.gif);
	border: none;
	/* For Internet Explorer */
	color: #333;
	height:19px;
	border:1px;
	border-bottom-style:outset;
	text-align:center;
	width: 100%;
	
	}
	
/*	height:1px; 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #fff solid; */
}
.hr {
    display: none;
}

.hr hr {
    display: none;
}


/* ************************** */
/* NAVIGATION                 */
/* ************************** */

/* Hauptnavi vertikal */
	#navi_vert {
	width:180px;
	vertical-align: top;
	padding:0 0 40px 10px;
	background-image:url(/chameleon/site/tpl/standard/img/21.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:;
	}

#navi_vert ul {
    margin: 10px;			
    padding: 0px;
    margin-right: 5px;  

}
#navi_vert ul li {
    padding: 0;
    margin: 0;
	list-style-type:none;
}

#navi_vert ul li a {
	text-align: right;
	display:block;
	width: 180px;
    margin:0;
    padding:0 5px 0 10px;
    text-decoration: none;
    line-height: 20px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#16BA03;
}

#navi_vert ul li a:hover {
	
	color:#FFFFFF;
	background-image:url(/chameleon/site/tpl/standard/img/menu_grey.jpg);
   	text-align: right;
	padding: 0 5px 0 10px;
	background-color:#231F20;
}

#navi_vert ul li#selected a,
#navi_vert ul li#selected a:hover {
	color:#000;
	text-align: left;
	padding: 0 5px 0 10px;
	background-image:url(/chameleon/site/tpl/standard/img/menu_green.jpg);
	background-color:#16BA03;
}

/* navi Kopfzeile */
#navi_top {
text-align:right;
}

#navi_top a {
	padding-left: 1em;
    text-decoration: none;
	color:#16BA03;
}

#navi_top a:hover {
	color:#FFFFFF;
}

#navi_top a#selected,
#navi_top a:hover#selected {
	color:#16BA03;
}


/* navi Fusszeile*/
#navi_bottom {
}

#navi_bottom a {
	padding-left: 1em;
    text-decoration: none;
	color:#333333;
}

#navi_bottom a:hover {
	color:#D15555;
}

#navi_bottom a#selected,
#navi_bottom a:hover#selected {
	color:#D15555;
}
/* Navi ende -------------------*/
