* {
	margin:					0;
	padding:				0;
}

body
{
	background:				#FFF;
	font:					normal 13px/20px Verdana;
}

#header
{
	display:				none;
}


/*
 * Webseite
 */

#page
{
	background-color:		#FFF;
	background-repeat:		no-repeat;
	background:				#FFF !important;
	position:				relative;
	text-align:				left;
	width:					100%;
}

#page.theme
{
	padding-top:			0;
}



ul#gallery li
{
	display:				block;
	float:					left;
	height:					100px;
	list-style-type:		none;
	margin:					0 25px 20px 0;
	overflow:				hidden;
	padding:				0;
	position:				relative;
	width:					100px;
}

ul#gallery li.lastinrow
{
	margin:					0 0 20px 3px;
}

ul#gallery li a img
{
	height:					100px;
	width:					100px;
}

ul#gallery li h3
{
	display:				none;
}