/* CSS Standard */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
}
img {
	border: none;
	}
table {
    display: none;	
}


/* CSS Top */
	
#doc {
	position: relative;
	width: auto;
	height: auto;
	}
#hd {
	position: relative;
	width: auto;
	height: 125px;
	}
.logo {
    display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	}
.banner {
	position: absolute;
	top: 4px;
	right: 0px;
}
#menu {
	display: none;
	}

/* CSS Body */
	
#bd {
	position: relative;
	width: auto;
	height: auto;
	}
#submenu {
	display: none;
	}
#info {
    display: none;
}
#text {
	position: relative;
	width: auto;
	height: auto;
}
.article {
	position: relative;
	width: auto;
	height: auto;
	padding: 20px;
    clear: both;
	}
.pic {
	float: left;
	margin: 0 10px 10px 0
	}
.ingress {
	font-weight: bold;
	}
.more {
	display: none;
	}
	
/* CSS Bottom */

#frontpage {
	display: none;
	}
#ft {
	position: relative;
	width: auto;
	clear: both;
	text-align: center;
	padding: 20px;
	clear: both;
	}

