.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:inherit;
}

#naviAdd{
display:none;
}

#navi{
display:none;
}

/* ----------------------------------------------------------------------------------------- */
/* Content */
/* ----------------------------------------------------------------------------------------- */
#container{
width:100%;
}
/* ----------------------------------------------------------------------------------------- */
/* ContentMain */
/* ----------------------------------------------------------------------------------------- */
#content{
width:100%;
float:left;
}
#contentMain{
width:100%;
float:left;
}
#columnLeft{
width:100%;
float:left;
}
#columnRight{
width:100%;
float:left;
}
#contentColumn{
display:none;
}
#contentMain a.thumbnails{
float:left;
margin: 0 2px 5px 0!important;
display:block;
float:left;
height:100%;
width:100%;
}
#contentColumn{
display:none;}

/* ----------------------------------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------------------------------- */
#footer{
display:none;
}
form{
display:none;
}

