.accessibility{
display:none;
}
a {
	text-decoration:none;
	color:black;
}
a:after {
  content: " (" attr(href) ") ";
}

/* ----------------------------------------------------------------------------------------- */
/* Header */
/* ----------------------------------------------------------------------------------------- */

#header{
width:100%;
height:100%;

}
h1#branding a{
width:100%;
height:100%;
text-indent:0px;
float:left;
}
#naviAdd{
display:none;
}

#navi{
display:none;
}
img{
display:none;}

/* ----------------------------------------------------------------------------------------- */
/* Content */
/* ----------------------------------------------------------------------------------------- */
#container{
width:100%;
}
/* ----------------------------------------------------------------------------------------- */
/* ContentMain */
/* ----------------------------------------------------------------------------------------- */
#contentMain{
float:left;
width:100%;
}
/* ----------------------------------------------------------------------------------------- */
/* Sidebar */
/* ----------------------------------------------------------------------------------------- */
#sidebar{
display:none;
}
/* ----------------------------------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------------------------------- */
#footer{
display:none;
}
form{
display:none;
}

