@charset "utf-8";


a {
	color: black;
	text-decoration: none !important;
}


/**
 * view
 */
#view {
}


/**
 * header
 */
#header {
}

#header h1 {
	display: none;
}

#header ul {
	display: none;
}

/* logo */
#logo {
	display: block;
	float: right;
	margin: 0 0 5px 10px;
}

/* path */
#path {
	display: none;
}


/**
 * menubar
 */
.menubar {
	display: none;
}


/**
 * infobar
 */
#infobar {
	display: none;
}


/**
 * content
 */
#content {
	height: auto;
	overflow: visible;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	clear: left;
}

#content h1 {
	font-size: 1.8em;;
}

#content h1.title {
	font-size: 2.4em;;
}

#content h2 {
	font-size: 1.5em;;
}


/**
 * imprint
 */
#imprint {
	position: absolute;
	bottom: -2px;
	margin-top: 20px;
}
